Latency can be caused by a number of things - geography, startup time, size 
of payload, etc. You can visit this blog on How to Troubleshoot Latency in 
your App Engine Application 
<https://cloudplatform.googleblog.com/2015/08/How-to-Troubleshoot-Latency-in-Your-App-Engine-Application.html>
 and 
hopefully might help you isolate the latency problem. 

It is also helpful to observe how long request takes to respond through 
Stackdriver Trace[1]. If this is not possible because most of the requests 
timeout, one should try to make split up or defer the work being done to 
respond to the request. 

If you are still affected after trying the above, I recommend you post on 
StackOverflow <https://stackoverflow.com/questions/tagged/google-app-engine> 
which we also monitor. You'll be in touch with a much larger user-base of 
people who are going to help you, in a format which is designed for that 
purpose. Check out our community support page for the list of tags [2] we 
monitor. 

[1] https://cloud.google.com/trace/docs/
[2] https://cloud.google.com/support/docs/stackexchange 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/00a2bd4f-047b-4f3f-a0d7-b9961109f120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to