Open Closed

Lazy loading modules/assemblies issue #4669


User avatar
0
mithun created

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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    As you can see in the issue 5543 the framework does not support it now.

  • User Avatar
    0
    mithun created

    Any suggestions to improve the first-time page performance load time?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I don't have any suggestions right now. Blazor wasm was designed like this.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11