You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the node modules that index.js depends on do not need to be loaded, unless a later version of an npm module is found. Delay loading them provides better startup performance by pay-for-play. Here's the simple test that I performed on warm-startup and it improve the node module load time by 50% for update-notifier and it's children.
Some of the node modules that index.js depends on do not need to be loaded, unless a later version of an npm module is found. Delay loading them provides better startup performance by
pay-for-play
. Here's the simple test that I performed onwarm-startup
and it improve the node module load time by 50% for update-notifier and it's children.I will shortly submit a PR with my change.
The text was updated successfully, but these errors were encountered: