0
sbenfares created
Hi,
I have performance issue, each time i build/run/debug my app, it takes a very long time (i think it may be due to gulp/yarn or other client tasks)
Is there any way to improve the speed of the project ?
I should wait 2-3 minutes on each RUN (F5) before testing my app...
I'm using a Dell Latitude E5540 - Corei5 - 16gb Ram and SSD
Thanks
3 Answer(s)
-
0
which version of AspNetZero you are using?
You can try using
dotnet
cli forbuild
/run
if vs2017 is performing poorly for you -
0
I'm using asp.net core & Jquery version.
-
0
Hi @sbenfares
You can remove PreBuild tag from your *.Web.Mvc.csproj file. But if you do that, don't forget to compile bundles manually.
You can also use CTRL + F5 instead of F5 which is faster if you don't need to debug your code very often.