Hacker News new | ask | show | jobs
by bakkoting 1281 days ago
Note that caching resources across sites isn't really a thing anymore. See https://github.com/whatwg/fetch/issues/904
1 comments

TIL, makes sense from a (very limited) security perspective.

CDN caching was never that useful anyway, non-cached jQuery etc downloads fast these days. Publishing libraries on a centralized public CDN, where the same URL is used across different sites is still the primary value prop for jsDelivr regardless.

> non-cached jQuery etc downloads fast these days.

...If you have a fast internet connection, which is what all web devs seem to expect these days. jQuery etc are still just as big and heavy as ever.