Sep 1, 2018 · 1 min read
Hii, actually I am making just a sample NodeJs app in flexible environment with just one route and nothing else in the code. But when I am trying to call this API from my android app, I am getting latency of 40 seconds(when I am using my domain url) and 11 secs(when I am using appspot.domain url).
Now in order to debug this I checked in trace api where there total latency was in milisecs, also when I checked in Logs I found that the Logs which I am printing when insideAPI code gets executed was after 40 secs,.
Can you please help me where these 40 secs are getting wasted?
Nothing is working for me Please Help.
