Project

General

Profile

Actions

Bug #21196

closed

autoloaders registered by extensions slow down the core autoloader

Added by Rupert Germann over 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

12133.diff (2.36 KB) 12133.diff Administrator Admin, 2009-10-06 17:05

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21181: Call to getCache() on a non-objectClosedRupert Germann2009-10-03

Actions
Actions

Also available in: Atom PDF