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

Oliver Hader oliver at typo3.org
Wed Nov 25 20:22:31 CET 2009


Hi Rupi,

Rupert Germann schrieb:
> 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.

+1 by reading and testing (also with Extbase)

Please go ahead and commit to SVN Trunk! Thanks!

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list