I’m running on Cloudways, which offers Redis and by default installs the Object Cache Pro drop-in on WordPress installations.
I have encountered an error where page loads freeze when partially loaded or else freeze on a blank white screen. In the browser console, I am seeing an error “ERR_INCOMPLETE_CHUNKED_ENCODING”.
This error ONLY occurs when Object Cache Pro and W3 Total Cache are enabled simultaneously.
It seemed obvious that the issue was simply that both were utilizing an object-cache.php file. However, I have always DISABLED the object caching feature within W3 Total Cache for this very reason.
So, even with W3TC object caching disabled, I have a conflict with the Object Cache Pro drop-in.
At this time, the only way to avoid the error is to disable the Object Cache Pro drop-in and use W3TC object caching (which produces an error in WordPress regarding a “foreign object cache drop-in”), or else I have to disable W3TC completely and enabled Object Cache Pro. Enabling Object Cache Pro and W3TC simultaneously creates the blank page loads even when W3TC object caching is “unchecked” in general settings.
Do you have any advice on how to best proceed? Ideally, I hoped to use the Cloudways Object Cache Pro drop-in (since that is installed by them) and use W3TC for everything else (object caching disabled) but I cannot figure out how to do that without creating errors.
- This topic was modified 6 hours, 6 minutes ago by . Reason: added parenthesis