Relative Content

Tag Archive for azureblazor-webassembly

How to get the size of a Blazor WASM PWA app

I have a large Blazor WASM PWA app that takes quite awhile to load following a re-publish to Azure. It’s large due to the number of Blazor components and amount of c# code, not because of large/numerous content files. I am using AOT to speed execution of much of the c# code which has to run following many user interactions. I am also using self-contained publish mode which adds to the size.