-
Notifications
You must be signed in to change notification settings - Fork 497
nushell.sh is incredibly slow #739
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
Comments
Good catch, thanks. What an insane default setting... |
wow, thanks for tracking that down @holly-hacker. it seems to make a big change after @rgwood's PR. really appreciate this! |
Thanks for the speedy fix! :) |
Thanks @holly-hacker and @rgwood ! this was a amazing difference ⚡ |
ayax79
pushed a commit
to ayax79/nushell.github.io
that referenced
this issue
Jun 26, 2024
updates using the spread operator Co-authored-by: nash <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few times, I have noticed that nushell.sh is incredibly slow to load (freezes my browser for at least 5 seconds on a desktop, more on a laptop). I decided to check why this is with chrome devtools and noticed that it does almost 1500(!) web requests. This seems to be because there are a massive amount of prefetch links. I included a small part of them , taken from here:
Through some googling I figured this is because of vuepress' shouldPrefetch option is not configured: vuejs/vuepress#636
The text was updated successfully, but these errors were encountered: