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*/
<?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*/
Source: http://kennedysgarage.com/compress-components-with-gzip/