Liraz Siri - Mon, 2014/10/13 - 08:05 -
Sticking <script></script> tags referring an external resource in the middle of your HTML code will hang the loading of your page while your browser gets the missing script.
On the TurnKey website, this was a problem with the loading of the AddToAny sharing script, and the quantcast tag which I have since removed. There were also a couple of custom scripts that slowed down the site.
The solution is generic and simple. Use this code to load your Javascript asynchronously: