Common Errors & Issues
App Processing Requests Slowly
Cause
If your app is processing requests slowly, it’s possible that it is receiving more requests than it can efficiently handle at its current scale (due to hitting maxes with CPU or Memory).
Resolution
First, consider deploying an Application Performance Monitoring solution in your App in order to get a better understanding of why it’s running slow.
Then, if needed, see Scaling for instructions on how to resize your App Containers.
Was this page helpful?