CDN
Content delivery network — caching and serving content from edge locations close to users.
Why we need this / what value this brings
Serves cacheable content from locations near users, cutting latency and reducing origin load.
When to use this
Any public-facing content (images, static assets, cacheable pages) served to geographically distributed users.
How to use or implement this
Set correct Cache-Control headers per asset type; see DataManagement/Caching/CDN-EdgeCache for the invalidation-strategy angle.
Research questions
- See DataManagement/Caching/CDN-EdgeCache for the caching-strategy angle on the same infrastructure.
Empty folder — drop notes, links, and findings here as you research.