That's cool, I didn't know that.

I don't know if it was just with me but the Rob Coops answer was kind hidden
into the Vik thanks:

Rob Coops <[email protected]> wrote:

> Have a look at the following page:
> http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files
>
> Under the header: Setting the Browser Cache Expiration ;-)
>
> Hope that helps, also there is a bit of chatter on why a GAE would or would
> not GZip a file when transferring it this will also help a lot specially for
> large text files which are wonderfully small when compressed.
>
> Regards,
>
> Rob
>

Nice! :)

*Jayr Motta*
Software Developer
*
*
I'm  on 
BlackBeltFactory.com<http://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta>
!



On Thu, Jul 7, 2011 at 11:24 AM, Bruno Fuster <[email protected]> wrote:

> Hi
>
> I think you need to config your static files cache using GAE's proxy like
> this (appengine-web.xml)
>
> <static-files>
>
>         <include path="/**.js" expiration="2m"/>
>
>         <include path="/**.css" expiration="2m"/>
>
>         <include path="/**.png" expiration="2m"/>
>
>         <include path="/**.jpg" expiration="2m"/>
>
> </static-files>
>
>
>
>
> On Thu, Jul 7, 2011 at 10:43 AM, Vik <[email protected]> wrote:
>
>> Tx a lot guys.. this seems to be answering me what i was looking for,.
>>
>>
>> Thankx and Regards
>>
>> Vik
>> Founder
>> http://www.sakshum.org
>> http://blog.sakshum.org
>>
>>
>> On Thu, Jul 7, 2011 at 6:09 PM, Rob Coops <[email protected]> wrote:
>>
>>> Have a look at the following page:
>>> http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files
>>>
>>> Under the header: Setting the Browser Cache Expiration ;-)
>>>
>>> Hope that helps, also there is a bit of chatter on why a GAE would or
>>> would not GZip a file when transferring it this will also help a lot
>>> specially for large text files which are wonderfully small when compressed.
>>>
>>> Regards,
>>>
>>> Rob
>>>
>>> On Thu, Jul 7, 2011 at 11:55 AM, Vik <[email protected]> wrote:
>>>
>>>> Hie
>>>>
>>>> I used PageSpeed chrome extension to analyze my app home page which is
>>>> hosted on GAE.  The suggestion come to set image cache expiration to 1 week
>>>> at least. Now I do not know where should I do that?
>>>>
>>>> Please advise.
>>>>
>>>> Thankx and Regards
>>>>
>>>> Vik
>>>> Founder
>>>> http://www.sakshum.org
>>>> http://blog.sakshum.org
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Google Web Toolkit" 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-web-toolkit?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" 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-java?hl=en.
>>
>
>
>
> --
> Bruno Fuster
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" 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-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to