Support How to setup Xenforo Cache?

ThanosCrax

Loyal Member
MANUAL: Cache support - XenForo 2 Manual
I got this manual from Xenforo but the only thing I could setup is

Code:
$config['cache']['enabled'] = true;
$config['pageCache']['enabled'] = true;
$config['cache']['sessions'] = true;


image7b8887e992133620.md.png
in /src/config.php

I can see xenforo has given us various options for caching:
XenForo ships with several popular cache providers including:

  • APC
  • File system cache
  • Memcached
  • Redis
  • WinCache
  • XCache
  • ... and more!
WHICH ONE IS THE BEST TO USE?
& HOW TO SETUP IT?
 
Solution
Just optimize database by rebuilding users cache, delete logs, and disable plugins that slows down website, enable firewall on your server.


Also prune old conversations.

If you still see your website slow, you will need to optimize server ;)
Back
Top Bottom