Make "Redis Object Cache" deactivated by default on fresh installs
-
I have to flush and deactivate this plugin on every fresh install, as it masks issues when developing a Wordpress site.
Depending on the stack, an object cache doesn't always make a site faster, either.
I think it's great to have it included and pre-configured. I'd just prefer if it was deactivated by default. Saves a few steps in configuring new sites.
Thanks for considering
-
@marcusquinn yes, this is planned in 7.5 already to make addons like turn/redis optional. So, you can even turn off things in the platform level. Haven't decided on the default but we have to see if the app supports optional redis (WP does not need redis though).
-
@girish Thanks, that makes some memory-saving sense, too. My specific issue was just at having the addon enabled, but the plugin disabled, as it makes sense to have it on a live site that isn't being developed, but not during development.