Hi All
So i have a site that when the pages are loaded the left nav loads slowly, like ts being streamed out and its getting stuck.
I am wondering if anyone else has these problems when you view the site and have any advice?
http://urlant.com/yvwjp1
Ww
If you have a lot of javascript on the page you could try loading that last by putting it at the end of your HTML page. Just make sure that, if you have any JS executing on page load, that it does get loaded in the head. All other JS can go at the bottom of the page.