mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
bit more compression
This commit is contained in:
parent
6ed1f767b9
commit
da0f9cd4d9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user