-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Multi-select: high cpu and unresponsive ui #7706
Comments
The good news is: this used to be a lot worse! See #3571. On my setup I can select a few hundred nodes and suffer only a minor performance hit. But I'm concerned that you're seeing something worse. What browser/system are you testing with?
|
Windows 10 home No errors in the developer console in Firefox. The selection-highlighter also gets jittery and starts skipping transparency frames, jumping from opaque to not. I just tested on chrome and CPU stays much lower but click events get dropped about the same. |
In the dev branch of ID 2.17.3 (currently here) where multi-select has been implemented, when I select many (25) nodes, my cpu sits at 60% and click events in iD start to "miss", meaning that the user actions occasionally don't illicit any response from the UI.
I suspect that the pulsing red boarder on selected elements is expensive. Consider:
The text was updated successfully, but these errors were encountered: