XF 1.1 Header Load Time Slow

MattRock

Member
Does anyone know where I could look at what is causing my header to load very slow? I know it's not my ad server because it was working much faster previously with PHPBB (also my main site built on Wordpress loads the header just fine). Any help would be greatly appreciated!
 
Yeah it sure is. Does anyone have any information on this? I guess it's okay that the header is the last to load, but I would prefer something like the footer to load last?
 
You seem to have some javascript outside of the page HTML (at the very bottom of the page) - also try moving the javascript that beings:

Code:
<script>   jQuery.extend(true, XenForo, {  visitor: { user_id: 0 },  serverTimeInfo:

Up the page template a little further so it is placed above the <footer> tag.

Are you using a CDN at all?
 
Top Bottom