From 13486f375ace7f7a94bb1b67c18168d44103417f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 23 Nov 2010 11:18:16 -0700 Subject: [PATCH] Cleanup caching config options --- horde/config/conf.xml | 84 +++++++++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 36 deletions(-) diff --git a/horde/config/conf.xml b/horde/config/conf.xml index 87e7a182e..3af806dae 100644 --- a/horde/config/conf.xml +++ b/horde/config/conf.xml @@ -988,11 +988,11 @@ Cache System Settings 86400 + data be cached by default?">86400 file - + - + @@ -1062,12 +1062,17 @@ - Javascript Caching - false + CSS Caching + + CSS caching packages all stylesheets used in a page into a single file + sent to the browser. It also allows compression and optimization of this + file to reduce the data size. Caching reduces server load, speeds up the + user's browsing experience, and is HIGHLY RECOMMENDED. + + false - + @@ -1081,43 +1086,35 @@ - <strong>Requires a configured Horde_Cache backend.</strong> + <strong>Requires a configured Horde caching + backend.</strong> - 86400 + 86400 php - - - /opt/java/jre/bin/java - - - - /opt/java/jre/bin/java - - - CSS Caching - false + Javascript Caching + + Javascript caching packages all static javascript files used in a page into + more efficient chunks to send to the browser. It also allows compression + and optimizations of this file to reduce the data size. Caching reduces + server load, speeds up the user's browsing experience, and is HIGHLY + RECOMMENDED. + + false - + @@ -1131,18 +1128,33 @@ - <strong>Requires a configured Horde_Cache backend.</strong> + <strong>Requires a configured Horde caching + backend.</strong> - 86400 - php + php - + + /opt/java/jre/bin/java + + + + /opt/java/jre/bin/java + + + 86400 -- 2.11.0