Renegade
Well-known member
If I go by this guide http://xenforo.com/help/cache/ and put the following in the config.php, will it help in reducing the page load time of the forum?
Can I do this without installing APC or memcache?
Can I do this without installing APC or memcache?
The reason I am going after this is because I noticed that the xenforo forum time-to-first-byte is at least a second better than my forum and I have no clue where to start to match those times.$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['backend'] = 'File';