CDN & Network Performance
Caching semantics, cacheability checklist, and real-world impact of edge networks
- β’ Set Cache-Control max-age/s-maxage
- β’ Use ETag for cache validation
- β’ Prefer immutable for static assets
- β’ Avoid Set-Cookie on cacheable responses
- β’ Minimize Vary headers
- β’ Use stale-while-revalidate for graceful updates