Hi @miyojin
If I get the plugin pro, can you make it null?
Let's go guys.
@miyojin
define('WP_REDIS_CONFIG', [
'token' => 'vYgPURcKzmz7M9TxUP4uYVG1l0mb1bu3JkaDTSQGzHezUWZfNyeGSmu0LK8E', // 60 chars random string
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0, // change for each site
'timeout' => 1,
'read_timeout' => 0.5,
'async_flush' => true,
//'compression' => 'zstd',
//'serializer' => 'igbinary',
'split_alloptions' => true,
'prefetch' => true,
'debug' => false,
'save_commands' => false,
]);
define('WP_REDIS_DISABLED', getenv('WP_REDIS_DISABLED') ?: false);
Very great my friend.Here you go:
Very great my friend.
everything looks beautiful.
I'm doing more tests.
Thank you so much for this.
Thanks my friend.No, thank you my friend!
fastest cache in my knowledge is static cache, it does not work well with ecommerce,Thanks my friend.
Just a question, see if you can help me:
I'm using woocommerce store:
Woocommerce + Wp Fastest Cache pro + Redis Pro.
Do I need to make any extra adjustments, in order not to have problems with products, stock, sales and etc ...?
fastest cache in my knowledge is static cache, it does not work well with ecommerce,
and redis beside it is object cache it also support fullpage cache with some additional configuration, so play around it will be better,
keep update for the plugin guys..
Thanks my friend.
Just a question, see if you can help me:
I'm using woocommerce store:
Woocommerce + Wp Fastest Cache pro + Redis Pro.
Do I need to make any extra adjustments, in order not to have problems with products, stock, sales and etc ...?
how it works with multisite in subfolders????
Dude you are awesome, thanksssHere you go:
'database' => 0, // change for each site