quicklink

⚡️Faster subsequent page-loads by prefetching in-viewport links during idle time (by GoogleChromeLabs)

Quicklink Alternatives

Similar projects and alternatives to quicklink

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better quicklink alternative or higher similarity.

quicklink reviews and mentions

Posts with mentions or reviews of quicklink. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-08.
  • Lessons from open-source: Use window.trustedTypes to prevent DOM XSS.
    2 projects | dev.to | 8 Apr 2024
    // https://github.com/GoogleChromeLabs/quicklink/blob/453a661fa1fa940e2d2e044452398e38c67a98fb/src/index.mjs#L115-L118 // License: Apache 2.0 let cn if ((cn = (navigator as any).connection)) { // Don't prefetch if using 2G or if Save-Data is enabled. if (cn.saveData || /2g/.test(cn.effectiveType)) return Promise.resolve() }
  • 7 Tricks to take the Performance of your Website to the Moon 🚀🌙
    2 projects | dev.to | 1 Apr 2023
    You can even use quicklink or guess to optimally prefetch resources.
  • Can I ditch AMP?
    1 project | /r/bigseo | 21 Apr 2022
    For example lazy loading youtube [videos with facades](https://web.dev/third-party-facades/?utm_source=lighthouse&utm_medium=devtools) as recommended by lighthouse. Or preloading pages using [quicklink](https://github.com/GoogleChromeLabs/quicklink). Of course, simple things such as loading="lazy" help too.
  • QUICKLINK: Module for faster subsequent pageload
    1 project | /r/drupal | 1 Apr 2022
    Quicklink module provides a Drupal implementation of a lightweight javascript library called Quicklink. Quicklink library is developed by GoogleChromeLabs on link prefetching capability of browsers which allows faster subsequent page loads.
  • JavaScript Influencers to Follow in 2021🤩
    53 projects | dev.to | 1 Apr 2021
    Projects: google/material-design-lite, tastejs/todomvc, GoogleChrome/workbox, GoogleChromeLabs/quicklink
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic quicklink repo stats
5
10,943
6.4
about 19 hours ago

GoogleChromeLabs/quicklink is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of quicklink is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com