Story #54567
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Epic #55656: Optimize overall Extbase performance
Extbase: overall performance of backend modules
100%
Description
The performance of backendmodules seems to be very bad. We have to analyze that and look, how to improve.
This is just an umbrella issue, if you want to discuss specific issues, please open sub-issues. thanks.
Files
Updated by Felix Oertel almost 11 years ago
I looked through the issue tracker of both extbase and cms core and did not find any unresolved tickets for this topic. if you know of some, please relate ...
Updated by Michiel Roos almost 11 years ago
- File dbLayout.jpg dbLayout.jpg added
Please find attached a screenshot of a diff between two profiling runs of a 6.2 installations.
One (run2) has the sys_note extension loaded and the other has not.
You see a 300% increase in number of function calls. Also a 500% increase in load time.
I'll try do dig some more.
Updated by Felix Oertel almost 11 years ago
Hey Michiel,
thanks for sharing. Would you mind, opening a sub-issue for that?
regards, foertel
Updated by Michiel Roos almost 11 years ago
Hi Felix. A sub issue? This is one issue. The problem is indeed the TypoScript parsing. The total callgraph looks horrible. There is a lot of TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser::parseSub@n going on. All is initiated by TYPO3\CMS\Core\TypoScript\TemplateService::generateConfig. I don't see anything like this for frontend pages with extbase extensions. I don't understand why the normal and fast runthroughTemplates is not enough to get the TS.
Updated by Felix Oertel almost 11 years ago
Yeah, it's not, that I don't believe you, that there is a problem. :) It's just, that there are more probems like that and I wanted to have this as kind of an umbrella issue. The TS parsing is over in #54571.
Updated by Ernesto Baschny almost 11 years ago
- Project changed from 534 to TYPO3 Core
- Category deleted (
Extbase: Core)
Updated by Ernesto Baschny almost 11 years ago
- Tracker changed from Bug to Story
- Subject changed from overall performance of backend modules to Extbase: overall performance of backend modules
- Category set to Extbase
- TYPO3 Version set to 6.2
Updated by Felix Oertel over 10 years ago
- Status changed from Accepted to Closed