-
Notifications
You must be signed in to change notification settings - Fork 39
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
What with perfomance? #10
Comments
aint sure if thats whole problem, but for sure something like |
I also find that adding the saga devtools slows down things quite noticeably. |
Also seeing significant slowdown here |
Well, this is very much alpha version. Unfortunately no one is working on this at the moment. If you want to help with performance improvement or anything else please reach out to me and I can help with guidance. |
@yelouafi you made very helpful devtool for debugging. But after 50 and more iterations of
watch
/fork
/cancel
effects the project will work slower and slower. When turning off DockableSagaView, it's all OK.I think it depend on quantity of effects, and how they are all rendered in Dock panel. But with hidden panel (if I will click Toogle), the same performance.
I've recorded cancellable-counter w/ and w/o DockableSagaView from your example. Notice how the button switches from
Cancel increment (1)
toincrement after 5s
.With DockableSagaView
Without DockableSagaView
The text was updated successfully, but these errors were encountered: