←back to thread

Critical CSS

(critical-css-extractor.kigo.studio)
234 points stevenpotts | 1 comments | | HN request time: 0.445s | source
Show context
lxe ◴[] No.43905965[source]
This is a footgun. You'll get a very consistent flash of unstyled content. It's not just an aesthetics issue -- when layout shifts in the middle of a page load, as your "non-critical" styles are applied, and user is interacting with something, it will kill your usability.
replies(2): >>43906306 #>>43928635 #
zaphodias ◴[] No.43906306[source]
isn't the whole point avoiding FOUC, while also avoiding to block the rendering for CSS network requests?
replies(2): >>43907024 #>>43907705 #
1. ◴[] No.43907024[source]