<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>David Cramer's Blog - Latest Comments in Improving GZipMiddleware in Django</title><link>http://davidcramer.disqus.com/</link><description></description><atom:link href="https://davidcramer.disqus.com/thread_15/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 05 Oct 2009 14:16:42 -0000</lastBuildDate><item><title>Re: Improving GZipMiddleware in Django</title><link>http://cramer.io//451/improving-gzipmiddleware-in-django.html#comment-38940820</link><description>&lt;p&gt;Nice. On nit: The class comment claims the opposite.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CC</dc:creator><pubDate>Mon, 05 Oct 2009 14:16:42 -0000</pubDate></item><item><title>Re: Improving GZipMiddleware in Django</title><link>http://cramer.io//451/improving-gzipmiddleware-in-django.html#comment-38940819</link><description>&lt;p&gt;Nice. On nit: The class comment claims the opposite.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Smith</dc:creator><pubDate>Sat, 18 Apr 2009 18:02:00 -0000</pubDate></item><item><title>Re: Improving GZipMiddleware in Django</title><link>http://cramer.io//451/improving-gzipmiddleware-in-django.html#comment-38940818</link><description>&lt;p&gt;@Jakub you are absolutely right that it would be much more efficient to use an existing solution rather than doing it in Python.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Cramer</dc:creator><pubDate>Fri, 17 Apr 2009 18:30:16 -0000</pubDate></item><item><title>Re: Improving GZipMiddleware in Django</title><link>http://cramer.io//451/improving-gzipmiddleware-in-django.html#comment-38940817</link><description>&lt;p&gt;I didn't know that one actually uses this middleware in production. Shouldn't  the gzipping be done by the webserver (apache/lighttpd/ngix)?&lt;/p&gt;&lt;p&gt;We usually set up a ngix to serve the static files and as reverse proxy to put proper etags/expires headers and gzip responses from django runned on apache+mod_wsgi. I guess it's faster than having all that work done by Django, isn't it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jakub</dc:creator><pubDate>Fri, 17 Apr 2009 17:41:24 -0000</pubDate></item><item><title>Re: Improving GZipMiddleware in Django</title><link>http://cramer.io//451/improving-gzipmiddleware-in-django.html#comment-38940816</link><description>&lt;p&gt;You should file a bug on Django's tracker. Trying to encode binary data is certainly not the correct behavior.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johann</dc:creator><pubDate>Fri, 17 Apr 2009 17:27:00 -0000</pubDate></item></channel></rss>