Problem with petitions to API

Hello i have a problem, i made a app, this is an API. it works fine inmediatly whit wifi conection buy when I have data mobile conection the first conection (the first petitions to the api) of the day it is very delayed (5-6 minutes), then it is fast and work fine during rest of the day. by wifi this dondt happen. how I can resolve?

Considering that WiFi is usually faster than mobile data connections, it sounds like your API is playing catchup for the first connection of the day, either

  • asking for all updates since the previous day, or
  • downloading something that maybe could have been cached on the phone.

This is all speculation, with no knowledge of your API and data design.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.