HTML5 Link prefetching using "rel" tag
Link prefetching in Mozilla:
<!-- full page -->
<link rel="prefetch" href="http://example.org/index.html" />
<!-- an image -->
<link rel="prefetch" href="http://example.org/images/sprite.png" />
Link prefetching in Chrome:
<link rel="prerender" href="http://example.org/index.html">
Source 1: http://davidwalsh.name/html5-prefetch
Source 2: https://developers.google.com/chrome/whitepapers/prerender
Written by Daniel Morosan
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Google
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#