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

Load expensive node modules lazily #113311

Merged
merged 3 commits into from Dec 22, 2020
Merged

Load expensive node modules lazily #113311

merged 3 commits into from Dec 22, 2020

Conversation

alexdima
Copy link
Member

For #112455

Before

Measure-Command { node node_modules\gulp\bin\gulp.js missing-task }
TotalMilliseconds : 2823.1919

After

Measure-Command { node node_modules\gulp\bin\gulp.js missing-task }
TotalMilliseconds : 524.3561

@alexdima alexdima self-assigned this Dec 22, 2020
@alexdima alexdima added this to the January 2021 milestone Dec 22, 2020
@alexdima alexdima merged commit 102e69c into master Dec 22, 2020
@alexdima alexdima deleted the alex/gulp-lazy-load branch December 22, 2020 20:53
@alexdima alexdima added the engineering VS Code - Build / issue tracking / etc. label Dec 29, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
engineering VS Code - Build / issue tracking / etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant