Gzip CSS

css
<?php if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header("Content-type: text/css"); ?>
/*Place at the very bottom*/

<?php if(extension_loaded('zlib')){ob_end_flush();}?> /*Place at the very bottom*/

One Response to “Gzip CSS”

Discuss the Code