On Thu, Feb 28, 2008 at 2:10 PM, Eric Butera <[EMAIL PROTECTED]> wrote:
>  Have you messed around with compressing your output at all?  Using
>  something like mod_deflate is pretty nice while falling back on the ob
>  gz stuff makes a huge improvement too.

    I have, but the improved performance to which I was referring
comes from pure HTML rules.  A lot of people (and myself included,
until about two years ago) aren't aware of one of the fundamentals of
HTML: the page won't start to display until all of the tables are
drawn.  Newer browsers are getting better with it, but it still takes
longer than stylizing the page with div's and CSS.

    Is that whole Magento system done with CSS, with zero tables?

-- 
</Dan>

Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to