Blazor performance, size and loading speed (Auto, Server, WASM)
Is there an existing article or article request for this?
- [X] I have searched the existing resources
Describe the article you'd like
Hello! Can you please create a article or issue that show the best practices for Blazor performance? At least Startup and size performance. On the new WebApp with Auto mode can speed up the loading/startup time (using Blazor Server) but switch to WASM on Auto mode is not a good experience in some cases. So for me i decided to still using Blazor WASM in my project. But now on the new template for Blazor Wasm, it have 2 projects (Blazor and Blazor.Client for WASM) and now uses blazor.web.js. How it can work with brolit/decode.js or other configurations to speed up the startup/loading in the latest version (8.2.1)? The idea is to optimize the max of the speed for loading and performance and the application size. But it's confusing how to use correctly in the project, configuration, Deploy/IIS. In the Microsoft documentation have some cases but we never know if all applies and the best pratices for ABP. For a application with ABP seems to increase a lot the size and startup time of a Blazor application. It has to be a way to solve this with best pratices. Congratulations for ABP, i've been since the beginning and the evolution and the work are fantastic. My only complaining it's about Blazor speed, performance and size, i'm sure that have a way to improve this. Thanks!