soduno Posted October 20, 2015 Share Posted October 20, 2015 (edited) I am optimizing performance at our Prestashop. So far it is okay, but I am having some problems with render blocking. It seems that it can't load the CSS file correctly according to google. Anyone has luck solving this? It seems that other prestashop sites has the same issue. Is there a plugin, or perhaps an article explaining this? Best, Simon Edited October 20, 2015 by soduno (see edit history) Link to comment Share on other sites More sharing options...
davidcalabuig Posted October 22, 2015 Share Posted October 22, 2015 You have to unlock access to css files, you change in robots.txt This line: Disallow: /modules/ By: Disallow: /modules/ Allow: /modules/*.js Allow: /modules/*.css Regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now