Project

General

Profile

Actions

Bug #69173

closed

Introduce runtime cache for \TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv()

Added by Markus Klein almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Performance
Target version:
Start date:
2015-08-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Remote Sprint

Description

\TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv() is called a lot and calls itself recursively as well.

The request to switch from one page to another one in BE (Page module) fires the method more than 1148 times.
According to xdebug profiling this makes up 84ms (63ms owntime).

By introducing a runtime cache the number of calls can be lowered to 162 for the same request, which brings the time metrics below 1ms.

Actions

Also available in: Atom PDF