Maxim Mironjuk
-
December 28, 2025
Magento's full page cache invalidates entries through tags like cat_p_123 or cat_c_45, which are entity-scoped but not store-specific by default. In a multi-store installation with several websites, store groups, and store views, that means a change actually relevant to only a single store view, such as a store-specific price rule or an individual approval status, can still invalidate cache entries for every other store because they share the same tag namespace. Anyone running many stores needs to deliberately decide how granular tags should be, without sliding into a tag explosion with an unmanageable number of barely reused tags.