quicklink
⚡️Faster subsequent page-loads by prefetching in-viewport links during idle time (by GoogleChromeLabs)
git-open
Type `git open` to open the GitHub page or website for a repository in your browser. (by paulirish)
quicklink | git-open | |
---|---|---|
6 | 4 | |
11,158 | 3,390 | |
0.1% | 0.3% | |
7.7 | 4.7 | |
28 days ago | 6 months ago | |
JavaScript | Shell | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
quicklink
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.
- Make any website load faster with 6 lines of HTML
-
Lessons from open-source: Use window.trustedTypes to prevent DOM XSS.
// 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 🚀🌙
You can even use quicklink or guess to optimally prefetch resources.
-
Can I ditch AMP?
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
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🤩
Projects: google/material-design-lite, tastejs/todomvc, GoogleChrome/workbox, GoogleChromeLabs/quicklink
git-open
Posts with mentions or reviews of git-open.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-16.
-
(re)Introducing `git trim`- a command to quickly remove merged, pruned, untracked, or stale branches.
That how I use git open. Guess I assumed it was more common, so why not.
-
JavaScript Influencers to Follow in 2021🤩
Project: h5bp/html5-boilerplate, Webfundamentals, GoogleChrome/lighthouse, so-fancy/diff-so-fancy, git-open
-
I made a small git util to open relevant git files: git open
You might want to change name to something else. There's already a git-open and I use it extensively!
-
Getting rid of NPM scripts
I love git open[0] but I was always a bit mystified by how a simple "npm install" command can modify what it needs to in order for "git open" to become a valid command.
[0]https://github.com/paulirish/git-open
What are some alternatives?
When comparing quicklink and git-open you can also consider the following projects:
lighthouse ci action - Automated auditing, performance metrics, and best practices for the web.
git-ftp - Uses Git to upload only changed files to FTP servers.
InstantClick - InstantClick makes following links in your website instant.
git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
git-semantic-commits - Tiny semantic commit messages for Git.