summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-09-18 20:43:28 -0700
committerStan Hu <stanhu@gmail.com>2017-09-19 01:56:39 -0700
commit3b9c45a317e2197b823cea6676679a2acb3dc336 (patch)
tree556f8861f24d452243b60bdcd531c20ac64537fd /changelogs/unreleased
parent1f4911541d03a257c38a63c6aa36a1c7ca4c3b43 (diff)
downloadgitlab-ce-3b9c45a317e2197b823cea6676679a2acb3dc336.tar.gz
Remove unnecessary loading of discussions in `IssuesController#show`sh-stop-loading-issue-discussions
Discussions are now done 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
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/sh-stop-loading-issue-discussions.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-stop-loading-issue-discussions.yml b/changelogs/unreleased/sh-stop-loading-issue-discussions.yml
new file mode 100644
index 00000000000..5e7b7387c0d
--- /dev/null
+++ b/changelogs/unreleased/sh-stop-loading-issue-discussions.yml
@@ -0,0 +1,5 @@
+---
+title: Remove unnecessary loading of discussions in `IssuesController#show`
+merge_request:
+author:
+type: fixed