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)
Updated by Riccardo De Contardi over 8 years ago
- Category set to Extension Manager
Updated by Benni Mack over 4 years ago
- Status changed from New to Closed
Hey Helmut.
I will close this issue now for the time being. Seems like it's not such an important topic these days anymore. Feel free to re-open the issue once you (or anybody else) want to work on this.
Actions