Have you profiled your app using AppStats? Based on the information it gives, you'll have a pretty good idea what each url is doing.
http://code.google.com/appengine/docs/python/tools/appstats.html Robert On Fri, Aug 5, 2011 at 07:33, Vivek Puri <[email protected]> wrote: > Currently my app quota page says that it makes around 20million+ > Datastore API calls per day. I will really like to have a summary that > lists which "kind" got how many calls at any moment of the 24 hour > period. Maybe they can be included as part of Datastore Statistics. > > -- > 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. > > -- 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.
