summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-21 18:23:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-21 18:23:53 +0000
commitf0394bbb1e2f9014b14c59b443db2b549b28efc4 (patch)
tree67c607d4b9e31371b37a6ebd78ac8646268379fe /usr/local
parente789a62534c7e51674d8747cc5b380441d66e8d2 (diff)
downloadpfsense-f0394bbb1e2f9014b14c59b443db2b549b28efc4.zip
pfsense-f0394bbb1e2f9014b14c59b443db2b549b28efc4.tar.gz
Use GZIP http compression handler. This will speed up the GUI when using over slow WAN links. Or just WAN links in general.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/fbegin.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 6f44a89..03b2ea2 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -1,4 +1,8 @@
<?php
+
+/* start GZIP php/lighttpd handler */
+ob_start("ob_gzhandler");
+
require_once("notices.inc");
/* $Id$ */
function return_ext_menu($section) {
OpenPOWER on IntegriCloud