Skip to content

Preload releases for Tags API

Vasilii Iakliushin requested to merge 436376_fix_n+1_problem_for_tags into master

What does this MR do and why?

Contributes to #436376 (closed)

Problem

A query to fetch a release is executed for each tag. It leads to N+1 problem.

Solution

Preload releases for tags to avoid a N+1 queries.

Changelog: performance

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-04-09_at_15.06.14 Screenshot_2024-04-09_at_15.08.11 Screenshot_2024-04-09_at_15.06.45Screenshot_2024-04-09_at_15.07.00

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Vasilii Iakliushin

Merge request reports