- Joined
- Sep 25, 2020
- Messages
- 317
- Points
- 73
Reputation:
https://xenforo.com/docs/xf2/cache/#cache
I got this manual from Xenforo but the only thing I could setup is
in /src/config.php
I can see xenforo has given us various options:
& HOW TO SETUP IT?
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;
in /src/config.php
I can see xenforo has given us various options:
WHICH ONE IS THE BEST TO USE?XenForo ships with several popular cache providers including:
- APC
- File system cache
- Memcached
- Redis
- WinCache
- XCache
- ... and more!
& HOW TO SETUP IT?