gitlab-org--gitlab-foss/changelogs/unreleased/fix-n-plus-one-when-getting-notification-settings-for-recipients.yml
Yorick Peterse 20fdbbe86a Use Goldiloader for handling N+1 queries
Goldiloader (https://github.com/salsify/goldiloader) can eager load
associations automatically. This removes the need for adding "includes"
calls in a variety of different places. This also comes with the added
benefit of not having to eager load data if it's not used.
2018-04-09 11:58:06 +01:00

5 lines
120 B
YAML

---
title: Add Goldiloader to fix N+1 issues when calculating email recipients
merge_request:
author:
type: performance