Actions
Task #57881
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Bug #52949: Speed decrease since 4.5
Story #57862: Add possibility to make all TCA additions cached
Make category TCA changes cacheable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-04-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently TCA changes of the category API are applied on every request
after the extTables files is included. This makes it impossible to
override the changes by third party extensions and also we do not
benefit from Caching.
Instead we use the introduced signal and apply the changes right before
caching.
With this change we have a clear separation of
registering category field additions (in ext_localconf.php) and
applying the TCA changes while building the TCA cache.
Actions