Bug #24960
Epic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Rewrite t3lib_loadModules::getRelativePath()
Status: | Rejected | Start date: | 2011-02-04 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 7.4 (Backend) | |||
TYPO3 Version: | 4.5 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
This function does lots of string magic and is called ~200 times during a backend.php call.
It consumes ~14% of the total rendering time.
(issue imported from #M17488)
History
#1 Updated by Alexander Opitz over 1 year ago
- Target version deleted (
0) - Parent task set to #55065
- Is Regression set to No
#2 Updated by Benjamin Mack 7 months ago
- Target version set to 7.1 (Cleanup)
#3 Updated by Benjamin Mack about 1 month ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
#4 Updated by Benjamin Mack about 1 month ago
- Status changed from New to Rejected
as of TYPO3 CMS 7 this is only called once during loading of backend.php, then no more.