DEV Community

Discussion on: What it Takes to Render a Complex Web App in Milliseconds

Collapse
 
kimamula profile image
Kenji Imamula • Edited

Thanks for sharing.

I am not so familiar with CDN and I wonder how you are managing how Fastly caches your resources.
By using HTTP headers described here (I only see cache-control:public, no-cache in your response header)?

How do you refresh relevant caches when a content is updated?