XF 1.4 Where to configure Memcache and Image proxy ?

Thank you for helpfull answer

**********


I used memcached as backend and xcache as frontend


For front end

Which value should i change for xcache ?


$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
 
Thank you for helpfull answer

**********


I used memcached as backend and xcache as frontend


For front end

Which value should i change for xcache ?


$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
XCache is an opcode cache. You don't need to define it in the config.php file.
 
Top Bottom