You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
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)
Renzo Nuccitelli
unread,
Mar 31, 2015, 3:13:29 PM3/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
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: