Actions
Task #79610
closedCache results in doesRecordExist_pageLookUp
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2017-02-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
During copy operations of pages there are a lot of calls to doesRecordExist_pageLookUp
with the same parameters. The ideas is to cache these results in a run-time cache
and thus save SQL calls.
In addition the signature for doesRecordExist_pageLookUp has been adjusted.
Actions