-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Substantial slowdown (>x10) opening large notebooks starting from version 0.19.37 #2958
Comments
Thanks for the easy example notebook and for finding the version number! It looks like this is not caused by Malt.jl, setting A smaller notebook with the same cells is not slower, so the large number of cells is relevant. It looks like one bottleneck is the |
Fix is ready! This will bring performance back to what it was in 0.19.36 |
It looks like another bottleneck is |
#2974 for |
My larger notebooks have been opening much slower in more recent versions of Pluto. A large notebook that loads in 200-300 seconds on version 0.19.36 takes around 2500 seconds on 0.19.43. The slowdown seems to start at version 0.19.37 and doesn't affect all notebooks to such an extent, but I couldn't figure out so far what difference is relevant. I've been using 0.19.32 for the last months to avoid this issue.
I could reproduce some similar result with this notebook containing nothing but comments:
https://gist.github.com/yha/4ed9406d2c8b8fd7c50aadccdb5c2982
For this notebook, the initial "Running code" takes 15 seconds on 0.19.36, and 810 seconds on 0.19.43 (The effect is larger with comments than with just empty cells)
In both cases, Pluto is running on:
and the notebook is accessed remotely from Firefox on Windows.
The text was updated successfully, but these errors were encountered: