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 to update bars, nodes and panels #355

Open
rwemay opened this issue Apr 16, 2020 · 1 comment
Open

Very slow to update bars, nodes and panels #355

rwemay opened this issue Apr 16, 2020 · 1 comment
Assignees
Labels
type:feature New capability or enhancement

Comments

@rwemay
Copy link
Member

rwemay commented Apr 16, 2020

Description:

When using UpdateOnly pushing bars, nodes and panels, the process is very slow - particularly with a large number of objects. The view is refreshing each time which is probably slowing things down.

Steps to reproduce:

Push a large number of bars using updateOnly.

Expected behaviour:

Suggest adding multioperation to the bar com calls, and implementing the global IsVisible and IsInteractive to speed up bar updating. I don't think there is any way to avoid the com access unfortunately.

Test file(s):

@rwemay rwemay added the type:bug Error or unexpected behaviour label Apr 16, 2020
@rwemay rwemay changed the title Very slow to update bars Very slow to update bars, nodes and panels Apr 16, 2020
@IsakNaslundBh IsakNaslundBh added type:feature New capability or enhancement and removed type:bug Error or unexpected behaviour labels Apr 17, 2020
@IsakNaslundBh
Copy link
Contributor

This is related to #251 which I hope to be able to solve in the next sprint.

Would call this a feature rather than a bug, will re-label if that is ok with you @rwemay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants