Hello,
         I am finding out the application performance,  using this static
files path in appengine-web.xml file as
    <static-files>
         <include path="/**.cache.js" expiration="365d" />
         <include path="/**.cache.html" expiration="365d" />
         <include path="/**.ico" />
         <include path="/**.css" />
         <include path="/**.png" />
         <include path="/**.gif" />
         <include path="/**.jpg" />
         <include path="/**.js" />
         <include path="/**.html" />
    </static-files>


After uploading, when i test the performance using the fire bug, i am
seeing files in the cache when it is loaded for the second time, actually
as i added expiration headers to few files, it should store in cache and
second time when the page is rendered, it should not show up rather, it is
sending again request to the server and take time again to fetch from the
browser.


Header Response of my page is showing like this

Cache-Control no-cache, must-revalidateDateSat, 16 Mar 2013 05:44:43 GMT
Etag"HI9WjA" ExpiresFri, 01 Jan 1990 00:00:00 GMTPragma no-cacheServerGoogle
Frontend X-AppEngine-Estimated-CPM...$0.000000
X-AppEngine-Resource-Usag...ms=22
cpu_ms=0


What would be the probable solution to reuse the cache using experation
headers?

If any one help me out i will be glad.


--Thanks and regards

 - Srinivas.A

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to