Skip to content

Remove debounce from apollo query

Deepika Guliani requested to merge dg-fix-debounce-milestone-iteration into master

What does this MR do and why?

Remove debounce from apollo query to avoid performance issues

:Behind work_items_mvc_2 FF

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

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

Before After
Screen_Recording_2024-01-17_at_1.24.37_PM Screen_Recording_2024-01-17_at_1.23.54_PM

How to set up and validate locally

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

  1. In rails console enable the FF
    Feature.enable(:work_items_mvc_2)
  2. Visit any work item having iteration and milestone
  3. Check that there is no delay ( although 500ms is too small to catch by eye difference ) in the initial call , but also the search works as expected with debounce

Merge request reports