How to Eliminate render-blocking JavaScript and CSS for these files?

Posted in: Newspaper
Post count: 8
Post count: 9544

You need to optimize your site, no theme can do that for you.

See my long winded optimization thread for tips in the tutorials, DIY, best of forums section.

There is a complex process to do this, but if your host will be supporting php 7 + https + http/2 you no longer need to do a lot ofthat, as http/2 will package the entire page as a single element which solves the issue.

Normally you would move elements to footer, and put critical CSS in the head, among other things, or use some tricky plugins that might or might not work. (Speedbooster tries to do some of this…)

Perhaps not answer you were looking for, but having done this for a lot of site myself, looking at http/2 is the best solution to look into with your hosting provider for 2018 ‘best way’ to do that.

(you can try the free ‘scripts to footer’ plugin also … )

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.