Task #57594
Epic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Epic #55656: Optimize overall Extbase performance
Optimize ReflectionService Cache handling
Status: | Accepted | Start date: | 2014-04-03 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Marc Bastian Heinrichs | % Done: | 0% |
|
Category: | Extbase | Spent time: | - | |
Target version: | next-patchlevel | |||
TYPO3 Version: | 6.2 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
A the moment the ReflectionService cache handling has some drawbacks:
- it doesn't support nested Extensions (#12518)
- the cache data for main extensions (e.g. fluid/extbase) are redundant cached and e.g. are not reused from different extensions on one page (performance)
- some Reflection evaluation is missing, that it could be used by the ClassInfoFactory (performance)
Related issues
History
#1 Updated by Marc Bastian Heinrichs over 1 year ago
- Category set to Extbase