-
-
Notifications
You must be signed in to change notification settings - Fork 299
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 startup #163
Comments
For me it's more than a minute. Are there any debugging steps to figure out why it takes that long? I ran |
I never got this issue myself. The only thing I can think of that can cause this is the globbing done when looking for generators in your workspace. Please, provide a test case and something we can reproduce and test so that I can work on improving that. |
@mklabs Testcase: |
Okay, so I can confirm that. That's something I never experimented myself, and I did run a few |
@addyosmani can also confirm the slowdown. |
FWIW I should have mentioned I was using release 0.9.6. |
@kevva if you would be interested in looking into how we can optimize the generator system. |
Will do. |
@kevva @passy @sindresorhus we should do a sweep and see if there is anything (in addition to lazy loading) we can do to improve startup and general speed. |
There's a noticeable deadtime after activating the generator system before the prompt is shown, often more than 5 seconds. Probably has something to do with the search paths.
This is can be annoying and should be improved.
The text was updated successfully, but these errors were encountered: