X-Original-To: pgsql-www-postgresql.org@postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id BD9D69FC738 for ; Mon, 28 Aug 2006 16:09:35 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 82896-05 for ; Mon, 28 Aug 2006 16:09:30 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mail-ihug.icp-qv1-irony1.iinet.net.au (ihug-mail.icp-qv1-irony1.iinet.net.au [203.59.1.195]) by postgresql.org (Postfix) with ESMTP id B07479FC5AB for ; Mon, 28 Aug 2006 16:09:26 -0300 (ADT) Received: from 124-168-128-123.dyn.iinet.net.au (HELO [192.168.0.248]) ([124.168.128.123]) by mail-ihug.icp-qv1-irony1.iinet.net.au with ESMTP; 29 Aug 2006 03:09:23 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.08,176,1154880000"; d="scan'208,217"; a="620024419:sNHT20896632" Message-ID: <44F33F52.9090107@mira.net> Date: Tue, 29 Aug 2006 05:09:06 +1000 From: Naz Gassiep User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Tom Lane CC: Magnus Hagander , "Joshua D. Drake" , pgsql-www@postgresql.org Subject: Re: PostgreSQL web site References: <6BCB9D8A16AC4241919521715F4D8BCEA0FB7D@algol.sollentuna.se> <15501.1156790439@sss.pgh.pa.us> In-Reply-To: <15501.1156790439@sss.pgh.pa.us> Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.425 tagged_above=0 required=5 tests=AWL, HTML_30_40, HTML_MESSAGE, MIME_HTML_ONLY X-Spam-Level: X-Archive-Number: 200608/120 X-Sequence-Number: 10511


What are we talking about here --- some hack to make users' web browsers
decompress pages on-the-fly?  How much does that slow down the browsing
experience, if you've got an old slow PC?  (I can believe that if you've
got a fast PC and a slow internet connection, it could make things
faster overall ... but the breakeven point is not obvious.)  What are
the odds that people using older browsers will be locked out entirely?

			regards, tom lane
I have been using mod_deflate for years on my web server, and have yet to notice _any_ difference on even very old hardware. Furthermore, the additional load to the server is quite small.

If you are concerned about widespread impact on users, consider that slashdot and google are both mod_deflated.

- Naz.