Project

General

Profile

Actions

Task #57881

closed

Epic #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

Added by Helmut Hummel almost 10 years ago. Updated over 5 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #57750: Default generated categories TCA misses maxLevels configurationClosedFrans Saris2014-04-08

Actions
Actions #1

Updated by Gerrit Code Review almost 10 years ago

  • Status changed from New to Under Review

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29424

Actions #2

Updated by Helmut Hummel almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF