Actions
Task #55122
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Story #55078: Optimize PHP code performance in TYPO3 methods
Cleanup and optimize methods in ExtensionManagementUtility
Start date:
2014-01-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
medium
Sprint Focus:
Description
Methods in ExtenstionManagementUtility are called a lot. We need to ensure they are as performant as possible.
- Reduce function calls
- Use language constructs instead of functions
- Use language constructs to check values before calling a function
- Return early where possible
- Rewrite addToAllTCAtypes() to just do a few preg_replace() calls and not call all the child methods
Actions