Skip to content

Remove notes count from network graph

Robert May requested to merge remove-disable_network_graph_notes_count-ff into master

What does this MR do and why?

Removes the notes count from network graph. This is an extremely minor feature (it just shows a count of comments on a commit, which most people don't even realise is possible) with a high performance impact. Removing this allowed the gitlab-org/gitlab network graph to finally load again, rather than timing out.

Changelog: performance

Related #382720 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-10-31_at_15.57.41 Screenshot_2023-10-31_at_15.58.03

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Robert May

Merge request reports