ThanosCrax
Registered
- Thread starter
- #1
MANUAL: Cache support - XenForo 2 Manual
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 for caching:
& 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 for caching:
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?