2 comments

[ 2.9 ms ] story [ 17.0 ms ] thread
> 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).

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.