Tuesday, January 19, 2016

How to Really Speed Up Your Website

Prerender – This directive allows you to completely load one page in an invisible tab in the background once the initial page completes its loading. If the user then navigates to that URL, it will appear instantly. If they don’t, the page is then unloaded. This is the one line of code that we’ll be focusing on and the one that yielded the 68.35% speed improvement. Somehow Firefox missed the memo on rel-prerender so some developers have leveraged rel-prefetch in its place. We’ll talk about the syntax in a few paragraphs. http://ipullrank.com/how-i-sped-up-my-site-68-percent-with-one-line-of-code/

No comments:

Post a Comment