Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 433 Bytes

2023-05-17-allow-disabling-fine-grained-config-caching.md

File metadata and controls

10 lines (8 loc) · 433 Bytes
title issue
Allow disabling fine grained config caching
NEXT-26840

Core

  • Added new config shopware.cache.tagging.each_config to disable fine-grained config caching.
    • When disabled, only a marker will be saved as tag like system-config instead of the used exact configs config.shopName and so on.
    • This helps to reduce the cache tags, but the drawback is that any config change will invalidate all pages.