Created
May 26, 2013 18:20
-
-
Save revnode/5653586 to your computer and use it in GitHub Desktop.
Link prefetching allows developers to specify pages or assets they want to silently preload once the page load, like loading the first search results.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="prefetch" href="http://daker.me/2013/05/hello-world.html"> | |
<link rel="prefetch" href="http://daker.me/assets/images/avatar.png"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment