Hi,
I have an application with django non-rel backend, and GWT front end. My
application front end files are statically served, and I am facing some
difficulty with compressing the content.

here is what my response header looks like in firebug
------------------------------
----
 Etag"z4VwiA" DateThu, 10 Feb 2011 22:33:12 GMT ExpiresFri, 10 Feb 2012
22:33:12 GMTCache-Control public, max-age=31536000Content-Type text/html
ServerGoogle Frontend Transfer-Encodingchunked
Request Headersview source
 Hostzzz.appspot.com User-AgentMozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) gzip Accept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Languageen-us,en;q=0.5 Accept-Encodinggzip,deflateAccept-Charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7Keep-Alive 115Connectionkeep-alive Referer
http://zzz.appspot.com/EventPlannerClient/EventPlannerClient.html
 ----------------------------------------

*I tried gzip all the *.cache.html files, and I get the static file not
found 404.*

---------------------------------------*

However the django-admin interface is getting compressed with the following
response header. So this is not a proxy etc issue and I m not using any.*

--------------------------------------

 ExpiresThu, 10 Feb 2011 22:50:51 GMT VaryCookieLast-Modified Thu, 10 Feb
2011 22:50:51 GMTEtag"7731e7b3a8924793a27622cb820bed95" Cache-Control
max-age=0 Content-Typetext/html; charset=utf-8Set-Cookie
csrftoken=5aa923e014c63c1b0ff6181d50e7c197;
expires=Thu, 09-Feb-2012 22:50:51 GMT; Max-Age=31449600; Path=/
sessionid=b10a8d259854ba944e1410b5a9c4a729;
expires=Thu, 24-Feb-2011 22:50:51 GMT; Max-Age=1209600; Path=/
Content-EncodinggzipDate Thu, 10 Feb 2011 22:50:51 GMTServer Google Frontend
Content-Length826
Request Headersview source
 Hostzzz.appspot.com User-AgentMozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) gzip Accept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Languageen-us,en;q=0.5 Accept-Encodinggzip,deflateAccept-Charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7Keep-Alive 115Connectionkeep-alive


What am I doing wrong??

Any ideas?

Thanks in advance

-- 
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.

Reply via email to