mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Test example is huge and it works slowly #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nadzejam on GitHub (Dec 14, 2017).
Originally assigned to: @GregorBiswanger on GitHub.
I have followed instructions drom README of this project , also I’ve checked myself by watching video instructions on YouTube.
And I have succeeded in running test example, but it runs very slowly. I have seen the note about slow first electronize start, but even next starts need about 15 seconds. Also the result of compilation contains so many library and its size is about 380MB.
I have tried a raw Electron before. And it works more quickly and its size is less.
May be I have done something wrong? Or are there any opportunities to reduce the start time and the size?
@CD1010 commented on GitHub (Dec 16, 2017):
I ran demo an it never started. Using vs 2017
@GregorBiswanger commented on GitHub (Dec 18, 2017):
What exactly is slow? On startup or running time?
Yes, the filesize is currently bigger.. we optimize this in the next version...
@nadzejam commented on GitHub (Dec 19, 2017):
The execution of command "dotnet electronize start" is slow. Both the first start and the next.
@GregorBiswanger commented on GitHub (Dec 19, 2017):
Which node version do you use? Is your project with webpack?
@nadzejam commented on GitHub (Dec 26, 2017):
nodejs 8.9.3
No, webpack is not used.
@srameh commented on GitHub (Jan 22, 2018):
I have noticed the same behavior extremely slow start in Windows 10.
I upgraded my Node version to: v8.9.4 but still same problem.
@GregorBiswanger commented on GitHub (Sep 26, 2018):
Fixed with the new Electron.NET version.