-
What’s the best way to inline critical CSS and load the rest asynchronously in 2022? Still addyosmani’s critical combined with scottjehl’s
onload="this.media='all'"
technique? 👇 The Simplest Way to Load CSS Asynchronously filamentgroup.com/lab/load-css-simpler/ -
…in reply to @m_ott
And
critical
(github.com/addyosmani/critical) also supports inlining viainline-critical
which even lets you select your preferred preload strategy: github.com/bezoerb/inline-critical#preloadstrategy