collab/module-quicklink 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

collab/module-quicklink

最新稳定版本:1.0.3

Composer 安装命令:

composer require collab/module-quicklink

包简介

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

README 文档

README

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 (using navigator.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 to fetch() 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

composer require collab/module-quicklink
bin/magento setup:upgrade

统计信息

  • 总下载量: 539
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-24