I have a .NET 7 Blazor web assembly application. When building the solution, it can vary from about 20 seconds to about 2 minutes. Does anybody have any suggestions on how to go about diagnosing why?
A few notes:
I have a 13th gen I9 paired with 32GB of ram -- resources should not be an issue
I have very little installed on the laptop -- Visual Studio/SQL Server, SSMS, MS Office
I typically have very little running besides Visual Studio, MS Edge, and maybe SSMS
I have only had the laptop for about a month, it is fairly clean
Using Task Manager, I see cpu/memory at about 15%/60% usage, with a quick cpu spike% and then dropping back down to the 20% range (although right now, it is compiling in about 30 seconds) - when it is compiling slowly and I have checked Task Manager, I believe it has been comparable.
Any guidance on how to diagnose this?
