XF 1.4 Xcache

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?
 

Attachments

  • xcache.webp
    xcache.webp
    60.3 KB · Views: 8
Last edited:
  • Like
Reactions: xml
Top Bottom