-
Notifications
You must be signed in to change notification settings - Fork 682
UI responsiveness of the search page is sluggish when many spans in results #43
Copy link
Copy link
Closed
Description
Description
The responsiveness of the search results page slows as the summed number of spans in the search results increases. For instance, with ~20,000 spans, the search form takes several seconds to register the focus on one of the text inputs.
Steps to reproduce the issue:
- Using the HotROD app, register 400 traces
var i = 100; var btns = [].slice.call(document.querySelectorAll('.hotrod-button')); while (i--) btns.forEach(btn => btn.click()); - On the search page of the Jaeger UI, select Service =
frontendand Limit Results =400 - Submit the search and let the page finish loading
- Click the Min Duration text input
- Note: Several seconds elapse before the input receives focus
- Click the Max Duration text input
- Note: Several seconds elapse before the input receives focus
Describe the results you received:
Several seconds elapse before the form inputs register focus.
Describe the results you expected:
The form inputs register focus immediately.
Additional information you deem important (e.g. issue happens only occasionally):
I've identified the underlying issue, have made changes to address it and will issue a pull request within the next couple of days.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels