Task #55654
Epic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Epic #55656: Optimize overall Extbase performance
Extbase: Optimize ClassInfoFactory with the ClassInfoCache
Status: | Accepted | Start date: | 2014-02-04 | |
---|---|---|---|---|
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
The ClassInfoFactory does it's own Reflection. Optimize this by using the ReflectionService. Depends on #57594.
The classInfoCache saves every classInfo to a single cache entry.
Remove this redundant Cache and make it a RuntimeCache only.
Related issues
History
#1 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27321
#2 Updated by Marc Bastian Heinrichs over 1 year ago
- Parent task set to #55656
#3 Updated by Marc Bastian Heinrichs over 1 year ago
- Assigned To set to Marc Bastian Heinrichs
#4 Updated by Ernesto Baschny over 1 year ago
- Project changed from Extbase MVC Framework to Core
- Category deleted (
Extbase: Object)
#5 Updated by Ernesto Baschny over 1 year ago
- Category set to Extbase
- TYPO3 Version set to 6.2
#6 Updated by Ernesto Baschny over 1 year ago
- Subject changed from Optimize classInfo cache to Extbase: Optimize classInfo cache
#7 Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27321
#8 Updated by Marc Bastian Heinrichs over 1 year ago
- Subject changed from Extbase: Optimize classInfo cache to Extbase: Optimize ClassInfoFactory with the ClassInfoCache
- Target version changed from 6.2.0 to next-patchlevel
#9 Updated by Marc Bastian Heinrichs over 1 year ago
- Status changed from Under Review to Accepted
#10 Updated by Christian Kuhn 6 months ago
The patch pushed to gerrit was abandoned since it was stalled for a long time. This needs a fresh approach :)