We have our application Java, flexible env - autoscaling Almost all of our logs show the following statistics
ms=346 cpu_ms=0 cpm_usd=1.32769e-7 loading_request=0 instance=- app_engine_release=1.9.42 trace_id=- Our users face front end latency. Is it any server issue Or any corrective measures can be taked. On Wed, Jul 27, 2016 at 2:12 PM, ANOOP M.S <[email protected]> wrote: > but my latency is only below 1.5 seconds when i looked at the log that's > ok for me, i have an issue with the time taking for the prepossessing or is > it the same thing, i will start a new thread with issue anyway > > On Wednesday, July 27, 2016 at 9:35:18 AM UTC+5:30, Trevor wrote: >> >> I simply followed the advice kindly offered in this thread and >> experimented with lowering the max concurrent requests. Our best settings >> ended up being 2 max concurrent requests with 2 max idle instances. >> >> I think an important part is that before this tweaking, we separated our >> front-end and task modules (recently renamed services) such that their >> instances could be completely independent. >> >> By taking those two steps, our front-end average latency fell from an >> average of 600ms to 180ms, and our daily instance costs went from $100 to >> $30. So performance improved while cutting costs by >60%. We're pretty >> happy with the results. >> >> -- > 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/c8b7af68-6f26-40fe-95c4-cea0b96e5562%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/c8b7af68-6f26-40fe-95c4-cea0b96e5562%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Deepak Singh -- 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/CAF6cnzYFgWaDGscMtzFNuWZ%2Bh0G8%2BQm_OqxWJUgYo7Jc8XfRRA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
