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?