elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.72k stars 8.14k forks source link

[Controls] Debounce time slider selections to improve performance (#193227) #193631

Open swapanmandi opened 1 day ago

swapanmandi commented 1 day ago

Fixes #193227

Summary:

This PR addresses the performance issue described in issue #193227, where dragging the pins on a time slider caused excessive requests, leading to laggy and jittery behavior.

Changes:

Steps to reproduce the issue:

  1. Add a time slider control to a sample dashboard with multiple panels.
  2. Drag the pins on the time slider and notice performance improvements.

Expected behavior:

Heenawter commented 1 day ago

@swapanmandi I don't think this is doing what you think it is doing :) The attached issue is meant for controls, but your changes are to the custom time range badge:

Screenshot 2024-09-20 at 1 15 04 PM

The changes you make should be to the time slider control in the controls plugin. Please let me know if you need more assistance 🙇

swapanmandi commented 1 day ago

@Heenawter sure