Task #2156

Optimize autowiring in the Object Builder

Added by Robert Lemke over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-11-12
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Object
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1
Sprint: Has patch:
PHP Version: Complexity:

Description

The whole autowiring process (constructor arguments and setter injection) currently happens while actually creating the object (!). That means: reflection, a lot of analysis etc. on each object instantiation.

Autowiring should be moved to elsewhere and made cacheable.

History

#1 Updated by Robert Lemke over 6 years ago

  • Status changed from New to Resolved

This was resolved in r1592

#2 Updated by Robert Lemke over 6 years ago

  • % Done changed from 0 to 100

Also available in: Atom PDF