Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <link rel="dns-prefetch" href="//example.com"> //prefetch dns of domain which will be soon needed.
  2. <link rel="prefetch" href="//example.com/demo.html"> //prefecth whole page or assets which the user woould most probably move next.
  3. <link rel="preload" href="//example.com/demo.html"> //preload whole page or assets which will be required in same page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement