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
Carter Brock
1 answers
0
There could be several reasons why your API calls are slower in the production cloud environment compared to Make It Native.
Check the network latency: Ensure that the server hosting the API is in close proximity to the production cloud environment.
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.
Optimize your app: Check your app to ensure that it's optimized to handle API calls.
Monitor server performance: Check the performance of the server hosting the API.