Opened 4 years ago

Closed 4 years ago

#31422 closed Uncategorized (invalid)

Django response too long even do nothing.

Reported by: thanhpd-teko Owned by: nobody
Component: Uncategorized Version: 2.2
Severity: Normal Keywords: Slow, django, gunicorm
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi, i'm using, django 2.2.4 with gunicorn. In production i also using apm to profile performance. Apm show that, some requests response time too long, even do nothing. Below is what apm trace information:
Request do some query to db then commit after a few milliseconds, but still hold for 15s to response to client.
https://i.imgur.com/e9ijl0y.png
Any suggestions?

Change History (1)

comment:1 by Mariusz Felisiak, 4 years ago

Resolution: invalid
Status: newclosed
Summary: Django response too long even do nothingDjango response too long even do nothing.

Please don't use trac as a support channel.

Closing per TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top