t3 / fluid_page_cache
Creates automatically tags for TYPO3's page cache, based on used variables in rendered Fluid templates on current page.
Requires
- typo3/cms-core: ^8.7.32 || ^9.5.20 || ^10.4.6
This package is auto-updated.
Last update: 2021-01-03 14:48:13 UTC
README
This TYPO3 CMS extension allows you to clear frontend page caches, automatically when a displayed record has been updated. It recognizes which variables have been used in the Fluid templates on current page and assigns additional cache_tags to page cache.
This allow the shipped after save-hook, to only delete pages from cache, which actually used the edited record.
Once EXT:fluid_page_cache is installed, your page cache is as precise as possible, with zero configuration.
Documentation
This extension provides a ReST documentation, located in Documentation/ directory.
You can see a rendered version on docs.typo3.org/p/t3/fluid_page_cache.