0
kirotech created
- ABP Framework version: v7.1.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
- Generate new solution
- Add redis connection string from external redis server
- Click administration lists, try authernticate, register etc... All pages becomes real slow.
I find all those performance issues reports but no solution. https://support.abp.io/QA/Questions/3457/Decreased-performance-after-use-redis-cache https://support.abp.io/QA/Questions/4620/Site-is-very-slow-when-using-Rediscom-Cloud-database https://stackoverflow.com/questions/69368229/slow-response-from-abp-authentication
4 Answer(s)
-
0
hi
This may be a problem caused by network latency.
You can try local Redis first.
-
0
Yes local installation is ok, but once you run it on external server performance degrades drastically. All request starts taking 5 seconds.
-
0
hi
This is the problem of network delay. You try to keep the server and Redis as close as possible
-
0
Ok i will try to move application and will let you know in this ticket the results.