(no title)
charrondev | 5 months ago
That’s a pretty crazy statement. How often do you see loading a CSS stylesheet fail to load? Most sites are completely unusable without their stylesheets and I don’t recall the last time I saw a stylesheet fail to load.
dspillett|5 months ago
I wouldn't say often, but it certianly happens often enough that I make sure my own designs work well enough (the content is visible at least, even if it is hellish ugly) if external resources like that fail to load.
The most frequent cause is a site that is overloaded due to a hug from HN or similar, the main request going through OK but some of the subsequent ones timing out. It is getting less common with servers that support HTTP2/HTTP3 so pipeline better, as the usual failure point in these cases is in opening a connection not while reading the response (or the server generating that response).
It can also happen if static content is served from a different place, and that is down but the host serving the main content is not.
inetknght|5 months ago
Often. It might have something to do with my adblock settings though...
> Most sites are completely unusable without their stylesheets
Those sites are generally completely trash anyway.
unknown|5 months ago
[deleted]
copypaper|5 months ago
userbinator|5 months ago
daemonologist|5 months ago