Have your site’s pages load instantly without having to do any custom coding.
Works out of the box. After activating, this plugin will pre-fetch the next web page just before your user clicks, thus giving the experience of an instant page load.
Better UX. Perfect for slower and shared web hosting plans.
This plugin is a wrapper for instant.page with some additional options and designed to be ready-to-go out of the box. No configuration needed.
More from https://instant.page/ –
instant.page uses just-in-time preloading — it preloads a page right before a user clicks on it.
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.
Easy on your server and your user’s data plan
Pages are preloaded only when there’s a good chance that a user is going to visit them, and it preloads only the HTML of that page, being respectful of your users’ and servers’ bandwidth and CPU. It’s 1 kB and loads after everything else. And it’s free and open source (MIT license).
Some Technical Info: https://instant.page/tech
The easy way:
The not so easy way:
wp-instant-links
folder to the /wp-content/plugins/
directoryThis will only preload an internal page when the user hovers over the link to the page for 65ms. To view which pages are being loaded, enable debugging in the settings and check the developer tools console for details
Pages with a query string (a “?”) in their URL aren’t preloaded, which includes the 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 exclusions list in the settings area.