you might want to look at mod_gzip
http://www.remotecommunications.com/apache/mod_gzip/

Regards
Andrew Braund

> -----Original Message-----
> From: Floyd Piedad [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 20 April 2001 13:33
> Cc: [EMAIL PROTECTED]
> Subject: [PHP] Output HTML Compression
> 
> 
> Hi,
> 
> Any tips on how to speed-up dynamic page loads by either 
> lessening the HTML file
> sent or compressing it?  I found two ways but don't exactly 
> know how to do it.
> 1. Enable output buffering with compression.  This seems to 
> be only available on
> php4.04.  Is there a way to do this with php4.01?
> 2. Remove extraneous whitespaces.  I normally program with 
> heavy use of
> indention, especially in table outputs, to make code more 
> readable.  But the
> html files sent out also have these indentations and 
> whitespaces.  Is there a
> code that can clean these out?
> 
> Thanks,
> 
> Floyd
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to