Hacker News new | ask | show | jobs
by Ndymium 1091 days ago
Resources are cached within the same origin. So HN resources will be cached and used on HN visits. But if two different sites load a library from the same CDN, they will not share their caches with each other and will both load it separately.
1 comments

Oh that's right! Thanks for clearing it up for me :) That does make more sense