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