Posts

Showing posts from June, 2023

How to Disable Redis Object Cache HTML comments in WordPress

 <!-- Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com Retrieved 4409 objects (535 KB) from Redis using PhpRedis (v5.3.7). --> Open the wp-config.php, add the following line of code to the section where other constants are defined:  define('WP_REDIS_DISABLE_COMMENT', true);