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:
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.