Hello,
I want my forums to run faster so I found this:
http://xenforo.com/help/cache/
What do I have to do exactly? just add this to the config.php file?
You may alter the 'cache_id_prefix' values to suit your own needs.
What does that mean? I change xf - so it's the same prefix of my xenforo database?
Is there anything else I can add? I don't have APC or memcached installed as it's a shared hosting.
Thanks!
I want my forums to run faster so I found this:
http://xenforo.com/help/cache/
What do I have to do exactly? just add this to the config.php file?
HTML:
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['cacheSessions'] = true;
You may alter the 'cache_id_prefix' values to suit your own needs.
What does that mean? I change xf - so it's the same prefix of my xenforo database?
Is there anything else I can add? I don't have APC or memcached installed as it's a shared hosting.
Thanks!