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

Inspector could be debounced for performance reasons #71

Closed
Reinmar opened this issue Feb 11, 2020 · 1 comment
Closed

Inspector could be debounced for performance reasons #71

Reinmar opened this issue Feb 11, 2020 · 1 comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. squad:dx type:improvement

Comments

@Reinmar
Copy link
Member

Reinmar commented Feb 11, 2020

I stumbled upon performance issues caused by our dear inspector. When working with a bit longer content, every selection change causes refresh dropping to 20fps. That's due to inspector refresh taking 50ms.

If we could, it'd be great to debounce inspector so it:

  • refreshes less often
  • does not block the selectionchange handler (event)
@oleq
Copy link
Member

oleq commented Mar 27, 2020

Dup of #43?

@oleq oleq closed this as completed Jul 30, 2020
@oleq oleq added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. squad:dx type:improvement
Projects
None yet
Development

No branches or pull requests

3 participants