Reduce SQL queries needed to load open merge requests
The SQL queries and memory allocation in MergeRequests::RefreshService
is dominated by queries for Project and Route loads. On staging, the
absence of an inverse relationship caused Rails to make around
1100 extraneous SQL queries for the www-gitlab-com repository.
Relates to #49703 (moved)
Edited by Stan Hu