Open Closed

same localization key/value pairs in ApplicationLocalizationConfigurationDto #3907


User avatar
0
sh_erfan created
  • ABP Framework version: 5.2.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi When GetLocalizationConfigAsync method of AbpApplicationConfigurationAppService class is called, we get tons of same localization pairs based on how many modules are loaded. This is dramatically time consuming in both api calls and page loads. problem is shown in following screen shots:

Payment module

AbpAuditLogging module

LeptonThemeManagement module:

FileManagement module

Forms module

And blah blah blah...


All these repeated and same pairs come in one response, and perhaps takes at least 20 seconds in real published scenarios. Have you considered any fix for this?

Thanks.


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I will check this. Thanks

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    https://github.com/abpframework/abp/issues/14413

  • User Avatar
    0
    sh_erfan created

    Thanks for the issue

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