django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

There is a delay in response to requests. #1937

Closed YoussufShakweh closed 4 months ago

YoussufShakweh commented 4 months ago

Maybe the problem is caused by the middleware.

tim-schilling commented 4 months ago

When reporting an issue you should try to provide a way to reproduce the issue, an explanation of what you expect to happen and what actually happens.

I suspect this is from the docker hostname check which is known to slow things down, but it's impossible to know for sure.

The SQL panel can also slows things down when you have many or large queries.

If you can start pinpointing the issue or provide a reproducible environment, please reopen the issue.