In my application, the response time for the API call - AbpUserConfiguration/GetAll is around 3-7 seconds, not just the first time. This API is called when the user logs in. Is there any way that I can optimize this to make the UI load faster?
This API call refers AbpUserConfiguration/GetAll. I believe its an internal part of ABP framework that cant be edited. Is there any way around to find out why its taking this long and then try to optimize it?
If you are tiered/seperate AuthServer solution, it might be related to the
redis
. Otherwise it is hard to diagnose with so limited information.If this problem occurs on the commercial template, you can raise a new question at https://support.abp.io/QA/Questions
If it is the community edition, you can create a new issue with reproduction steps at https://github.com/abpframework/abp/issues