https://github.com/a-r-m-i-n/fluid_page_cache
TYPO3 CMS extension which extends TYPO3 page cache, by tags based on entities used in fluid templates.
https://github.com/a-r-m-i-n/fluid_page_cache
cache fluid php typo3
Last synced: 11 months ago
JSON representation
TYPO3 CMS extension which extends TYPO3 page cache, by tags based on entities used in fluid templates.
- Host: GitHub
- URL: https://github.com/a-r-m-i-n/fluid_page_cache
- Owner: a-r-m-i-n
- Created: 2022-03-15T18:56:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T19:04:11.000Z (almost 2 years ago)
- Last Synced: 2024-09-01T02:21:20.635Z (almost 2 years ago)
- Topics: cache, fluid, php, typo3
- Language: PHP
- Homepage:
- Size: 521 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluid Page Cache *for TYPO3 CMS*
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/](./Documentation/Index.rst) directory.
You can see a rendered version on [docs.typo3.org/p/t3/fluid_page_cache](https://docs.typo3.org/p/t3/fluid_page_cache/master/en-us/).
## Links
- [Git Repository](https://github.com/a-r-m-i-n/fluid_page_cache)
- [Issue tracker](https://github.com/a-r-m-i-n/fluid_page_cache/issues)
- [Read documentation online](https://docs.typo3.org/p/t3/fluid_page_cache/master/en-us/)
- [EXT:fluid_page_cache in TER](https://extensions.typo3.org/extension/fluid_page_cache)
- [EXT:fluid_page_cache on Packagist](https://packagist.org/packages/t3/fluid_page_cache)
- [The author](https://v.ieweg.de)