a769292c67
We can reduce a significant number of queries by preloading the associations for events. On GitLab.com, for a date that had 456 events, this brought the load time down from 8.7 to 1.2 s. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58392
5 lines
128 B
YAML
5 lines
128 B
YAML
---
|
|
title: Eliminate most N+1 queries loading UserController#calendar_activities
|
|
merge_request: 25697
|
|
author:
|
|
type: performance
|