de-swebhosting-typo3-extension / cacheopt
Optimizes automatic cache clearing.
Package info
github.com/astehlik/typo3-extension-cacheopt
Type:typo3-cms-extension
pkg:composer/de-swebhosting-typo3-extension/cacheopt
v14.0.0
2026-08-07 10:22 UTC
Requires
- php: ^8.2
- ext-pdo: *
- typo3/cms-core: ~14.3.0
Requires (Dev)
- de-swebhosting/typo3-extension-buildtools: dev-TYPO3_14
- michielroos/typo3scan: dev-master as 1.7.99
- phpunit/phpunit: ^11.5.50
- typo3/cms-fluid-styled-content: *
README
This Extension optimizes the cache clearing behavior of TYPO3:
- When a content element is changed the cache of all pages is cleared where this content element is referenced by a shortcut.
- When a file or the metadata of a file is changed the cache of all pages is cleared where this file is used in the page properties or in content elements.
- When a file is changed the directory is detected and the cache of all pages is cleared where a folder collection references it.
- When a record of an Extension is changed the cache of all pages is cleared where a related plugin is used.
- The page cache lifetime is capped for content referenced via a shortcut, a RECORDS TypoScript object, or a CONTENT cObject that is currently hidden due to a future starttime, so the cache is refreshed once that content becomes visible.
More documentation
More documentation can be found in the Extension manual: