Bug #17

Optimize reflection usage by introducing a cache

Added by Robert Lemke 598 days ago. Updated 265 days ago.

Status:Closed Start:
Priority:Should have Due date:
Assigned to:Robert Lemke % Done:

0%

Category:Reflection
Target version:0.1.0

Description

As reflection is used in many parts of the Component Manager and the AOP Framework, it might make sense to create some clever way of caching Reflection objects. While the results of the AOP Framework (the proxies) will be cached anyway, the Component Manager still does class reflection for finding component type implementations (source:Packages/Core/Classes/ComponentManager/T3P_Core_ComponentManager.php).

History

2007-12-06 17:04 - Robert Lemke

  • Status changed from New to Closed
  • Sprint set to wontfix

We probably don't need caching on that level, but better try to cache the component configuration etc.
Close for now ...

Also available in: Atom PDF