[TYPO3-core] RFC #12133: autoloaders registered by extensions slow down the core autoloader

Rupert Germann rupi at gmx.li
Tue Oct 6 17:14:48 CEST 2009


Hi,

this is a SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=12133

Branches: Trunk

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 is handled by the 
core autoloader.

Solution:
Move the core autoloader registration before the extension loading.


greets
rupert


More information about the TYPO3-team-core mailing list