I coudn’t find any wp_cache_* calls inside that file. I am not sure if this would be helpful: file located under /home/<username>/www/wp-content/themes/<theme_name>/inc/ads-share.php.
My client said that enabling redis causing a drop in his revenue and we need to disable redis cache or exclude that file.
Yes, there are SQL queries inside that file that needs to be excluded. I thought if I can add this file to a cache group I will be able to exclude it, But I don’t know how to achieve that
It there a way to ensure that the file is using the object cache ? in order to know if its cached or not ?