Project

General

Profile

Actions

Task #54571

closed

Epic #55070: Workpackages

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

Epic #55656: Optimize overall Extbase performance

Story #54567: Extbase: overall performance of backend modules

Extbase: Avoid TS parsing in BE if not necessary

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

Status:
Closed
Priority:
Must have
Assignee:
Category:
Extbase
Target version:
Start date:
2013-12-22
Due date:
% Done:

0%

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

Description

In backendmodules the TypoScript is parsed on every call. We should give a backend module the chance to avoid loading the TypoScript or see if that is cacheable.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Task #54701: Cache global TypoScript template in backendClosedFelix Oertel2014-01-02

Actions
Actions #1

Updated by Felix Oertel over 10 years ago

  • Tags changed from per to performance
Actions #2

Updated by Philipp Gampe over 10 years ago

Modules outside of Web> always use the global TS. We should store a parsed copy in the core cache.

Actions #3

Updated by Felix Oertel over 10 years ago

Hey Philipp,

thanks for commenting, I see it the same way. I looked through sysext/core/Classes/TypoScript/TemplateService.php and it only caches the TS if TSFE->all is present. I am not finished figuring out, what we can use to identify the cache entry instead of ->all.

Another idea Ernesto mentioned (not sure if it was his idea or if he was just relaying ;) ) was to give every module the option to disable TS parsing alltogether. I don't think that is too good an idea, because we need TS for Dependency Injection and stuff ...

I will try to figure out, how to manage global TS cache in backend in the morning. ;-) untill then, marry christmas to all of you ...

regards, foertel

Actions #4

Updated by Felix Oertel over 10 years ago

  • Subject changed from Avoid TS parsing if not neccassary to Avoid TS parsing in BE if not neccassary
Actions #5

Updated by Felix Oertel over 10 years ago

Because TypoScript caching is part of the core and not extbase, I opened up #54701 over there.

I also adjusted the ConfigurationManagers accordingly, but let's wait, how the caching issue turns out. ;)

Actions #6

Updated by Felix Oertel over 10 years ago

  • Status changed from Accepted to Closed

this one is dealt with in #54701.

Actions #7

Updated by Ernesto Baschny about 10 years ago

  • Project changed from 534 to TYPO3 Core
  • Category deleted (Extbase: Configuration)
Actions #8

Updated by Ernesto Baschny about 10 years ago

  • Category set to Extbase
  • TYPO3 Version set to 6.2
Actions #9

Updated by Ernesto Baschny about 10 years ago

  • Subject changed from Avoid TS parsing in BE if not neccassary to Extbase: Avoid TS parsing in BE if not necessary
Actions

Also available in: Atom PDF