Open Closed

Decreased performance with external redis servers. For example digitalocean managed redis server. #5336


User avatar
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:"
  1. Generate new solution
  2. Add redis connection string from external redis server
  3. 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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    This may be a problem caused by network latency.

    You can try local Redis first.

  • User Avatar
    0
    kirotech created

    Yes local installation is ok, but once you run it on external server performance degrades drastically. All request starts taking 5 seconds.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    This is the problem of network delay. You try to keep the server and Redis as close as possible

  • User Avatar
    0
    kirotech created

    Ok i will try to move application and will let you know in this ticket the results.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11