Good day everyone, I have some problem about Azure App Service and MySQL In-app, hopefully I could pick up some advice from you. The situation here I have a web application running on azure linux operating system, but an in-app mysql database. So far the the query work just fine, but the thing here is that I was told to minimize the delay between the web service and database. I have checked my query time response, using Postman, and the response time is around 1000ms-2.5s, I don't know if it is possible to reduce the delay between web service and database down to, maybe 500ms or even better? Thank you.
There are a lot of causes that lead to response latency. It is hard to say how to reduce it,but generally, it could be caused by: network latency, your app service business logic, SQL query complexity, SQL server performance.
So my suggestions are: