Bug #56328
Epic #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
Extract complex "class loader cache building" code into ClassLoadingInformationFactory
Status: | Closed | Start date: | 2014-02-26 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
to reduce the footprint in runtime when only classes can be loaded from classes cache the whole resoval code should be extracted to an external class which only is included when rebuilding caches
same goes for the "getAlias" and "getClassnames" code in the Package class itself
History
#1 Updated by Mathias Schreiber 6 months ago
- Status changed from New to Closed
fixed with composer ClasLoader