From the Symfony book: Using HTTP caching strategies is a way to maximize the performance for end-users. Add a reverse proxy cache in production to enable caching, and use a CDN to cache on the edge for even better performance.
https://symfony.com/doc/current/the-fast-track/en/21-cache.html#adding-http-cache-headers
Leave a Reply