On Wed, Jun 11, 2014 at 9:11 AM, Thomas Schranz <tho...@blossom.io> wrote:

> We are also having some performance problems with our cloud endpoints at
> the moment and will spend some time to improve the response time for some
> endpoints.
>

Are you saying you are trying to improve the response time of your app
(that is also the API backend)?

Do you have something like 'appstats' planned for cloud endpoints or is
> there a way to get a breakdown re what takes how long (datastore queries,
> memcache, other API calls, …)?
>

Yes.

It seems like right now if we want to get the advantages from google cloud
> endpoints we need to give up the performance visibility/insight that we get
> from 'good old' app engine request handlers or am I missing something?
>

Endpoints has 2 layers in its architecture: the API frontend (a proxy) and
your API backend on App Engine. The second half is a regular App Engine app
and all the existing tools still work there. What we are adding is the
visibility into the first half.

(PS: we're on the python 2.7 runtime if that matters)
>
> (Sorry for taking this thread a bit off-topic)
>
>
> On Saturday, May 24, 2014 10:29:48 PM UTC+2, Diego Duclos wrote:
>>
>> I've done some (non extensive) tests on google appengine,
>> and my response times vary from anywhere between 100ms and 5000ms when
>> directly sending http requests to a cloud endpoints.
>>
>> Regardless of the actual response time, the google cloud console always
>> shows a processing time of around 50ms, which, while also somewhat
>> long-ish, is much more reasonable.
>>
>> For the 100ms requests, I can safely know that the other 50ms are just
>> regular latency, but I have no idea where the cloud endpoint could be
>> spending 4.5 seconds at, and the logs show nothing useful at all.
>>
>> Does anyone have some guidance for me regarding to this ? 5 seconds is
>> unacceptable slow and makes them completely unusable.
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/3XGJFaosX9s/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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 http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to