Download the PHP package rafaelcg/magento2-quicklink without Composer
On this page you can find all versions of the php package rafaelcg/magento2-quicklink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rafaelcg/magento2-quicklink
More information about rafaelcg/magento2-quicklink
Files in rafaelcg/magento2-quicklink
Download rafaelcg/magento2-quicklink
More information about rafaelcg/magento2-quicklink
Files in rafaelcg/magento2-quicklink
Vendor rafaelcg
Package magento2-quicklink
Short Description Faster subsequent page-loads by prefetching in-viewport links during idle time
License OSL-3.0 AFL-3.0
Homepage https://github.com/rafaelstz/magento2-quicklink
Package magento2-quicklink
Short Description Faster subsequent page-loads by prefetching in-viewport links during idle time
License OSL-3.0 AFL-3.0
Homepage https://github.com/rafaelstz/magento2-quicklink
Please rate this library. Is it a good library?
Informations about the package magento2-quicklink
Magento 2 Quicklink Module
Faster subsequent page-loads by prefetching in-viewport links during idle time
How does it works?
Magento 2 Quicklink module attempts to make navigations to subsequent pages load faster.
- Detects links within the viewport (using Intersection Observer)
- Waits until the browser is idle (using requestIdleCallback)
- Checks if the user isn't on a slow connection (using
navigator.connection.effectiveType
) or has data-saver enabled (usingnavigator.connection.saveData
) - Prefetches URLs to the links (using
<link rel=prefetch>
or XHR). Provides some control over the request priority (can switch tofetch()
if supported).
Install
Via Composer
Install using Composer.
How to use
After installation, it will be enabled by default. You can find the configuration into Stores > Configuration > General Web > Google Quicklink
.
All versions of magento2-quicklink with dependencies
PHP Build Version
Package Version
The package rafaelcg/magento2-quicklink contains the following files
Loading the files please wait ....