I am having a hard time trying to fix the "Optimize CSS delivery" recommendation on Google pagespeed. At this point this is the only thing I cannot fix.
- I use a single minified css file for the whole site.The size of the css is 12.073 kb.
- I don't make use of any
@importin my css - I use CDN to deliver static files including css
Any suggestions or fixes are most welcome
optimized_contents.zipwith the link on the bottom, you will see that google apply a little more optimization to your file. (spaces)... Now.. IMHO, going that far is good.. but don't have to keep you awake. Remember that all this are recommendations and some kind of guide forgood practicebut in the real world it's difficult to accomplish all. One last thing... I would not use aCDN servicefor a 12k file.asyncordeferto the JS but its didn't fix the score especially for mobile,inline; b)normal/internal load; c)cdn external load. (BTW, be sure to wait google cache expire between tests)