SigurdJanson / FateExplorer

This app is for pen & paper "The Dark Eye" players. It's goal is to enhance the game experience and unburden players from many details of a vast rule system. Fate Explorer recently moved from R Shiny to .NET Blazor.
MIT License
0 stars 0 forks source link

Improve startup performance through lazy loading? #109

Open SigurdJanson opened 2 years ago

SigurdJanson commented 2 years ago

see https://docs.microsoft.com/en-us/aspnet/core/blazor/webassembly-lazy-load-assemblies?view=aspnetcore-6.0

Another option would be:

SigurdJanson commented 1 year ago

What I did: app won't wait for the larger data files to load immediately. Instead it keeps the Task promise and fetches the data, once it is requested.