gitlab-org--gitlab-foss/changelogs/unreleased/sh-cache-avatar-paths.yml
Stan Hu 52fdddbd2d Cache avatar URLs and paths within a request
In a merge request with many discussions, the avatar URL can be called
thousands of times, inflicting a significant performance penalty
especially when avatars are stored in object storage. To mitigate this
problem, we can just cache the generated path any time it is requested.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55355
2018-12-19 15:34:29 -08:00

5 lines
103 B
YAML

---
title: Cache avatar URLs and paths within a request
merge_request: 23950
author:
type: performance