InstantClick : JS Lib to Make Your Website Instant

instantclick
InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases. It preloads links your visitors are likely to click on, and can be configured to start loading on a variety of actions, including “mousedown”.

Before a visitor clicks on a link, he hovers over that link. Between these two events, 200 ms to 300 ms usually pass by. InstantClick makes use of that time to preload the page, so that the page is already there when you click. If you want your website to not be flooded by requests, you can set a delay before preloading starts when a user hovers a link. It will still feel instant. InstantClick uses pushState and Ajax, a combo known as pjax.

[button color=”red” size=”medium” link=”http://instantclick.io/” target=”blank” ]InstantClick[/button]

InstantClick : JS Lib to Make Your Website Instant
Rate this post

Leave a Reply