instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate noticeably.

Trusted by:

Adidas Spotify Rakuten Interflora PepsiCo islam.com APKMirror 000webhost Lifehack Android Police Сноб Yoast AS Saint-Etienne SmashingConf Hodinkee And thousands of others…
Put this HTML code just before </body>:
<script src="//instant.page/5.2.0" type="module" integrity="sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"></script>
Copied. Now place it just before </body> on your pages.

Amazon and others found that removing 100 milliseconds of latency improves sales by 1%. But latency on the web is hard to overcome.

Amazon (PowerPoint, slide #15): 100 ms of latency resulted in 1% less sales.

Google (video): 500 ms caused a 20% drop in traffic.

Walmart (slide #46): a 100 ms improvement brought up to 1% incremental revenue.

Mozilla: Shaving 2.2 seconds off page load time increased downloads by 15.4%.

Yahoo: 400 ms resulted in a 5 to 9% drop in traffic.

Cheating latency

instant.page uses just-in-time preloading — it preloads a page right before a user clicks on it.

On desktop

Before a user clicks on a link, they hover their mouse over that link. When a user has hovered for 65 ms there is one chance out of two that they will click on that link, so instant.page starts preloading at this moment, leaving on average over 300 ms for the page to preload.

Another option is to load the pages when the user starts pressing their mouse without preloading. This makes for zero unused requests while still improving page loads by 80 ms on average.

You can also preload on hover or as soon as a link is visible and trigger the click when the user starts pressing their mouse, making your pages the fastest in the world.

On mobile

A user starts touching their display before releasing it, leaving on average 90 ms for the page to preload.

Another option is to preload links as soon as they’re visible.

Try it out

You can also click the menu at the bottom on the right to experience it.

Cheating the brain

The human brain perceives actions taking less than 100 ms as instant. As a result, instant.page makes your pages feel instant even on 3G (assuming your pages are fast to render).

Jakob Nielsen: Response Times: The 3 Important Limits:

0.1 second is about the limit for having the user feel that the system is reacting instantaneously, meaning that no special feedback is necessary except to display the result.

Easy on your server and your user’s data plan

Pages are preloaded only when there’s a good chance that a user will visit them, and only the HTML is preloaded, being respectful of your users’ and servers’ bandwidth and CPU.

It uses passive event listeners and requestIdleCallback so that your pages stay smooth. It respects data saver mode. It’s 1 kB and loads after everything else. And it’s free and open source (MIT license).

Make your site 1% more engaging in 1 minute right now:

Put this HTML code just before </body>:
<script src="//instant.page/5.2.0" type="module" integrity="sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"></script>
Copied. Now place it just before </body> on your pages.