Project

General

Profile

Actions

Task #82473

closed

Make use of TYPO3s runtime caches instead of static in-method variables

Added by Stefan Froemken over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2017-09-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.1
Tags:
Complexity:
Sprint Focus:

Description

Hello core Team,

in a CLI Script I have to process a really huge amount of records with many different page UIDs. Foreach PID a make a call to BackendUtility::getPagesTSconfig which has its own cache realized with static in-method variables, which grows and grows and exceeds my memory limitation.
It would be cool if you can switch these static variables into a runtine cache of TYPO3s CachingFramework as you have done in various other places within BackendUtility.

Stefan


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #63629: High memory consumption in BackendUtility::getPagesTSconfig while using the DataHandlerClosed2014-12-06

Actions
Actions

Also available in: Atom PDF