daviden
Active member
I added this to my config.php:
I can access the test apc.php that I uploaded, and I see this:
Short question ...is my APC working?
PHP:
## Caching
# http://xenforo.com/community/threads/speed-up-your-board-caching.5699/
# http://xenforo.com/community/threads/tip-use-apc.6456/
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions'] = array(
'caching' => true,
'automatic_serialization' => true,
'lifetime' => 10800,
'cache_id_prefix' => 'xf'
);
$config['cache']['backend'] = 'Apc';
I can access the test apc.php that I uploaded, and I see this:
Short question ...is my APC working?