From 88dff2a683ea580930b95ffa33cccdf648d89cab Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Fri, 16 Aug 2013 20:16:09 +1000 Subject: [PATCH] Set $config['try_smarter'] to true. If you notice any problems, please report them to us. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 4858274d..2634f719 100644 --- a/inc/config.php +++ b/inc/config.php @@ -935,7 +935,7 @@ // $config['url_favicon'] = '/favicon.gif'; // EXPERIMENTAL: Try not to build pages when we shouldn't have to. - $config['try_smarter'] = false; + $config['try_smarter'] = true; /* * ====================