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 GMTExpiresFri, 10 Feb 2012
22:33:12 GMTCache-Controlpublic,
max-age=31536000Content-Typetext/htmlServerGoogle
FrontendTransfer-Encodingchunked
Request Headersview source
 Hostzzz.appspot.comUser-AgentMozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) gzipAccept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Languageen-us,en;q=0.5Accept-Encodinggzip,deflateAccept-Charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7Keep-Alive115Connectionkeep-aliveReferer
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 GMTVaryCookieLast-ModifiedThu, 10 Feb 2011
22:50:51 GMTEtag"7731e7b3a8924793a27622cb820bed95"Cache-Controlmax-age=0
Content-Typetext/html;
charset=utf-8Set-Cookiecsrftoken=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-EncodinggzipDateThu, 10 Feb 2011 22:50:51 GMTServerGoogle Frontend
Content-Length826
Request Headersview source
 Hostzzz.appspot.comUser-AgentMozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) gzipAccept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Languageen-us,en;q=0.5Accept-Encodinggzip,deflateAccept-Charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7Keep-Alive115Connectionkeep-alive


What am I doing wrong??

Any ideas?

Thanks in advance

Saim

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

Reply via email to