Skip to content

Fix some N+1 queries related to Admin Dashboard, User Dashboards and Activity Stream

Gabriel Mazetto requested to merge fix-n-plus-1-queries-projects into master

What does this MR do?

Fix some occurrences of N+1 queries related to either Projects or Namespaces.

This improved few routes:

  • /admin
  • /
  • /dashboard/projects
  • /dashboard/activity
  • /explore

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

fixed gitlab-org/gitlab-ce#55106

Edited by Gabriel Mazetto

Merge request reports