Hacker News new | ask | show | jobs
by TeMPOraL 769 days ago
It was a real need given how almost all sites use large JavaScript deps. However, any hopes of sharing those were destroyed by adtech people timing resource downloads to track people.
1 comments

Lots and lots of websites still use Google and other CDNs for JS deps, fonts, etc.
They are cached independently these days to avoid privacy issues. So if websites A and B both use the same JavaScript dependency from a public CDN and you visit them both, you will download the JavaScript dependency twice, even if you have it cached from your visit to the first website.