Thread with 21 posts

jump to expanded post
A Bitwise , @abitwise@hachyderm.io
(open profile)

@hikari We had an actual production outage at my company a while back because of exactly this kind of thing. A shared CSS file used an `@import` to pull in a font from a vendor that was not responding (hanging indefinitely). Using a normal `link` caused the entire page to wait for the unavailable resource. I couldnโ€™t believe it either.

Open remote post (opens in a new window)