Actions
Bug #99007
closedWorkspace Overlays are slow when having multiple records queried at once
Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
Start date:
2022-11-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using BackendUtility::workspaceOL() is nice for a few database queries, but if you show 8000 items (in a select field, or in group field, inline or category), TYPO3 tries to find a workspace version for each single record, resulting in 8000 DB queries (even if you have one basic SQL query).
Actions