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 ;)

Marks-Man

Loyal Member
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 ;)
 
Solution

ThanosCrax

Loyal Member
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 ;)
Thanks a lot Yea did some of those steps
well thing is my website is slow on phone
imagef8d0b28eaf16144b.md.png

However, I was able to optimise Desktop enough
But Phone still gives me a hit in the head so I wanna try new methods
imagecf27a71bf0f4d245.md.png
 
Back
Top Bottom