Skip to content

N+1 Groups::MilestonesController#show

https://gitlab.com/groups/gitlab-org/-/milestones/40

SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 9970 AND "routes"."source_type" = 'Namespace' LIMIT 1

Screen_Shot_2020-02-26_at_11.53.45_AM

Also this action is one of the worst p95 routes for Mechanical Sympathy, partly because it loads all issues for that milestone. So for example, https://gitlab.com/groups/gitlab-org/-/milestones/40 loads all 1100 issues at once (no pagination)

Edited by Thong Kuah