[TASK] Clean up legacy cache_treelist leftovers
Using cache_treelist has been avoided with #103139 since it was broken. v13 now goes ahead and removes the clearing logic and the table itself. Note the PageRepository method that formerlly used that cache would be a great target for a (first) CTE to structurally enhance performance. v13 may see patches in this area. Resolves: #103165 Related: #103139 Releases: main Change-Id: I2bcee1befa08b8dc81f39c7ef4b9e8a005fad0c8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83051 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com>
Showing
- typo3/sysext/core/Classes/Command/CacheFlushCommand.php 0 additions, 21 deletionstypo3/sysext/core/Classes/Command/CacheFlushCommand.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 0 additions, 1 deletiontypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Documentation/Changelog/13.1/Important-103165-Remove-treelist-cache.rst 21 additions, 0 deletions...Changelog/13.1/Important-103165-Remove-treelist-cache.rst
- typo3/sysext/core/Tests/Functional/Domain/Repository/PageRepositoryTest.php 2 additions, 14 deletions...Tests/Functional/Domain/Repository/PageRepositoryTest.php
- typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php 0 additions, 381 deletions...ysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php
- typo3/sysext/frontend/ext_localconf.php 0 additions, 6 deletionstypo3/sysext/frontend/ext_localconf.php
- typo3/sysext/frontend/ext_tables.sql 0 additions, 13 deletionstypo3/sysext/frontend/ext_tables.sql
- typo3/sysext/install/Classes/Service/ClearCacheService.php 1 addition, 16 deletionstypo3/sysext/install/Classes/Service/ClearCacheService.php
Please register or sign in to comment