node.js - Electron / Nw.js slow startup time (2 minutes!) on Windows -
downloading latest version of electron (1.4.5) windows, experience unacceptable startup time (around 2 minutes). i've tried both 32 , 64bit versions. i'm trying run default demo app, untouched.
this happens on specific computer, hp elite x2. computer brand new , quite performant.
system specs: os: windows 10 enterprise (version 1607) cpu: intel core m5-6y54 cpu @ 1.10ghz ram: 8 gb
i don't think it's hardware issue. on less performant windows system works right. i've tried running nw.js , has same problem. visual studio code (built on electron) won't start. seems there's wrong (possibly software of configuration-wise) whole node/javascript environment don't know solution.
thanks
this may due windows automatic proxy detection, causes 21 second network timeout delay remote requests.
- hit windows key, search "internet options," , hit return. alternatively, in google chrome, click ... in upper right corner, select settings, click "change proxy settings..." button.
- under "connections" tab, click "lan settings".
- uncheck "automatically detect settings"
- click ok, ok, , reboot.
Comments
Post a Comment