Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Headers loading after body Reply To: Headers loading after body

#247775
Beverleyh
Participant

I have been searching for awhile to find a thread with some CSS code I can add in to fix this.

You have 31 stylesheets already (and 25 JavaScript files) and you want to add more? In your shoes I would be looking for ways to reduce all site assets (size and quantities); combining, minification, removal of all add-on/plugins you’re not using (and only load them in the pages that use them). Perceived load can also be improved by moving the JS to the bottom of the page – that way the JS won’t block the rendering of everything else.

Unfortunately, I’m not as familiar with WordPress as I am with Joomla but there should be tutorials out there to help you with asset loading and best practices in WordPress.