Not exactly... I was not reffering to PHP files... The white spaces from a
template file will make double the size of certain files when they are sent
to the browser... So a page of 50 k might have 100 K because of those white
spaces instead of tabs... For a dial up connection this means a lot even if
you are not google...

> Sounds like you suffer from no-accelerator-itis. Using one of the PHP
> accelerators will make whitespace concerns pointless since they operate
> on cached bytecode. At any rate, whitespace and comment parsing is
> pretty much negilible... you might shave a millionth of a second off
> your page time, but really, is that point for contention? If you're
> running Google then it might be, but I doubt that's the case.

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

Reply via email to