Latest posts Visit blog
14 min read

Shopware Cache Rework: Caching for Logged-In Customers

The storefront HTTP cache now works with login and a filled cart. How the sw-cache-hash works, what changes in invalidation and how to prepare extensions safely.

13 min read

Store API Caching: Fast Headless Shops 2026

From Shopware 6.7, Store API endpoints are cacheable. Avoid N+1 problems in Nuxt, set client caching correctly and use stale-while-revalidate.

13 min read

Redis Caching for Shopware: Optimize Performance 2026

Redis serves data with sub-millisecond latency and can cut Shopware load times by up to 40%. Learn to configure HTTP cache, object cache, and sessions, master invalidation and warmup, and optimize hit rate.