How to fix the loading speed of flask application in azure app services?

Rajesh Bai 0 Reputation points
2023-03-28T10:13:21.87+00:00

Super slow with flask app in Azure App Service

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,636 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 21,266 Reputation points
    2023-03-31T06:43:15.1766667+00:00

    @Rajesh Bai Thanks for reaching here! multiple factors might contribute to slow app performance.

    So when you browse the app, the pages load slowly and sometimes timeout the cause of this problem is often caused by application level issues, such as:

    • network requests taking a long time
    • application code or database queries being inefficient
    • application using high memory/CPU
    • application crashing due to an exception

    Suggest you follow below troubleshooting steps which can be divided into three distinct tasks, in sequential order:

    1. Observe and monitor application behavior
    2. Collect data
    3. Mitigate the issue

    For detailed troubleshooting steps, see Troubleshoot slow web app performance.

    Please let us know if further query or issue remains.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.