cjwinternet
Active member
As per the guide, I've added the following lines to config.php...
We've got memcached on the server so will be changing caching to that, but in the meantime...
Where are the cached files exactly, I can't find any trace of them?
Cheers
Chris
PHP:
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['backend'] = 'File';
We've got memcached on the server so will be changing caching to that, but in the meantime...
Where are the cached files exactly, I can't find any trace of them?
Cheers
Chris