Latency depends on your app itself, and the way you set up your cloud 
environment. You should consider the following environment components and 
related parameters for tuning and optimization opportunities; you should 
try to: 
- Increase caching of frequently accessed shared data 
- Use Memcache more efficiently 
- Use the datastore more efficiently 
- Parallelize multiple URL Fetch calls
- For Java HTTP sessions, write asynchronously
- Enable concurrent requests in Java or Python
- Set Max Idle Instances 
- Set Min Pending Latency 

For related detail, you can read the "Managing App Resources" online 
document 
<https://cloud.google.com/appengine/docs/standard/python/console/managing-resources>
. 

If you would like us to take a look at your app's settings directly, you 
are encouraged to send your project number by private mail, using the 
drop-down menu at the top right side of the editing window. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/d0fd9bc3-6150-4710-a547-6ec4862568bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to