Actions
Bug #56312
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Bug #52949: Speed decrease since 4.5
Bug #56307: Findings from Bootstrap/PackageManager/ClassLoader analyses
Dependency Resolver does not need to be initialized
Start date:
2014-02-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The Bootstrap initializes the Dependency Resolver and injects it to the PackageManager, as for the factory this is not needed in most requests.
Remove it and make an lazy within the Object.
Updated by Thomas Maroschik almost 11 years ago
- Status changed from New to Accepted
- Assignee set to Thomas Maroschik
Updated by Riccardo De Contardi over 9 years ago
- Assignee changed from Thomas Maroschik to Benni Mack
Updated by Gerrit Code Review about 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50604
Updated by Gerrit Code Review about 8 years ago
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/50604
Updated by Benni Mack over 7 years ago
- Status changed from Under Review to Closed
Fixed with static list of packages
Actions