我在Google App Engine中运行了一个django-nonrel应用程序,并且希望对所有内容进行gzip压缩。
我一直在阅读GAE自动gzips内容但是当我使用Firefox的Web开发人员工具栏检查标题时,我得到以下结果:
Via: 1.1 TL-ISA1 Connection: Keep-Alive Proxy-Connection: Keep-Alive Transfer-Encoding: chunked Expires: Thu, 09 Dec 2010 12:23:46 GMT Date: Thu, 09 Dec 2010 12:23:46 GMT Content-Type: text/html; charset=utf-8 Etag: "463ad22512f09050f76a291c11d9746d" Server: Google Frontend Last-Modified: Thu, 09 Dec 2010 12:23:46 GMT Cache-Control: max-age=0 200 OK
我原本希望看到 Content-Encoding:gzip ,但由于它不存在,我的假设是内容没有按照它应该进行gzip压缩。
我错过了什么吗?例如,如果我使用django-nonrel,我是否需要做一些额外的事情?
添加,我是Web开发的新手 - 所以不要害怕光顾。感谢
答案 0 :(得分:0)
Gzip应该开箱即用,您可能正在通过代理请求页面。