Redis Cache By Xon

Redis Cache By Xon 2.17.2

No permission to download

Reviews 5.00 star(s) 11 reviews

Same addition as this https://xenforo.com/community/resources/optimized-list-queries-by-xon.6869/. Also, if the developer would look towards the predis or phpreact library, where there is completely asynchronous caching. It would be much more interesting to watch this. This supplement is what is missing from the box and should be required. Specifically, in the current version, the set of features is very scarce.
Great addon, thank you for providing this solution to improve the performance of our websites. Maybe in the future you can think of a way to integrate in this addon a Redis Cache force purge option/button.
Great Add-on. I'm using two instances using the following configuration;

#redis cache
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Redis';
$config['cache']['config'] = [
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
];
#redis guest cache
$config['pageCache']['enabled'] = true;
$config['cache']['context']['page']['provider'] = 'Redis';
$config['cache']['context']['page']['config'] = [
'host' => '127.0.0.1',
'port' => 6380,
'database' => 0,
];
}

If you want to do the same ->
https://gist.github.com/akhdaniel/04e4bb2df76ef534b0cb982c1dc6225b

Thanks!
X
Xon
I recommend setting `$config['cache']['provider'] = 'SV\RedisCache\Redis';` (and then simliar for the page context) not just the stock `Redis` adapter.
As long as you meet the Redis pre req. its changes the already fast instance of Xenforo2.1 to lightening quick. It really is like greased lightening with this addon. Thanks very much for your work - TurboRenault.co.uk
Great plugin. Redis is easy to install and this plugin is very helpful in tuning for Xenforo. Xon always has great AddOns.
Awesome tool, everything incorporates into the admin panel nicely as well. A must have add-on for those running Redis.
We've been dealing with some serious server load issues since upgrading from XF 1.5 to XF 2.1. Out of ideas, we decided to give this a shot. I'm not exaggerating when I say our CPU usage went from near 50% to the 20's. If you're not running this, you should be.
After installing this, the board with 6M posts acted like it was a brandy-new install!

Installation was a breeze and so was config.
Xon has some of the most useful addons and this is one of them. He also has unrivaled support. Literally fixing bugs within a day.
I've used this for over a year on a large forum with over 20 million posts. It's been working with no problems. Honestly my benchmarking isn't good enough to exactly how much this improved things, but it didn't break anything either.
Forum back again to turbo speed with this addon on my large forum with these stats:
Threads107,422
Messages1,682,218
Members20,965
A must have!
Top Bottom