xml
Active member
Hi All
I am trying to clean config.php file and make it short and simple as possible.
I noticed that xcache is working when I add to config.php these 2 lines only:
$config['cache']['enabled'] = true;
$config['cache']['backend'] = 'xcache';
is these 2 lines enough to make full advantage of xcache?
I am trying to clean config.php file and make it short and simple as possible.
I noticed that xcache is working when I add to config.php these 2 lines only:
$config['cache']['enabled'] = true;
$config['cache']['backend'] = 'xcache';
is these 2 lines enough to make full advantage of xcache?
Attachments
Last edited: