Prefetch.js
A simple JavaScript library that use link prefetching on the mousedown event to cache the page before the user see it.
Installation
Using bower
bower install prefetch.js --save
Utilisation
Add the following code
var prefetch = new Prefetch();
Compatibility
- Chrome 13+
- Internet Explorer 9+
- Firefox support link prefetching since 3.5 but not dynamically
- Safari doesn't support link prefetching