Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS when to inline your entire stylesheet when using critical path rendering CSS Reply To: when to inline your entire stylesheet when using critical path rendering CSS

#210171
Shikkediel
Participant

No disagreement then, shared files will definitely make a difference when inlining them. Until the asyncatrribute is cross browser, I find it more trouble than it’s worth to be honest. A flash of unstyled content seems a lot worse to me than a couple of milliseconds delay – there isn’t a good approach without JS for the case where cache has expired but the scroll position is still remembered…

What I found interesting trying out mod_expires is that Google PageSpeed didn’t start to whine about the fact that I removed html from it.