0
mahendra created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 10.3
- What is your product type (Angular or MVC)?
- What is product framework type (.net framework or .net core)?
If issue related with ABP Framework
- What is ABP Framework version? 6.3.1
If issue is about UI
- Which theme are you using?
- What are the theme settings?
I have just configured Azure Redis Cache. I noticed that the login time increased trmendously... after debugging I found out that the call to AbpUserConfiguration/GetAll is taking too much of time...Approximately 3 miutes....
I am using Abp Version 6.3.1 and ASPNetZero Version 10.3...
Please advise some solution....
Many thanks. Mahendra
2 Answer(s)
-
0
-
0
Hi @mahendra,
We suggest using https://aspnetboilerplate.com/Pages/Documents/PerRequestRedisCache for that problem.