{"id":13518590,"url":"https://github.com/rafaelstz/magento2-quicklink","last_synced_at":"2025-03-16T12:32:10.094Z","repository":{"id":36117621,"uuid":"163701600","full_name":"rafaelstz/magento2-quicklink","owner":"rafaelstz","description":"⚡️ Magento 2 extension faster subsequent page-loads by prefetching in-viewport links during idle time.","archived":false,"fork":false,"pushed_at":"2022-12-07T23:07:31.000Z","size":198,"stargazers_count":51,"open_issues_count":1,"forks_count":13,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-03-09T19:15:46.001Z","etag":null,"topics":["hacktoberfest","magento2","magento2-extension","magento2-module","performance","prefetch","prefetcher","quicklink","speed","web-performance"],"latest_commit_sha":null,"homepage":"https://marketplace.magento.com/rafaelcg-magento2-quicklink.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaelstz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["rafaelstz"],"custom":"https://www.buymeacoffee.com/rafaelcg"}},"created_at":"2018-12-31T22:52:43.000Z","updated_at":"2024-07-16T17:05:22.000Z","dependencies_parsed_at":"2023-01-16T23:31:10.874Z","dependency_job_id":null,"html_url":"https://github.com/rafaelstz/magento2-quicklink","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelstz%2Fmagento2-quicklink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelstz%2Fmagento2-quicklink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelstz%2Fmagento2-quicklink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelstz%2Fmagento2-quicklink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelstz","download_url":"https://codeload.github.com/rafaelstz/magento2-quicklink/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814880,"owners_count":20352037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","magento2","magento2-extension","magento2-module","performance","prefetch","prefetcher","quicklink","speed","web-performance"],"created_at":"2024-08-01T05:01:46.591Z","updated_at":"2025-03-16T12:32:09.800Z","avatar_url":"https://github.com/rafaelstz.png","language":"PHP","funding_links":["https://github.com/sponsors/rafaelstz","https://www.buymeacoffee.com/rafaelcg"],"categories":["PHP"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n    \u003cimg src=\"https://i.imgur.com/d8QEHRb.png\" alt=\"Magento 2 Quicklinks\" width=\"128\" height=\"128\" title=\"Magento2 quicklink\"/\u003e \n  \u003cbr\u003e\n  Magento 2 Quicklink Module\n  \u003cbr\u003e\n  \u003ca href=\"https://packagist.org/packages/rafaelcg/magento2-quicklink\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/rafaelcg/magento2-quicklink.svg\" alt=\"Magento 2 Quicklinks Stable Version\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/rafaelcg/magento2-quicklink\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/rafaelcg/magento2-quicklink.svg\" alt=\"Magento 2 Quicklinks Stable Version\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/github/rafaelstz/magento2-quicklink\"\u003e\u003cimg src=\"https://travis-ci.org/rafaelstz/magento2-quicklink.svg?branch=master\" alt=\"Magento 2 Quicklinks\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://codeclimate.com/github/rafaelstz/magento2-quicklink/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/92e9c85f5f0ce91dbc4f/maintainability\"  alt=\"Magento 2 Quicklinks\"/\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n#### Faster subsequent page-loads by prefetching in-viewport links during idle time\n\n## How does it works?\n\nMagento 2 Quicklink module attempts to make navigations to subsequent pages load faster.\n\n* **Detects links within the viewport** (using [Intersection Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API))\n* **Waits until the browser is idle** (using [requestIdleCallback](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback))\n* **Checks if the user isn't on a slow connection** (using `navigator.connection.effectiveType`) or has data-saver enabled (using `navigator.connection.saveData`)\n* **Prefetches URLs to the links** (using [`\u003clink rel=prefetch\u003e`](https://www.w3.org/TR/resource-hints/#prefetch) or XHR). Provides some control over the request priority (can switch to `fetch()` if supported).\n\n## Install\n\n### Via Composer \n\nInstall using [Composer](https://getcomposer.org).\n\n```\ncomposer require rafaelcg/magento2-quicklink\nphp bin/magento setup:static-content:deploy -f\nphp bin/magento cache:clean\n```\n\n## How to use\n\nAfter installation, it will be enabled by default. You can find the configuration into `Stores \u003e Configuration \u003e General Web \u003e Google Quicklink`.\n\n[Rafael Corrêa Gomes](https://github.com/rafaelstz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelstz%2Fmagento2-quicklink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelstz%2Fmagento2-quicklink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelstz%2Fmagento2-quicklink/lists"}