tedmiston/qcbrunch

Optimize CSS & JS delivery

tedmiston opened this issue · 1 comments

This is the last remaining piece in PageSpeed Insights on mobile and desktop.

Possible Optimizations
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Leverage browser caching

(This will solve the first but not the second.)

References

Tasks

  • Check out critical
  • Inline critical css (above-the-fold) (can I do this with a server-side import etc in the build process instead of literally inlining it?)
  • Inline critical js

closing as won't fix for now — currently solved in cloudflare