Actions
Bug #21196
closedautoloaders registered by extensions slow down the core autoloader
Start date:
2009-10-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
If an extension registers an autoloader by itself this slows down the core autoloader because extension autoloaders are registered first in the autoloading stack. Each autoloader trigger from the core will first hit the registered extension autoloaders before it it handled by the core autoloader.
Solution:
Move the core autoloader registration before the extension loading.
(issue imported from #M12133)
Files
Actions