After activating, this plugin will pre-fetch the web page just before your user clicks, thus giving the experience of instant page load..
When 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..
Pages are preloaded only when there's good chance that user is going to visit them, and it preloads only HTML of that page, being respectful of your users and servers bandwidth and CPU.
Activate the plugin through 'Plugins WordPress.
This will only preload internal page when the user hovers over the link to the page for 65ms.
To view which pages being loaded, enable debugging in the settings and check the developer tools console for details..
Pages with query string in their URL aren't preloaded, which includes WP logout URL.
If you would like to include URLs with query strings, you check that option in the settings area...
Yes, just add the data-no-instant attribute to the element, or add it to the in the settings area...
Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more