SSWConsulting / SSW.GitSkills

Experimental project to graphically display comparative git commits for @sswconsulting organization members.
2 stars 2 forks source link

🏎 Upgrade to latest Blazor Wasm (.NET 5.0) #9

Open william-liebenberg opened 3 years ago

william-liebenberg commented 3 years ago

Hi @MattGoldmanSSW cc @adamcogan

I noticed that the GitSkills app is still running Blazor Wasm 3.2.0

Upgrading to the latest Blazor Wasm with .NET 5.0 you can get some awesome "free" performance boosts! Check out the post from Daniel Roth: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-1/#blazor-webassembly-performance-improvements

image Figure: Your version is 3.2.0

image Figure: One of my Blazor Wasm .NET 5.0 apps

ghost commented 3 years ago

Hi @william-liebenberg as per our conversation I have upgraded this to .NET 5 and got some unexpected results (consistently slower time from initialization to page load). Needs some further investigation.