PHPackages                             rafaelcg/magento2-quicklink - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rafaelcg/magento2-quicklink

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

rafaelcg/magento2-quicklink
===========================

Faster subsequent page-loads by prefetching in-viewport links during idle time

2.2.1(3y ago)5015.9k13[1 issues](https://github.com/rafaelstz/magento2-quicklink/issues)OSL-3.0PHPPHP ~7.4.0||~8.1.0

Since Jul 13Pushed 3y ago7 watchersCompare

[ Source](https://github.com/rafaelstz/magento2-quicklink)[ Packagist](https://packagist.org/packages/rafaelcg/magento2-quicklink)[ Docs](https://github.com/rafaelstz/magento2-quicklink)[ Fund](https://www.buymeacoffee.com/rafaelcg)[ GitHub Sponsors](https://github.com/rafaelstz)[ RSS](/packages/rafaelcg-magento2-quicklink/feed)WikiDiscussions develop Synced 3w ago

READMEChangelog (3)Dependencies (6)Versions (16)Used By (0)

 [![Magento 2 Quicklinks](https://camo.githubusercontent.com/21d85452cbb9037cc0b473fb795e3f117158b344da13996fc3f294103b63db2b/68747470733a2f2f692e696d6775722e636f6d2f643851454852622e706e67 "Magento2 quicklink")](https://camo.githubusercontent.com/21d85452cbb9037cc0b473fb795e3f117158b344da13996fc3f294103b63db2b/68747470733a2f2f692e696d6775722e636f6d2f643851454852622e706e67)
 Magento 2 Quicklink Module
 [![Magento 2 Quicklinks Stable Version](https://camo.githubusercontent.com/d341cbf8c4d1d023a2c5d335e21eb30159a75849820471f844fad577de86f9a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72616661656c63672f6d6167656e746f322d717569636b6c696e6b2e737667)](https://packagist.org/packages/rafaelcg/magento2-quicklink) [![Magento 2 Quicklinks Stable Version](https://camo.githubusercontent.com/9c73004921bac9614f15bcbbda9e8f13b89586ff09efed9d99d44f9e1f00bbae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72616661656c63672f6d6167656e746f322d717569636b6c696e6b2e737667)](https://packagist.org/packages/rafaelcg/magento2-quicklink) [![Magento 2 Quicklinks](https://camo.githubusercontent.com/58e72a6efb97d729d560a92b13a530437599ae7b36c2730582c5121b234043b9/68747470733a2f2f7472617669732d63692e6f72672f72616661656c73747a2f6d6167656e746f322d717569636b6c696e6b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/github/rafaelstz/magento2-quicklink) [![Magento 2 Quicklinks](https://camo.githubusercontent.com/a0d90dc42be038b95277223d727a9ee677cb00afdfe45db1c566d21c349ab392/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39326539633835663566306365393164626334662f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/rafaelstz/magento2-quicklink/maintainability)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-----------magento-2-quicklink-module----------)

#### Faster subsequent page-loads by prefetching in-viewport links during idle time

[](#faster-subsequent-page-loads-by-prefetching-in-viewport-links-during-idle-time)

How does it works?
------------------

[](#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](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API))
- **Waits until the browser is idle** (using [requestIdleCallback](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback))
- **Checks if the user isn't on a slow connection** (using `navigator.connection.effectiveType`) or has data-saver enabled (using `navigator.connection.saveData`)
- **Prefetches URLs to the links** (using [``](https://www.w3.org/TR/resource-hints/#prefetch) or XHR). Provides some control over the request priority (can switch to `fetch()` if supported).

Install
-------

[](#install)

### Via Composer

[](#via-composer)

Install using [Composer](https://getcomposer.org).

```
composer require rafaelcg/magento2-quicklink
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean

```

How to use
----------

[](#how-to-use)

After installation, it will be enabled by default. You can find the configuration into `Stores > Configuration > General Web > Google Quicklink`.

[Rafael Corrêa Gomes](https://github.com/rafaelstz)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 98.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~113 days

Recently: every ~275 days

Total

12

Last Release

1293d ago

Major Versions

1.0.4 → 2.0.02019-11-19

PHP version history (4 changes)1.0.2PHP ~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0

2.0.5PHP ~7.1|~7.2|~7.3

2.1.0PHP ~7.1.0|~7.2.0|~7.3.0|~7.4.0

2.2.0PHP ~7.4.0||~8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/71c434e0b8762fa83baa9c3db93199074e2eb8f40d4760bf62c8e5de11e9d107?d=identicon)[rafaelcg](/maintainers/rafaelcg)

---

Top Contributors

[![rafaelstz](https://avatars.githubusercontent.com/u/610598?v=4)](https://github.com/rafaelstz "rafaelstz (104 commits)")[![rangerz](https://avatars.githubusercontent.com/u/3338473?v=4)](https://github.com/rangerz "rangerz (2 commits)")

---

Tags

hacktoberfestmagento2magento2-extensionmagento2-moduleperformanceprefetchprefetcherquicklinkspeedweb-performanceperformancemagentoextensionmodulemagento2

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/rafaelcg-magento2-quicklink/health.svg)

```
[![Health](https://phpackages.com/badges/rafaelcg-magento2-quicklink/health.svg)](https://phpackages.com/packages/rafaelcg-magento2-quicklink)
```

###  Alternatives

[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1859.0k](/packages/myparcelnl-magento)[opengento/composer-registration-plugin

This plugin allows to compile the Magento2 components registrations on composer install/update.

101.7k](/packages/opengento-composer-registration-plugin)[opengento/module-webapi-logger

This module allows you to analyze all the webapi rest done call toward your Magento.

1016.9k](/packages/opengento-module-webapi-logger)[magepsycho/magento2-discountlimit

Magento 2 Discount Amount Limiter

1012.1k](/packages/magepsycho-magento2-discountlimit)[werfu/magento2-url-key-mask

Enable Product and Category URL\_key generation using masks

135.6k](/packages/werfu-magento2-url-key-mask)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
