gitlab-org--gitlab-foss/changelogs/unreleased/fix-n-plus-1-queries-projects.yml
Gabriel Mazetto 4f5abe4327 Reduce N+1 from Activity Dashboard and Banzai
There is a combination of few strategies implemented here:

1. Few relations were eager loaded
2. Changed few polymorphic routes to specific ones so we don't have to
   use `#becomes(Namespace)` which doesn't preserve association cache
2018-12-10 21:34:33 +01:00

6 lines
145 B
YAML

---
title: Fix some N+1 queries related to Admin Dashboard, User Dashboards and Activity
Stream
merge_request: 23034
author:
type: performance