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

Performance #23

Open
rohan-deshpande opened this issue Nov 6, 2015 · 3 comments
Open

Performance #23

rohan-deshpande opened this issue Nov 6, 2015 · 3 comments

Comments

@rohan-deshpande
Copy link

Not exactly an issue but I'd love to see what kind of hit others are taking performance wise, I'm currently taking the following hit for 982 nodes

perf

It's taking quite a while as you can see. Is this to be expected? I'm testing on Windows 7 enterprise with Chrome v43.0.2357.132

@wangzuo
Copy link
Contributor

wangzuo commented Nov 6, 2015

Yes, i can imagine there would be such a performance issue since the tree keeps updating and the whole react dom keeps rerendering.

@rohan-deshpande
Copy link
Author

Yeah, this is on initial load though. I guess there's no way around it ... I will probably have to implement a way to move nodes through selection rather than drag and drop.

@edgesoft
Copy link

edgesoft commented Nov 6, 2015

On initial load is solved via lazy loading. I don't think @wangzuo has added this feature but still it works. I'm using it myself.

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

No branches or pull requests

3 participants