Actions
Bug #75996
closedImprove performance of dynamic additions of class loading info in non composer mode
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2016-05-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
- Evaluate a possibility to add the alias loader, once an extension is installed that requires alias maps
- Maybe just register the alias loader when adding the additional class loading info would be enough, at least if it is early enough in the bootstrap
- Instead of looping over the newly generated autoload infos, set them together with the existing ones as static properties to a generated class (see https://github.com/composer/composer/pull/5174)
Actions