Type
magento2-module
Faster subsequent page-loads by prefetching in-viewport links during idle time
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
Magento 2 Quicklink module attempts to make navigations to subsequent pages load faster.
navigator.connection.effectiveType
) or has data-saver enabled (using navigator.connection.saveData
)<link rel=prefetch>
or XHR). Provides some control over the request priority (can switch to fetch()
if supported).Install using Composer.
composer require rafaelcg/magento2-quicklink
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
After installation, it will be enabled by default. You can find the configuration into Stores > Configuration > General Web > Google Quicklink
.