bit more compression

This commit is contained in:
Andy Miller 2016-05-28 16:51:34 -06:00
parent 6ed1f767b9
commit da0f9cd4d9

View File

@ -133,7 +133,7 @@ class Grav extends Container
echo $this->output;
$debugger->render();
$output = ob_get_clean();
echo gzencode($output, 1, FORCE_GZIP);
echo gzencode($output, 5, FORCE_GZIP);
header("Content-Encoding: gzip");
} else {
echo $this->output;