gitlab-org--gitlab-foss/changelogs/unreleased/41546-count-query-for-issues-and-mrs-runs-twice-on-group-index.yml
Sean McGivern b9f0883bc5 Fix double execution of COUNT query on group pages
Calling `finder.execute.count` twice will perform two queries, but these are all
in the same file, so it's easy to just reuse them.
2018-01-09 11:56:41 +00:00

5 lines
100 B
YAML

---
title: Fix double query execution on groups page
merge_request: 16314
author:
type: performance