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

Massive performance degradation of loading multiple stacked series in version 3.9.4 #3410

Open
tomaszkunicki opened this issue Sep 7, 2023 · 2 comments

Comments

@tomaszkunicki
Copy link

Description

This is only visible when you load multiple series.

Version 3.9.4
image

Version 3.9.3

image

Steps to check or reproduce

Measure creating multiple area series with something about 150 points it seems that each series load time grows exponentially
It seems that loading something like 10 series takes forever now.

@netil
Copy link
Member

netil commented Sep 8, 2023

Hi @tomaszkunicki, is really weird. The changes from 3.9.3 to 3.9.4 only affects tooltip visibility related.
There's no changes which affects any performance issues nor some related changes.

Can you provide some reproducible code?

@tomaszkunicki
Copy link
Author

tomaszkunicki commented Sep 14, 2023

It seems that problem might by setting transition.delay to 0.
I observed strange behaviour when d3 whas looping and eating up all memory and crashed tab. As workaround I use transition.delay = null and it works for me now even the latest code.
Anyway, it seems that transition should be investigated further.

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

2 participants