An open API service indexing awesome lists of open source software.

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.

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)