It seems that the majority of the latency you are experiencing is at instance creation time, as your trace shows. Long Untraced Time <https://cloud.google.com/trace/docs/viewing-details#request_summary> can be caused by a new instance being created to handle the load as a result of high amount of dependencies and the libraries you may have in your code; and this will be higher for Java applications than Python.
-- 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/dda1f17f-ae73-4adf-9244-35c47da27ee1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
