-
Notifications
You must be signed in to change notification settings - Fork 148
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
Slow first start #796
Labels
Comments
Thank you for the detailed issue. I suggested potential workarounds and a listed few areas that might be contributing to this (together with suggestions on how those could be fixed) in #851 (comment). |
@senfbrot do you think that we can close this one? |
Closing as inactive, since the fixes were included in 4.0 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I install Jupyterhub + JupyterLab + jupyterlab-lsp, then the first spawn of the server is always incredibly slow.
All subsequent spawns are as expected. Also when I restart jupyterhub or restart the server it does not change anymore.
It seems for me that some actions are performed with the initial spawn. In case this is as expected, is there a way to manually trigger this action? That way I could initially pre-warm the installation so that the first login is not so horribly snow.
Log output (fresh installation with jupyterlab-lsp)
Installation
conda create --name jupyterhub2 jupyterhub jupyterlab jupyterlab_widgets jupyterlab-git 'jupyterlab-lsp=3.10.1'
Logfile
Installed packages
Click to expand!
Log output (fresh installation w/o jupyterlab-lsp)
Installation
Logfile
Installed packages
Click to expand!
The text was updated successfully, but these errors were encountered: