All Projects → genderev → Prerender.js

genderev / Prerender.js

Licence: mit
Fast webpages for all browsers.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Prerender.js

Guess
🔮 Libraries & tools for enabling Machine Learning driven user-experiences on the web
Stars: ✭ 6,762 (+1545.26%)
Mutual labels:  performance, web-performance, prerender
Flying Pages
Load inner pages instantly, intelligently
Stars: ✭ 169 (-58.88%)
Mutual labels:  performance, speed, web-performance
Quicklink
⚡️Faster subsequent page-loads by prefetching in-viewport links during idle time
Stars: ✭ 9,176 (+2132.6%)
Mutual labels:  performance, speed, web-performance
React Live Chat Loader
Implement a live chat beacon in your React application without performance regressions.
Stars: ✭ 145 (-64.72%)
Mutual labels:  performance, web-performance
React Pinpoint
An open source utility library for measuring React component render times.
Stars: ✭ 93 (-77.37%)
Mutual labels:  performance, speed
Foxify
The fast, easy to use & typescript ready web framework for Node.js
Stars: ✭ 138 (-66.42%)
Mutual labels:  performance, speed
Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (+398.54%)
Mutual labels:  performance, web-performance
Web Vitals Extension
A Chrome extension to measure essential metrics for a healthy site
Stars: ✭ 1,943 (+372.75%)
Mutual labels:  performance, web-performance
Perfume.js
Web performance library for measuring all User-centric performance metrics
Stars: ✭ 2,533 (+516.3%)
Mutual labels:  performance, web-performance
Front End Performance Checklist
🎮 The only Front-End Performance Checklist that runs faster than the others
Stars: ✭ 13,815 (+3261.31%)
Mutual labels:  web-development, performance
Front End Performance Checklist
🎮 더 빠르게 작동하는 프론트엔드 성능 체크리스트
Stars: ✭ 183 (-55.47%)
Mutual labels:  web-development, performance
okiba
Sharp collection of tools for front-end development, created with performance in mind. 🗡
Stars: ✭ 26 (-93.67%)
Mutual labels:  web-performance, web-development
Performance Improvements For Woocommerce
Performance tweaks for the front-end and back-end of a store.
Stars: ✭ 46 (-88.81%)
Mutual labels:  performance, speed
Nemetric
前端性能指标的监控,采集以及上报。用于测量第一个dom生成的时间(FP/FCP/LCP)、用户最早可操作时间(fid|tti)和组件的生命周期性能,,网络状况以及资源大小等等。向监控后台报告实际用户测量值。
Stars: ✭ 145 (-64.72%)
Mutual labels:  performance, web-performance
Browser Perf
Performance Metrics for Web Browsers
Stars: ✭ 930 (+126.28%)
Mutual labels:  performance, web-performance
Website-Audit
It's an open-source report template that guides web professionals thought steps to audit any website in terms of the page speed and technical SEO optimisation.
Stars: ✭ 18 (-95.62%)
Mutual labels:  web-performance, web-development
Awesome Pagespeed Metrics
⚡Metrics to help understand page speed and user experience
Stars: ✭ 585 (+42.34%)
Mutual labels:  performance, web-performance
Ngx Quicklink
Quicklink prefetching strategy for the Angular router
Stars: ✭ 586 (+42.58%)
Mutual labels:  performance, speed
Api
Minimal, extremely fast, lightweight Ruby framework for HTTP APIs
Stars: ✭ 252 (-38.69%)
Mutual labels:  performance, speed
wp-quicklink
The WordPress plugin for quicklink. ⚡️ Faster subsequent page-loads by prefetching in-viewport links during idle time.
Stars: ✭ 61 (-85.16%)
Mutual labels:  web-performance, speed

png GitHub license GitHub license1 GitHub license GitHub license2 GitHub license31 GitHub license3 Gitpod Ready-to-Code

prerender.js

prerender.js loads pages quickly on any browser.

Project Features

Prerendering loads all the assets of a page before the user navigates to that page. Conventionally, prerendering is like opening the URL in a hidden tab and then showing that hidden tab once the user clicks on it.

prerender.js is a way to preload any link the user hovers over. Based on a prerendering polyfill, it loads the next page in a hidden iframe. If that link is in a button or link element, prerender.js runs. If the user is on mobile, prerender.js runs. If the user's browser is Internet Explorer 8, prerender.js runs. prerender.js focuses on the guarantee of web performance for all users.

Data

A page on my site without prerender.js had 1.37s page load. With prerender.js that same page had a 600ms page load. A website where this is already live is under development, but you can ask me about it later when it's done.

Installers

For Node: npm i prerender_all

For the browser: <script src="https://cdn.jsdelivr.net/npm/[email protected]/prerender.js" integrity="sha256-24v6xZyfIpefNGAWj+r65XOkqCkF9joivvLRloIyccQ=" crossorigin="anonymous"></script>

Downloading

You can also self-host by downloading prerender.js from Github and including it in your webpage as a script. Self-hosting is as simple as that - wherever your html files are, put the code for prerender.js there too.

After you've downloaded prerender.js, copy this line of code and include it in your website:

<script src="prerender.js"></script>

Documentation

To use prerender.js with buttons, check out buttons.js in the file directory. Links do not require any configuration to enable prerender besides including the code for the script on the page.

Contributors

If you want to make the functionality for buttons better, make a pull request to the Github repo. If you think I missed something, make a pull request to this repo! I haven't been using this for a long time so I would love feedback and improvement. If you find a bug, try letting me know in the Issues tab.

Credit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].