I would like to activate the APCu cache but if I configure as in the guide the site does not load.
Does xenForo support APC but not APCu?
Thanks
Does xenForo support APC but not APCu?
Thanks
ApcuCache
)?APCu is not APC
I tried withInternally there is support for APCu though, so maybe as simple as specifying the right provider (ApcuCache
)?
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'ApcuCache';
How about just apcu?Opss
Thanks for your help
I tried with
but I always get error 500 and the site does not load.Code:$config['cache']['enabled'] = true; $config['cache']['provider'] = 'ApcuCache';
I'm sure APCu is active on server...
if I want I can also use Redis, do you recommend APCu or Redis?
Nothing, it doesn't work...How about just apcu?
It has a panel created by them, there is no cPanel or Plesk.What control panel does your host give you?
Looks good to me. I'll leave it to the XF gurus to help you figure it out.
As I said, I since you have opcache installed already, maybe just looking for online instructions to optimize it will deliver a decent performance boost. There's also nginx proxy and caching, available on cPanel and Plesk installs. Indeed, the latest versions of Plesk have a Performance Booster feature which lets the control panel figure out the best settings for you, so you don't have to worry about it.
In XF 2.2, only regular APC support is available. XF 2.3 will have support for APCu, but frankly I'd recommend just using Redis these days.
We use essential cookies to make this site work, and optional cookies to enhance your experience.