Actions
Bug #20903
closedspeed up list module by improving internal handling of references
Start date:
2009-08-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
the list module makes 2 sql queries to get the references pointing to the current record. One query is executed to display the "ref" column, the other query is needed to get the number of references for the confirm-delete warning.
Solution:
Make only one query to get the references and re-use the result.
(issue imported from #M11747)
Files
Actions