Hi, i am using app engine and my application serves static files and dynamic created pages. As far as I have understood the documentation google frontend should automatically return gzip'ed content if it is appropriate. But this is not the case.
If I request a static html-page, I send this request header: Host xxx.appspot.com User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729) Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Proxy-Connection keep-alive Referer http://xxx.appspot.com/widgets Cache-Control max-age=0 But the response I receive is not compressed: Date Tue, 19 Jan 2010 07:45:19 GMT Expires Tue, 19 Jan 2010 07:55:19 GMT Cache-Control public, max-age=600 Content-Type text/html Server Google Frontend X-XSS-Protection 0 Content-Length 5437 Accept-Ranges none Proxy-Connection Keep-Alive It is exactly the same with dynamically created pages. What can I do to save traffic and make my app "faster"? Cheers Philip
-- 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.
