- Electron Version: 2.0.0
- Operating System (Platform and Version): Windows 7 Enterprise 64 bit
- Last known working Electron version: 1.8.6
I'm currently running windows 7 and tried to upgrade an electron app to version 2.0.0. It now takes ~1 minute for the application to finish loading before it becomes responsive. The same application running on electron 1.8.6 opens in ~1 second. I've replicated this with the base demo app as well.
I'm currently running node version 8.9.1 on the machine under node version manager.
I am starting the application using the following NPM command:
"start": ".\\node_modules\\electron\\dist\\electron.exe main.js --enable-logging",
The same behavior happens after packaging as well using electron-packager
I will continue to use 1.8.6 for now. Just wanted to bring this to your attention.
I'm currently running windows 7 and tried to upgrade an electron app to version 2.0.0. It now takes ~1 minute for the application to finish loading before it becomes responsive. The same application running on electron 1.8.6 opens in ~1 second. I've replicated this with the base demo app as well.
I'm currently running node version 8.9.1 on the machine under node version manager.
I am starting the application using the following NPM command:
"start": ".\\node_modules\\electron\\dist\\electron.exe main.js --enable-logging",The same behavior happens after packaging as well using electron-packager
I will continue to use 1.8.6 for now. Just wanted to bring this to your attention.