Hello Barada, well, there are some seriously interesting articles in the appengine documentation e.g. "Best practices for writing scalable applications" http://code.google.com/intl/de-DE/appengine/articles/scaling/overview.html
a while ago a made a screencast about how to profile gwt/gae applications locally, see http://www.youtube.com/watch?v=zUJUSxXOOa4 in the honeycrm project that i am doing it turned out to be very effective to profile my application locally and optimize it accordingly, see http://code.google.com/p/honeycrm/. hope this helps. happy optimizing :) kind regards, ingo On 22 Sep., 15:53, Fredrik Bonander <[email protected]> wrote: > Using appstats is a good way to see what's going > on.http://code.google.com/appengine/docs/python/tools/appstats.html > > ..fredrik > > On Sep 22, 2010, at 4:14 AM, Barada Sahu wrote: > > > Hi everyone, > > Is there a set of best practices or results that you have observed so > > far from your efforts on tuning performance of application on GAE? > > > Regards > > Barada Sahu > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine?hl=en. > > -- > Fredrik Bonander > [email protected] > +46 70 943 5441 > > - the infinite power of the creative mind - -- 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.
