Skip to content
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

query npm_cache and npm_globals only when required #36

Closed
vladimir-kotikov opened this issue Oct 27, 2015 · 1 comment
Closed

query npm_cache and npm_globals only when required #36

vladimir-kotikov opened this issue Oct 27, 2015 · 1 comment
Labels
enhancement Planned enhancement

Comments

@vladimir-kotikov
Copy link
Owner

Currently these parameters queried on each module load, which adds delay to each console startup time. Hovewer these values are only required when completing some npmcommands / processing prompt when inside package.

Need to make these values lazy-loaded only when really required.

@vladimir-kotikov vladimir-kotikov added the enhancement Planned enhancement label Oct 28, 2015
@vladimir-kotikov
Copy link
Owner Author

Resolved in e6921a3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Planned enhancement
Projects
None yet
Development

No branches or pull requests

1 participant