I have a Wordpress website. Trying to get a 100/100 score with the Google PageSpeed Insights Tool and am stuck on 1 'error'. Google says;
Eliminate render-blocking JavaScript and CSS in above-the-fold content Your page has 1 blocking CSS resources. This causes a delay in rendering your page. None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML. Optimize CSS Delivery of the following: http://www.theoriereservering.nl/wp-content/themes/TESSERACT/style.css Blockquote
Style.css is the first file loaded and is internal, I used style.css to combine all the other css files, and now style.css is the only render blocking css file left.
Can I get rid of this last notification?