X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 39D1ED1B53E for ; Sun, 9 Nov 2003 14:43:39 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 91496-02 for ; Sun, 9 Nov 2003 10:43:11 -0400 (AST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by svr1.postgresql.org (Postfix) with ESMTP id 40D68D1B536 for ; Sun, 9 Nov 2003 10:43:07 -0400 (AST) Received: from myrealbox.com grzm@smtp-send.myrealbox.com [61.116.208.113] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.44 $ on Novell NetWare; Sun, 09 Nov 2003 07:43:11 -0700 Date: Sun, 9 Nov 2003 23:43:08 +0900 Subject: Re: CSS and XHTML Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Michael Glaesemann To: pgsql-www@postgresql.org Content-Transfer-Encoding: 7bit In-Reply-To: <504D1003-12C1-11D8-A551-0005029FC1A7@myrealbox.com> Message-Id: <08AA887D-12C3-11D8-A551-0005029FC1A7@myrealbox.com> X-Mailer: Apple Mail (2.552) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/102 X-Sequence-Number: 2749 On Sunday, November 9, 2003, at 11:30 PM, Michael Glaesemann wrote: > The pages themselves are slimmed down, since they contain just the > document structure. For example, the current main index page is 15.2K > + .6K (postgresql.css) for a total of 15.8K. The main index page is > now 6.3K (sans news remember), and postgresql.css is 3.8K, for a total > of 10.1K. I know we're only talking 5K, but it's a 30% reduction in > server load for the *first* page view. Once the CSS is cached, we're > looking at a 40% reduction per page. Where's my math! 15.8K to 6.3K is a *59%* reduction. (6.3K is approximately 40% of 15.8K). Off to an auspicious start! :) Michael