Thanks for reaching here! If your Azure app service is slow and loading slowly in the browser, you can troubleshoot the issue by following these steps:
1. Observe and monitor application behavior: You can track the health of the service on the Azure portal. The Metric blade shows you all the metrics you can add.
2. Collect data: Collect data to identify the root cause of the issue. You can use the Diagnostic Tools feature in the App Service diagnostics homepage to collect data.
3. Mitigate the issue: Once you have identified the root cause of the issue, you can take steps to mitigate it. This may involve optimizing your application code or database queries, reducing memory/CPU usage, or fixing any exceptions that are causing the application to crash.
Please refer to this document would be helpful- Troubleshoot slow app performance issues in Azure App Service
If issue remains, please let us know.