HTTP Caching for Static Sites
This note covers the HTTP caching headers that matter for static sites, how CDN edge caching interacts with browser caching, and the specific configuration that …
TL;DR: Set long max-age for hashed assets, short max-age + revalidation for HTML. Let the CDN handle the …