This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Performance: Investigate large amounts of GitBlame
requests when navigating search results (Spike) #39611
Open
Description
Description
Goal: Reduce CPU load and any UX blockers that depend on this request being resolved
Reason:
- We don't seem to actually render this information, needs more investigation as to why we make these requests
- There is quite a lot, and the CPU performance on the search page is already quite low.
Note: Potentially affected by wg-sunset-sg-extensions
(Slack channel)
A/C
- Reduce or stop making
GitBlame
requests if not required.