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 67934D1B4F7 for ; Sun, 9 Nov 2003 14:52:38 +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 75874-10 for ; Sun, 9 Nov 2003 10:52: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 5AFACD1B4E6 for ; Sun, 9 Nov 2003 10:52: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:52:11 -0700 Date: Sun, 9 Nov 2003 23:52:07 +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: <4A7B4CA5-12C4-11D8-A551-0005029FC1A7@myrealbox.com> X-Mailer: Apple Mail (2.552) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/92 X-Sequence-Number: 2739 On Sunday, November 9, 2003, at 11:30 PM, Michael Glaesemann wrote: > 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