Don't Use External CSS

2 edweis 4 7/28/2025, 9:40:35 AM maurycyz.com ↗

Comments (4)

err4nt · 4h ago
Counterpoint: External CSS stylesheets can be cached, saving future requests, but inlined CSS must be re-downloaded each time and you lose all the benefit of caching the styles independently from the document. Depending on the size of the CSS, there's a tradeoff.
theandrewbailey · 10h ago
> At my house, an HTTP request over cellular takes 2 seconds.

Here's a nickel, kid. Get yourself a better internet connection and stop complaining about external CSS (because that isn't your problem).

alt187 · 8h ago
Here's a nickel, kid. Go read about the other parts of the world, where people aren't as coddled, and a 2-second HTTP request isn't astonishingly slow.
kunley · 9h ago
He has a valid point and a valid method of fixing the problem.