Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.28 KB

TYPO3 Extension cacheopt

.github/workflows/test.yml Maintainability Test Coverage

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.

More documentation

More documentation can be found in the Extension manual:

https://docs.typo3.org/typo3cms/extensions/cacheopt/