cancel
Showing results for 
Search instead for 
Did you mean: 

eliminate render block js and css

1 REPLY 1

Re: eliminate render block js and css

Hi,

 

to fix JS blocking issue you might want to move all JavaScript to the page bottom. Here is an extension that does that https://www.goivvy.com/magento-extensions/magento-defer-parsing-javascript.html .

To fix CSS blocking you need to identify critical CSS (CSS to render above-the-fold content) and inline that critical CSS into HTML head section. All the rest CSS should be moved to page bottom.