basham / v4.bash.am

Portfolio, since Nov 2014.

Home Page:http://bash.am

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

basham opened this issue · comments

According to Google PageSpeed Insights:

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.

Read Optimize CSS Delivery for details.

Google PageSpeed Insights for bash.am

Experiment with loadCSS script. Or perhaps just inline all styles on every page, given the sizes averages 4kb, un-minified.

This should be solved with:

  • Implement font events, #14
  • Inline CSS, #15

Solved by 984bc66.

screen shot 2015-03-22 at 2 41 06 am