-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 15.0.0
-
None
-
890fd56cc (16.0)
Two adjacent issuelist data-requests, when the only change in the request is in the sorting parameters, don't need to request count number (totalRowCount, totalAddedCount, totalRemovedCount) via the parameter computeTotalRowCount=true, because the count values won't change from the first to the second request. This should speed up responses as the server does not need to issues one or several "SELECT COUNT() .."-queries to compute those numbers.
- mentioned in
-
Page Loading...