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
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.
The text was updated successfully, but these errors were encountered:
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 tofoo.js
:Then, run
node foo.js
to see results.The text was updated successfully, but these errors were encountered: