Skip to content

Remove N+1 queries in /admin/projects page

Stan Hu requested to merge sh-admin-projects-remove-n-plus-one into master

gitlab-org/gitlab-ce!17785 improved the performance of the /admin/projects page, but it introduced a potential N+1 query when there are many namespaces and only a few projects. This MR also removes an N+1 query with the namespace owner.

Merge request reports

Loading