We are using ABP framework with EF and Blazor Web Assembly for implementation. Currently the visual studio solution consists of five module projects and the performance of the blazor web application is slow. We tried to implement lazy loading for one of the modules using the below reference but getting below exception during runtime. Please help in resolving the issue.
Lazy loading reference: https://code-maze.com/lazy-loading-in-blazor-webassembly/
Ours is a tiered application with Blazor Web Assembly as a UI framework. • ABP Framework version: v5.3 • UI type: / Blazor Web Assembly • DB provider: EF Core • Tiered (MVC) : Yes • Identity Server Separated : yes • Exception message and stack trace: browser runtime console exception screenshot attached
Please share how to implement lazy loading modules/assemblies using ABP framework
Update: We also tried below comment solution but it didnt work https://github.com/abpframework/abp/issues/5543#issuecomment-1057630494
3 Answer(s)
-
0
hi
As you can see in the issue 5543 the framework does not support it now.
-
0
Any suggestions to improve the first-time page performance load time?
-
0
I don't have any suggestions right now. Blazor wasm was designed like this.