If you are generating the images for several times, you could use the asynchronous version of API so you can run in parallel.
Another thing that I do is saving the url from the generate image on your model, so you can just do it once and reuse this url when you need it. This is option is great if only need resizing or cropping, once you can do it appending the right string on url's end: https://cloud.google.com/appengine/docs/python/images/ Regards, Renzo Nuccitelli On Tuesday, March 31, 2015 at 4:02:52 AM UTC-3, Aakash Bapna wrote: > > Its taking more than a 1000ms almost everytime, is it known to be slow? > > Any suggestions, workarounds? > > (Using the python runtime, I call this method just after storing the image > on gcs) > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4b7983db-a3b2-4484-8731-16c3a722d2a9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
