Project

General

Profile

Actions

Task #54701

closed

Epic #55070: Workpackages

Epic #55065: WP: Overall System Performance (Backend and Frontend)

Epic #55656: Optimize overall Extbase performance

Story #55079: review Extbase caching for frontend and backend

Cache global TypoScript template in backend

Added by Felix Oertel over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Caching
Target version:
-
Start date:
2014-01-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:

Description

Hey guys,

when profiling, why extbase backend modules are too slow, we found that parsing the TypoScript took up a hole lot of time at every single request. The TypoScript is not cached in the backend, because the condition for caching relys on $GLOBALS['TSFE']->all.

If we exchange that for a condition on the TemplateService instead, it should properly cache the TypoScript.

I would be interested in some oppinion about wether or not we have to care for things that might invalidate the cache.

regards, foertel


Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #55028: Static TS must be available even when there is no page UIDClosed2014-01-15

Actions
Related to TYPO3 Core - Task #54813: BackendConfigurationManager figures out wrong pidClosed2014-01-07

Actions
Related to TYPO3 Core - Task #86262: Deprecate FE TypoScript processing in BERejected2018-09-15

Actions
Has duplicate TYPO3 Core - Task #54571: Extbase: Avoid TS parsing in BE if not necessaryClosedFelix Oertel2013-12-22

Actions
Has duplicate TYPO3 Core - Bug #55023: List Module in Backend is very slow due to Extbase's Typoscript parsingClosed2014-01-15

Actions
Actions

Also available in: Atom PDF