-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Profiling startup times #3911
Comments
I don't think it's the Tramp/Helm issue, and
I just updated to |
That definitely sounds like the helm/tramp issue. You have tramp features that take almost exactly two minutes to load. The |
Thanks, I put the Tramp fix in Thanks for the
|
Maybe this should be a separate issue, but it would be nice if there was an automated way to test which layers are causing slowdowns. I just went through all layers I had enabled in order to see what brought the startup time to about 3 seconds on my machine and I narrowed it to this:
This means that the startup time goes from ~1.3 seconds without any layers to ~2.5 seconds with just these three enabled. |
Update to my comment above using the latest commit (26ecdee) on develop: Today's changes to the ruby layer made it have a negligible impact on startup time. The two other layers add about 0.7 seconds. Hope that's somewhat useful, it was a nice surprise to see the startup time drop today. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Does Spacemacs provide any features for profiling startup times? Recently my startup times have spiked dramatically (100-250 seconds) and I want to pin it down more precisely than the old comment-out binary search.
The text was updated successfully, but these errors were encountered: