summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-15 14:32:33 +0000
committerErmal <eri@pfsense.org>2012-11-15 14:32:33 +0000
commit73ebd062315c78bc64adff529ce3862d91ce2e4b (patch)
tree6cb4d4dc36b2d08ba0437f65265ac1c233500377 /etc/inc/system.inc
parent991fc85dc74073f2ce20900241af525de619ad8a (diff)
downloadpfsense-73ebd062315c78bc64adff529ce3862d91ce2e4b.zip
pfsense-73ebd062315c78bc64adff529ce3862d91ce2e4b.tar.gz
Remove preload.php which warmed the caches. IT hurts on embedded and really does not help that much
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 76f2c39..2146605 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -799,12 +799,6 @@ function system_webgui_start() {
/* attempt to start lighthttpd */
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-webConfigurator.conf");
- /* fetch page to preload apc cache */
- $proto = "http";
- if ($config['system']['webgui']['protocol'])
- $proto = $config['system']['webgui']['protocol'];
- mwexec_bg("/usr/bin/fetch -o /dev/null -q {$proto}://localhost:{$portarg}/preload.php");
-
if ($g['booting']) {
if ($res == 0)
echo gettext("done.") . "\n";
OpenPOWER on IntegriCloud