gitlab-org--gitlab-foss/changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml
Bob Van Landuyt 20f78421c8 Cache the forks in a namespace in the RequestStore
On the `show` of a project that is part of a fork network. We check if
the user already created a fork of this project in their personal
namespace.

We do this in several places, so caching the result of this query in
the request store prevents us from repeating it.
2017-12-04 17:43:48 +01:00

5 lines
133 B
YAML

---
title: Reduce requests for project forks on show page of projects that have forks
merge_request: 15663
author:
type: performance