gitlab-org--gitlab-foss/changelogs/unreleased/sh-memoize-repository-empty.yml
Stan Hu b1f15dfa42 Memoize Git::Repository#has_visible_content?
This is called repeatedly when viewing a merge request, and this should
improve performance significantly by avoiding shelling out to git every time.

This should help https://gitlab.com/gitlab-com/infrastructure/issues/4027.
2018-04-14 14:37:28 -07:00

5 lines
97 B
YAML

---
title: Memoize Git::Repository#has_visible_content?
merge_request:
author:
type: performance