t3/fluid_page_cache

Creates automatically tags for TYPO3's page cache, based on used variables in rendered Fluid templates on current page.

Installs: 31 162

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 3

Open Issues: 1

Type:typo3-cms-extension

3.0.0 2023-08-17 16:11 UTC

This package is auto-updated.

Last update: 2024-04-17 18:05:55 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.

Links