t3 / fluid_page_cache
Creates automatically tags for TYPO3's page cache, based on used variables in rendered Fluid templates on current page.
Installs: 36 229
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 4
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-core: ^12.4
This package is auto-updated.
Last update: 2024-10-31 19:27:21 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 allows 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.