public inbox for [email protected]  
help / color / mirror / Atom feed
From: Magnus Hagander <[email protected]>
To: Tom Lane <[email protected]>
Cc: Joshua D. Drake <[email protected]>
Cc: Naz Gassiep <[email protected]>
Cc: [email protected]
Subject: Re: PostgreSQL web site
Date: Mon, 28 Aug 2006 21:12:30 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

> >> Actually that is a very good question... why are we not using 
> >> mod_deflate?
> 
> > Good question. It's definitly worth investigating.
> 
> What are we talking about here --- some hack to make users' 
> web browsers decompress pages on-the-fly? 
Yes.

> 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.) 

In most cases it's faster or unnoticably slower. At the speed your
machine would have to be to notice the problem, I don't think you can
load a modern-enough browser to actually look at the site.

> What are the odds 
> that people using older browsers will be locked out entirely?

They should be zero, if you use mod_deflate.
The browser sends an Accept-encoding: deflate (or similar, I'm not 100%
on the name of the header, and too lazy to look it up). If this is not
present in the request, an uncompressed version of the page is sent back
to the browser.

//Magnus



view thread (27+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected]
  Subject: Re: PostgreSQL web site
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox