Thursday, February 7, 2008

Reduce the size of the html file using php gzip handler

If we apply gzip on our any huge html page it'll improve the performance?

Just add the following line after your sessions

<?php

ob_start
("ob_gzhandler");

?>

No comments:

Post a Comment