diff options
author | Stan Hu <stanhu@gmail.com> | 2019-04-06 05:04:27 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-04-06 05:16:22 -0700 |
commit | 0d8e9f6ee3a49e00b7831b88486b1cbda83026cb (patch) | |
tree | 66bb68cd80fdca405464f681aa994fe6f979345b /changelogs | |
parent | 7a7c131f7bb69e398a6e2079c11c55bddd8e2bc8 (diff) | |
download | gitlab-ce-0d8e9f6ee3a49e00b7831b88486b1cbda83026cb.tar.gz |
Expand FindCommit caching to blob and refssh-improve-find-commit-caching
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.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-improve-find-commit-caching.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-improve-find-commit-caching.yml b/changelogs/unreleased/sh-improve-find-commit-caching.yml new file mode 100644 index 00000000000..1b38684d018 --- /dev/null +++ b/changelogs/unreleased/sh-improve-find-commit-caching.yml @@ -0,0 +1,5 @@ +--- +title: Expand FindCommit caching to blob and refs +merge_request: 27084 +author: +type: performance |