View Single Post
Old 11-14-2007, 05:57 PM   #4 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

Quote:
Originally Posted by Nor View Post
You could try compressing the html using ob_start("gz_handler");
http://phplens.com/lens/php-book/opt...ugging-php.php

Another google article I found:
http://devilib.com/solutions-framewo...n-tips-faster/
This actually puts more load on the server because it has to compress the HTML before sending it. Yes users can download the HTML quicker but the server will take longer to actually send it. If your server can handle it then your users will like it if you compress the HTML before sending it. But if it is taking too long to compress it, then it isn't worth it.
__________________
Eric
wGEric is offline  
Reply With Quote