Project

General

Profile

Actions

Task #55122

closed

Epic #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

Added by Michiel Roos over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Performance
Target version:
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

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55662: PHP Warning preg_replace in current masterClosed2014-02-04

Actions
Actions

Also available in: Atom PDF