Open Closed

ISettingComponentContributor Performance #2550


User avatar
0
BassaSolutions created
  • ABP Framework version: v5.1.2
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

We added ~10 settings pages. Now clicking on "Settings" in "Administration" is taking 10 seconds. It seems like ABP is loading and rendering all settings for all subpages in one go. This should not be done, its not extenable.

How can be tell ABP to lazy load the settings tabs, only when clicked?

One thing we tried was loading the the data itself in OnAfterRenderAsync for each component, but this does not help, as it still does this for all settings at the same time.


1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Thank you for your feedback. We'll work on this topic. You can track it from issue #11599

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