Actions
Task #99555
closedReduce amount of SQL queries in PageRepository::getPageOverlaysForLanguage()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2023-01-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
With the input of 100 page ids and 3 possible language fallbacks it produces up to 300 database queries.
With a bigger query we have a good chance to reduce the time of lock waits and network overhead.
Actions