You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is a bunch of IO that we might want to avoid, which might make it related to #145
our profiling showed that a lot of time was spent in Pkg.write_env_usage
A solution would be that Pluto.load_notebook_nobackup would not store the Pkg.EnvCache, but some proxy object. And the actual Pkg.EnvCache would only get created when needed.
Requesting the
/pluto_export.json
has pretty bad preformance, it currently takes about 1s for the server to respond. Let's fix it!The text was updated successfully, but these errors were encountered: