API Call and Flow Way Slower In Cloud Environment

0
I have a native mobile app that has a few flows that do a GET API call.  When I run the app in Make It Native, the flows are lightning fast.  However, when I run the app in the production cloud environment on our native app, they are much slower.
asked
1 answers
0

There could be several reasons why your API calls are slower in the production cloud environment compared to Make It Native.

  1. Check the network latency: Ensure that the server hosting the API is in close proximity to the production cloud environment.
  2. Optimize your API calls: Make sure that your API calls are optimized and streamlined to minimize the amount of data being transferred between the client and server.
  3. Optimize your app: Check your app to ensure that it's optimized to handle API calls.
  4. Monitor server performance: Check the performance of the server hosting the API.
answered