Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very slow UI responsiveness after large query set #186

Closed
rbtcollins opened this issue Feb 7, 2018 · 2 comments
Closed

Very slow UI responsiveness after large query set #186

rbtcollins opened this issue Feb 7, 2018 · 2 comments
Assignees
Labels

Comments

@rbtcollins
Copy link

After doing a large query (e.g. 2000 traces), type in the query box on the left was very slow: several seconds per character as I added a tag specifier.

Steps to reproduce the issue:

  1. Deploy Jaeger-UI
  2. Query for 2000 spans
  3. Attempt to add in a tag constraint

Describe the results you received:

Slow behaviour of the UI

Describe the results you expected:

Fast behaviour: the only thing changing was the query definition, and that should not have any data dependency on the previous queries results.

Additional information you deem important (e.g. issue happens only occasionally):

Additional environment details (Browser, etc.):

This was with builds from about 2 weeks back.

@tiffon
Copy link
Member

tiffon commented Feb 8, 2018

Thanks for filing this.

We had a regression (#178). It should be resolved with this #179, which was merged a few days ago and released yesterday.

Can you confirm the update resolves this?

@tiffon tiffon self-assigned this Feb 8, 2018
@tiffon tiffon added the bug label Feb 8, 2018
@rbtcollins
Copy link
Author

Yes, it is substantially better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants