Skip to content

Add an additional preload to prevent n+1 in new project page

Robert May requested to merge additional-preload-for-new-projects into master

What does this MR do and why?

Add an additional preload to prevent n+1 in new project page. I've tested this in development and I believe it does prevent the n+1, but this will need to be deployed to production in order to properly confirm it solves the problem.

This change will currently only affect me on production, as it's still behind a feature flag that is enabled only for me.

Related #438146 (closed)

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

How to set up and validate locally

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

Edited by Robert May

Merge request reports