I've also seen several website performance tools and articles claim the document.write is slowing the site drastically. I'm not sure how true this is but if so, is there an easy way to replace all of the instances of document.write to not only speed up the site but to also make the browser happy? It seems like the majority of the scripts used by vbulletin could probably just be deferred in the footer, with the exception of the jquery ordering. Please correct me if I'm wrong.
|