makesites / grunt-render

Grunt tasks initiated on the server side while rendering views
https://www.npmjs.org/package/grunt-render
0 stars 0 forks source link

Critical path for CSS #11

Open tracend opened 10 years ago

tracend commented 10 years ago

In the quest of optimal performance, critical path is a term coined to describe the focus on delivering the absolute necessary on the render-blocking assets.

Towards that goal, there's a grunt library that splits a css file to separate the styles that are used above the fold: https://github.com/filamentgroup/grunt-criticalcss

Optionally this could be automatically run (behind a flag)