[google-appengine] Re: Custom expires/cache-control for get_serving_url images

2012-08-30 Thread Stuart Langley
Not possible to change it, sorry.

On Friday, 31 August 2012 08:21:25 UTC+10, Alex Burgel wrote:
>
> I've noticed that image urls generated by get_serving_url are set to cache 
> for only 24 hours.
>
> Is it possible to change this? 24 hours isn't very long, especially 
> considering that the images can't change.
>
> The Page Speed proxy service caches for 1 year, thats much more reasonable.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Yz6tOcqs8pwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Custom expires/cache-control for get_serving_url images

2012-08-31 Thread Joakim
You could do this by serving the blobs from application code (see blobstore 
api). In fact, this could be even better as there would be fewer domain 
names to look up.

On Friday, August 31, 2012 12:21:25 AM UTC+2, Alex Burgel wrote:
>
> I've noticed that image urls generated by get_serving_url are set to cache 
> for only 24 hours.
>
> Is it possible to change this? 24 hours isn't very long, especially 
> considering that the images can't change.
>
> The Page Speed proxy service caches for 1 year, thats much more reasonable.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ExGp8Vz_E-MJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Custom expires/cache-control for get_serving_url images

2012-08-31 Thread Alex Burgel
I thought about that. I'm using the image resizing features of 
get_serving_url. Handling that myself would be a PITA.

Thanks for the suggestions.

On Friday, August 31, 2012 4:38:47 AM UTC-4, Joakim wrote:
>
> You could do this by serving the blobs from application code (see 
> blobstore api). In fact, this could be even better as there would be fewer 
> domain names to look up.
>
> On Friday, August 31, 2012 12:21:25 AM UTC+2, Alex Burgel wrote:
>>
>> I've noticed that image urls generated by get_serving_url are set to 
>> cache for only 24 hours.
>>
>> Is it possible to change this? 24 hours isn't very long, especially 
>> considering that the images can't change.
>>
>> The Page Speed proxy service caches for 1 year, thats much more 
>> reasonable.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/1KylqO0aAgAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.