On Sun, May 4, 2014 at 2:28 PM, DiTieM <dit...@gmail.com> wrote:

> I would like to ask if someone has experienced _very_ low performance when
> using GAE endpoints.
> I am basically retrieving 20 elements from the datastore and fill-in a
> "messages" of 44 fields, most of them integers and strings (from which only
> 16 are repeated, but usually do not have more than 1 or 2 elements). It
> takes about 6 seconds.
> Then I decided to store the message in the memcache and simple retrieve
> it. Now it takes about 3 seconds.
> Does anyone knows about endpoints performance? Does it has to do with the
> size of the message, the number of elements, both combined?
>


It's difficult to answer performance-related queries without understanding
what exactly your app does and any potential bottlenecks.

Can you install AppStats on your application (
https://developers.google.com/appengine/docs/java/tools/appstats ) and post
some example request profiles?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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