Hello @didierjm
Thank you for reaching out.
I’ve tested this and indeed the mentioned plugin does add the object-cache.php to the wp-content folder. Unfortunately, the only solution for this is to remove the file added by Performance Lab, as W3 Total Cache needs this or Object Caching if enabled of course.
Just to confirm, this was added in the latest release?
Thanks!
Thx Marko, absolutely, with the latest release of Performance Lab last night.
On their side, they’re denying… See thread here. Might be you should confirm your tests.
I tried many things, and finally had to rename their file.
Sincerely
DJM
Hello @didierjm
Thank you for your feedback. It appears that they did not test this with the Object Cache enabled. It’s correct that W3TC has the file in the plugin folder: /wp-content/plugins/w3-total-cache/wp-content/object-cache.php
This file is there so it can be added to /wp-content/ once the OC is enabled in the W3 Total Cache settings.
As per their suggestion, you can remove their drop-in file and add the following constant in wp-config.php which will prevent this plugin from placing this file
define( 'PERFLAB_DISABLE_OBJECT_CACHE_DROPIN', true );
I hope this helps!
Thx @vmarko – yes, they told me I could “disable” and so on…
But, in my view, this is bad testing on their side. I know there’s a lot of plugins, contexts and so on… making testing complex… But at least do tests with the “biggests” ones and don’t dismiss what people say by default…
DJM
FYI issue logged on Github.
DJM