gitlab-org--gitlab-foss/changelogs/unreleased/sh-improve-find-commit-caching.yml
Stan Hu 0d8e9f6ee3 Expand FindCommit caching to blob and refs
This enables FindCommit caching to the following actions:

* BlobController#show
* RefsController#logs_tree

It also improves caching in CommitsController since some
duplicate requests were occuring inside the before_action
definitions.
2019-04-06 05:16:22 -07:00

5 lines
101 B
YAML

---
title: Expand FindCommit caching to blob and refs
merge_request: 27084
author:
type: performance