Actions
Task #55568
closedBE: Only make SQL count calls on uid not *
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2014-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The Record List (list and page module) runs
over all TCA tables and checks if a table should
be listed.
The total query information is called for every table,
which is quite a lot. However, only the count number
on these TCA tables is important. That's why the call
to COUNT is rewritten to COUNT which speeds
up these SQL calls.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27247
Updated by Benni Mack almost 11 years ago
- Status changed from Under Review to Rejected
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Rejected to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27554
Updated by Xavier Perseguers over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Bug reference has been changed in some patchset leading to forgetting to auto-close this ticket.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions