Never mind, appstats seems to be working now for the upload handler as well. Somewhat curious, as the requests immediately before and after the upload handler request were working fine, which led me to think that there was something special about the request with a stale key.
FWIW, appstats confirmed my suspicion that it was get_serving_url() which is taking most of the time. Pertti On Tue, Oct 8, 2013 at 5:07 PM, Pertti Kellomäki <[email protected]> wrote: > I have a handler that inherits from > blobstore_handlers.BlobstoreUploadHandler, and it is taking longer > than I would expect. I tried to use appstats, but clicking on the > request only gives 'Invalid or stale record key!', which I guess > indicates that appstats is not available for that request. > > Is there a way to use appstats with blobstore handlers, or some other > way to profile them? > -- > Pertti -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
