Download the PHP package collab/module-quicklink without Composer
On this page you can find all versions of the php package collab/module-quicklink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package module-quicklink
Magento 2 QuickLink Extension
The Collab_QuickLink module allows You to embeed and configure quicklink in Your Magento 2 store.
How it works
Quicklink attempts to make navigations to subsequent pages load faster. It:
- 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 (using
<link rel=prefetch>
or XHR) or prerenders (using Speculation Rules API) URLs to the links. Provides some control over the request priority (can switch tofetch()
if supported).
Configuration
You can configure the module in the admin panel under Stores > Configuration > Collab Extensions > Quicklink
.
Full options description can be found in the quicklink documentation.
Installation details
All versions of module-quicklink with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
*
The package collab/module-quicklink contains the following files
Loading the files please wait ....