rake
Sun 22nd Jun '03, 9:25am
In files such as misc.php, the default action is specified below the $actiontemplates array, which causes actiontemplates not to be cached, adding extra queries, even though they appear in the array. How about moving the "if empty($_REQUEST['do']))" part above $actiontemplates?