I had read that control cache is very important and I didn’t find much about its use in WordPress for those who write articles and have Google Adsense ads. What do you recommend I add to the control cache? My current settings are like this.
Your curent rule wouldn’t work as expected since the uri.path cannot contain both wp-admin and wp-includes at the same moment, rather either is not wp-admin OR is not wp-includes at the moment of the HTTP request, therefrom a fix to your Rule should go like:
URI Path ends with / And URI Path does not contain wp-admin
OR URI Path ends with / And URI Path does not contain wp-includes
May I ask if you’re trying to cache your front-page, articles, categories, but not wp-admin or the part where you’re logged-in?
Are you on a Free or Paid plan type?
Are you using APO for WordPress or not?
Are you using any other plugin for caching?