Skip to content

Preload Group plans in EpicsFinder

Yorick Peterse requested to merge ee-groups-controller-show-performance into master

What does this MR do?

This preloads the plans for all groups used in EpicsFinder, solving the N+1 query problem discussed in https://gitlab.com/gitlab-org/gitlab-ee/issues/6206. For more details see the commit message.

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Tests added for this feature/bug
  • Conform by the code review guidelines
    • Has been reviewed by a Backend maintainer
    • Has been reviewed by a Database specialist
  • EE specific content should be in the top level /ee folder
  • Conform by the merge request performance guides
  • Conform by the style guides
  • If you have multiple commits, please combine them into a few logically organized commits by squashing them
  • End-to-end tests pass (package-qa manual pipeline job)

What are the relevant issue numbers?

Edited by Yorick Peterse

Merge request reports