gatsby-cli
This example shows that gatsby-cli takes 680ms to load, and makes 1574 require calls, without running any commands, prompts, or other code, and before any actual application code is run.
reproduce
You can reproduce this yourself by installing this library with npm i jonschlinkert/time-require -D, then adding the following two lines of code to foo.js:

Then, run node foo.js to see results.

gatsby-cli
This example shows that
gatsby-clitakes 680ms to load, and makes 1574 require calls, without running any commands, prompts, or other code, and before any actual application code is run.reproduce
You can reproduce this yourself by installing this library with
npm i jonschlinkert/time-require -D, then adding the following two lines of code tofoo.js:Then, run
node foo.jsto see results.