Apcu is faster yet more unreliable. From my understanding apc stores data as-is. Whereas all other caching solutions first modify data before storing it.
I wrote that addon, it has an issue with [db] Widget Framework with its more advanced features that I haven't had time to solve yet.Redis is very powerful and is doing less to store data, meaning it should be faster overall. Redis is not supperted by the ZEND Framework 1 xenForo currently uses. There is an addon available for Redis in the Resource Manager.
I wrote that addon, it has an issue with [db] Widget Framework with its more advanced features that I haven't had time to solve yet.
You can use it without pipelining, just need to not add the following into your config.phpIs there any way to disable pipelining in your addon (so it works with Widget framework) or would that break it enough that its not worth running without it?
-
Thanks for the info everyone.
require(XenForo_Application::getConfigDir().'/SV/RedisCache/Installer.php');
I'm not the kind of person that can answer your question
All I can say is APC is only good for PHP 5.4 and lower versions.
Not for PHP 5.5 and up.
I finally had time to look into what was going wrong. My Addon didn't support 'automatic_serialization' properly, as this results in XenForo double serializing things.Is there any way to disable pipelining in your addon (so it works with Widget framework) or would that break it enough that its not worth running without it?
We use essential cookies to make this site work, and optional cookies to enhance your experience.