groundedsage / VeganBN-website

Real World JAM stack with Clojure, Boot, Rum, Devcards
5 stars 1 forks source link

Stop render blocking JS and CSS. #8

Open groundedsage opened 7 years ago

groundedsage commented 7 years ago

Implement techniques which prevent resources from blocking rendering. As well as techniques that will speed up perceived and real load time.

groundedsage commented 7 years ago

Use preload with feature detection. https://www.smashingmagazine.com/2016/02/preload-what-is-it-good-for/

groundedsage commented 7 years ago

http://filamentgroup.github.io/loadCSS/test/preload.html

groundedsage commented 7 years ago

https://varvy.com/pagespeed/defer-loading-javascript.html