Skip to content

Add preload for routes and namespaces for issues controller.

Chantal Rollison requested to merge ccr/43034_issues_controller_100_queries into master

What does this MR do?

Add preload for routes and namespaces on Controller Boards::IssuesController#index.json, reduced queries to less than 100, and removed the corresponding whitelisted sections of code.

What are the relevant issue numbers?

Closes #43034 (closed) - Controller Boards::IssuesController#index.json executes more than 100 SQL queries

Does this MR meet the acceptance criteria?

Edited by Chantal Rollison

Merge request reports