Actions
Task #82473
closedMake use of TYPO3s runtime caches instead of static in-method variables
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
Actions