Reputation: 2274
I am developing a blazor webassembly app
Loading time is more than 30s.
Is this normal?
My temp link: http://chhinsras-001-site1.itempurl.com/
Photo of Downloading: https://sendfile.cc/uploads/file/0.955280001614304830.png
Are there any ways to reduce the size of the app?
Thank you guys.
Upvotes: 5
Views: 12241
Reputation: 17404
Use lazy loading and server side pre rendering
Read also ASP.NET Core Blazor WebAssembly performance best practices
Upvotes: 11