My React Native app works normally when connected to Wi-Fi, but the entire app feels much slower when I switch to mobile data.
I expect some difference due to network speed, but the slowdown noticeably affects the app’s usability.
How can I investigate whether this is caused by network latency, large API responses, or how my app handles network requests? What should I measure to identify the bottleneck and improve performance on slower connections?