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 #1

Updated by Gerrit Code Review over 9 years ago

  • Status changed from New to Under Review

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36091

Actions #2

Updated by Gerrit Code Review over 9 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36091

Actions #3

Updated by Gerrit Code Review over 9 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36091

Actions #4

Updated by Gerrit Code Review over 9 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36091

Actions #5

Updated by Gerrit Code Review over 9 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36091

Actions #6

Updated by Gerrit Code Review over 9 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36124

Actions #7

Updated by Helmut Hummel over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36124

Actions #9

Updated by Gerrit Code Review over 9 years ago

Patch set 3 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36124

Actions #10

Updated by Helmut Hummel over 9 years ago

  • Status changed from Under Review to Resolved
Actions #11

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Resolved to Under Review

Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36091

Actions #12

Updated by Helmut Hummel over 9 years ago

  • Status changed from Under Review to Resolved
Actions #13

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Resolved to Under Review

Patch set 4 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36124

Actions #14

Updated by Helmut Hummel over 9 years ago

  • Status changed from Under Review to Resolved
Actions #15

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF