Skip to content

Fix N+1 query when displaying events

Yorick Peterse requested to merge fix-event-target-author-preloading into master

What does this MR do?

This fixes an N+1 query problem when displaying events (e.g. on https://gitlab.com/gitlab-org/gitlab-ce.atom). See the commit for more details.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/36878

Merge request reports