My sql query starts too slow. What happend in my service?
I use app service in azure.
I use django and postgresql to build the system. And I deployed it with azure app service.
In my local development system looks ok. It just took 20ms to complete the same request.
But in the azure It looks serious.
It starts the database query after 300ms.
I don't know what is the problem.
Couldn't Gunicorn start the process? or Couldn't it get the connection from the postgresql?
or Did web service delay my service? (Wasn't ASGI Or WSGI supported in azure web server?)
Is there any specific information to analyze this problem?
Insights is very nice tool but I couldn't get any further information.