[Bug 26032] Please, enable gzip compression for bugs.winehq.org website

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 1 10:14:39 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26032

--- Comment #13 from Artem S. Tashkinov <t.artem at mailcity.com> 2011-03-01 10:14:38 CST ---
My Mozilla Firefox 4 beta 12 is sending HTTP/1.1, "Accept-Encoding: gzip,
deflate
" request to

http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=download&keywords_type=anywords


and I receive exactly 2.5MB of uncompressed data.

Opera and Chrome both receive gzip'ed data but that's because they both *don't*
support multipart/x-mixed-replace stream type.

Here's a response Google Chrome receives:

Connection:Keep-Alive
Content-Encoding:gzip
Content-Type:text/html; charset=UTF-8
Content-disposition:inline; filename="bugs-2011-03-01.html"
Date:Tue, 01 Mar 2011 16:09:10 GMT
Keep-Alive:timeout=5
Server:Apache/2.2.9 (Debian)
Set-Cookie:LASTORDER=bug_status%2Cpriority%2Cassigned_to%2Cbug_id;
domain=bugs.winehq.org; path=/; expires=Fri, 01-Jan-2038 00:00:00 GMT
BUGLIST=X; domain=bugs.winehq.org; path=/; expires=Tue, 15-Sep-1998 21:49:00
GMT
Transfer-Encoding:chunked
Vary:Accept-Encoding

(In reply to comment #12)
> I tested the url:
> http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=download&keywords_type=anywords
> 
> with:
> http://www.whatsmyip.org/http_compression/
> 
> And it is reporting that it is compressed:
> Original Size: 2299.13 KB
> Gzipped Size: 135.89 KB
> Data Savings: 94.09%
> 
> I noticed that bugzilla is sending the bugs lists as multi-part. The first part
> is just a please wait message, the second part the actual web page data.
> Perhaps the first part is not compressed. The bug list itself is compressed
> however.

That's because whatsmyip.org/http_compression/ PHP script also doesn't support
multipart.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list