cancel
Showing results for 
Search instead for 
Did you mean: 

Eliminate render-blocking JavaScript and CSS in above-the-fold content

Eliminate render-blocking JavaScript and CSS in above-the-fold content

Hi there,

 

This is a common error when using google's pagespeed tool.

 

I wonder if anyone has a solution for it?

 

 

Thanks!

1 REPLY 1

Re: Eliminate render-blocking JavaScript and CSS in above-the-fold content

You can't move everything to the bottom of body, at least prototype.js is required to run most of the functions.

I think the best you can do is to duplicate header block and template, then move the addJs, addCss(which you think can be loaded before body) actions in layout from head to the duplicated block.