Skip to content

Remove unnecessary loading of discussions in `IssuesController#show`

Stan Hu requested to merge sh-stop-loading-issue-discussions into master

Discussions are now loaded asynchronously via the IssuesController#discussions endpoint, so this should no longer be needed. This was taking 32% of the load time for GitLab CE issue 1.

Closes #38034 (closed)

Edited by Stan Hu

Merge request reports