Hi guys so I am trying to decrease the loading time of my website as we all know the new google update will now incorporate loading times into their algorithm. So I was wondering how I could enable GZIP compression on my wordpress based website. So far I have added this line: <?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?> but it seems to crash my server... Any help?