From b454395a8da4013aff2ecd64cd7eafc01fc6a5a2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 1 Jun 2008 12:12:18 +0000 Subject: * Performance optimizations * libs/core: Added bytecode stripping function to luci.util * libs/core: Added smart indexcache that automatically updates cached index-files on change * libs/web: Enabled template caching support * Core Translation part 4 --- libs/web/root/etc/config/luci | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/web/root') diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 5fefe5b273..560cff450e 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -34,6 +34,10 @@ config event uci_oncommit config internal languages option de "Deutsch" option en "English" + +config internal template + option compiler_mode file + option compiledir "/tmp/.lucitplcache" config internal themes option OpenWRT "/luci-static/openwrt.org" -- cgit v1.2.3