Explores Shopware 6's multi-layered caching architecture, from object cache in route classes to HTTP cache and reverse proxy integration. Covers cache key generation, invalidation strategies using tags, state-based cache skipping for logged-in users and filled carts, and configuration for external reverse proxies like Varnish. Details CSRF handling in cached responses and provides VCL configuration examples for maximizing cache hit rates.
Table of contents
Stage one - the object cache #Stage two - the http cache #Final setup - reverse http cache #Sort: