Hi, I think this question would be a better fit for Stack Overflow: http://stackoverflow.com/questions/tagged/google-app-engine
If you post it there, make sure to include code snippet on how you are using ndb w/ caching options and calling urlfetch API. On Wed, Jan 2, 2013 at 10:10 AM, stevet <[email protected]> wrote: > I'm looking for suggestions on how to improve my site's performance. > > I have a site getting <180 PV's per day but it is growing and I use > URLFetch to build part of the page content and while that performance has > been fairly reasonable I tried caching via memcached but the longest I've > ever seen items live in the cache is < 6-7 hours with a hit rate of < 15%. > I just implemented NDB to cache the data but now practically each request > causes a new instance to be launched even though requests have come in > within a minute or two of one another the response time has now dropped 10x > from before using NDB which was unexpected. > > I'd like to know what my next steps are to improve performance, traffic is > currently low enough that it's within the free quota but I'm not overly > concerned about that. > > Is the next step to use a min idle instance setting? Currently, I'm using > the defaults. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/lt5W_JNhQWsJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
