I am running a react app with Electron and puppeteer. in main.js const mainWindow = new BrowserWindow({ width: 800, height: 600, webPreferences: { nodeIntegration ...
This has successfully removed 81% of the time spent running all the require()s causing an overall 36% performance improvement to the total startup time with minor ...