Skip to content

Revert "Sort dependencies by component name"

mo khan requested to merge revert-4cf0e960 into master

What does this MR do and why?

This change reverts !149457 (merged). This is because the page is performing poorly in production. This page is gated behind a feature flag so it has not caused an incident but the performance regression isn't acceptable.

image

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:explore_dependencies)
  2. Visit http://127.0.0.1:3000/explore/dependencies
Edited by mo khan

Merge request reports