For quicker loading of pages, Godaddy recommends adding this bit of code in the header
<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>
But, it breaks All in One.
Any ideas on a fix?