Project

General

Profile

Actions

Task #64361

closed

Improve class loading performance

Added by Helmut Hummel over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-01-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Use composer class loader for better performance

Require composer class loader early in the bootstrap gives us many benefits:

1. Very early classes can be found and loaded very early in the bootstrap
2. Get rid of complexity for default cases
3. Test classes will only loadable in testing context
4. Cache warmup will be much faster as much less files need to be written


Related issues 6 (0 open6 closed)

Related to TYPO3 Core - Bug #64669: Fix class alias functionality that was broken with composer class loader commitClosed2015-01-30

Actions
Related to TYPO3 Core - Bug #64376: Class aliases not respected in certain situationsClosed2015-01-20

Actions
Related to TYPO3 Core - Bug #64873: Make composer class loading case insensitiveClosed2015-02-05

Actions
Related to TYPO3 Core - Bug #65667: ObjectManager can't resolve underscored namespace classes to new PHP's native namespace classes since TYPO3 6.2.10Closed2015-03-11

Actions
Related to TYPO3 Core - Bug #65688: Using TYPO3_COMPOSER_AUTOLOAD requires post-autoload-dump script in project composer.jsonClosed2015-03-12

Actions
Related to TYPO3 Core - Bug #57604: PackageManager is unable to resolve composer PSR-4 namespacesClosed2014-04-03

Actions
Actions

Also available in: Atom PDF