MyBB Community Forums

Full Version: How to Cache Front-End in MyBB?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
More info: http://xenforo.com/help/cache/

The one that can be embed in config.php in their Core files.
It's a similar setup for us. Open ./inc/config.php and define the cache service you'd like to use there.
It all depends on what your server has installed though. I.e. you can't use memcached if it's not installed.
I mean this code:
The Cache Front-End, not the Back-End.

$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions'] = array(
	'caching'                   => true,
	'automatic_serialization'   => true,
	'lifetime'                  => 3600,
	'cache_id_prefix'           => 'xf_'
);

Is it valid also for MyBB to use?
No, MyBB doesn't provide these functions.
Hi,

The MyBB group offers support under the conditions of our Support Eligibility policy. It is apparent that one or more of your forums do not meet the conditions of our policy and therefore you are ineligible for support. This could be because of adult, piracy or hacking related content or because your forum does not display the minimum “Powered by MyBB” notice.

If you have any questions regarding this policy please post in the Private Inquiries forum.

Regards,
The MyBB group.