Hello @zee7055
Thank you for reaching out and I am happy to assist you with this.
It’s not recommended to use more than one caching solution. So this is not just related to W3 Total Cache and SG Optimizer, but to all caching plugins.
If you want to use W3 Total Cache on your website, I would recommend removing SG optimizer and disabling any server-side caching to avoid conflict like You are experiencing.
Double caching is never recommended.
Potentially, two can work together but at your own risk. This means that Page Caching for example needs to be disabled.
I hope this helps!
Thanks!
Thank you so much for the quick reply I cannot deactivate Sg Optimizer as my website is hosted on Sitegroud. Guess I have to deactivate the W3 Total Cache now, is it ok if I directly deactivate the w3 total plugin and then delete it, or do I have to remove certain files and clear the w3 total cache code from .htaccess, I just don’t want to break my website when i remove W3 total, please suggest a way to properly remove W3 total cache from the website so the website doesn’t break.
Thanks
Hello @zee7055
Thank you for the information.
Actually, yes you can. Ofcourse if you choose to do so. You can disable the Dynamic caching on your hosting and then only use W3 Total Cache.
If you however still want to remove W3 Total Cache, simply purge the cache, go to Plugins>Installed Plugins, deactivate and delete the plugin and that should be it.
After that you can doublecheck if there are any residual files:
1. Check .htaccess File (make backup)
W3TC will create many directives in .htaccess file to control the caching behavior. Each section will start and end with comments like “#BEGIN W3TC Page Cache core” and “#END W3TC Page Cache core”.
Ensure that no residual entries are left over in your .htaccess file after deleting the plugin.
2. Delete wp-content files and folders (fi exist)
– cache folder
– w3tc-config folder
– object-cache.php (if exists)
– advanced-cache.php (if exists)
– db.php (if exists)
– upgrade folder
– delete w3-total-cache folder in wp-content/plugins/ (if exists)
Thanks!