79539762

Date: 2025-03-27 18:39:41
Score: 1.5
Natty:
Report link

Any resolution on this? I'm experiencing the same issue:

I have absolutely verified the issue is not DB query related or network latency related. It is the local Django instance delaying responses to the local client for many, many seconds. In some cases, 10's of seconds.

In fact, the local Django server even logs its response in the console almost immediately but the client doesn't receive the response from the local Django sever for an inexplicable amount of time.

I appreciate other posters suggesting investigating query optimization, network topology optimization, etc. but that is NOT the problem.

The problem is something in the Django infrastructure imposing incredibly long local response times after the response has been processed.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Andy Riedel