gitlab-org--gitlab-foss/changelogs/unreleased/sh-use-wiki-limit-parameter-gitaly.yml
Stan Hu c8ff6b7c73 Use limit parameter to retrieve Wikis from Gitaly
Without this parameter, every load of a Wiki page will load all the Wiki pages
in the repository for the sidebar. This is a significant performance penalty
that can significant slow the display of all Wiki pages.

Relates to #40101
2018-07-24 15:36:31 -07:00

5 lines
108 B
YAML

---
title: Use limit parameter to retrieve Wikis from Gitaly
merge_request: 20764
author:
type: performance