<?php
//compress PHP
ob_start
(
'ob_gzhandler'
);
?>