Some more performance improvements and caching

This commit is contained in:
Deon George
2012-12-06 14:50:06 +11:00
parent 74b3bfb408
commit 528a83a4fd
38 changed files with 303 additions and 103 deletions

View File

@@ -11,6 +11,7 @@
*/
return array(
'appname' => 'phpTSMadmin',
'cache_type' => 'file',
'cache' => 'apc',
'cache_time' => 86400,