←back to thread

Critical CSS

(critical-css-extractor.kigo.studio)
234 points stevenpotts | 1 comments | | HN request time: 0s | source
Show context
n3storm ◴[] No.43902266[source]
Wordpress plugins and builders like Divi and Elementor has been inserting all css for every page part or component anywhere in the body for years. I hate it. But, thas this critical css means they have beeing doing it right all along?
replies(1): >>43902371 #
optimog ◴[] No.43902371[source]
No, having an external file makes it cacheable locally. If every new page loads some of the same css again and again, it's a waste of bandwith. You should already have the stylesheet on your computer by then.
replies(2): >>43905716 #>>43911057 #
1. n3storm ◴[] No.43905716{3}[source]
thank you.

anybody can tell me why I got two downvotes from my question?