Advanced Caching, Cache Misses?
-
I was having a quick look at the advanced-caching plugin:
https://www.ads-software.com/extend/plugins/advanced-caching/
At first, I couldn’t see any drop in database queries, so I did a little digging, and it seems that wherever wp_cache_set is called, the post data is never actually set. (ie. the get function always returns nothing)
I then found the cache stats() function, and it was reported that there were 89 “cache misses”, where the database had to be used to get the data. No matter how many times I refresh, that number remains constant.
Since I’m ignorant as to how it works exactly, I might have overlooked something, but I can’t understand why the cache isn’t being set with this plugin. Is there anything I can do to test this issue further, or find the cause of the problem (if there is one)?
- The topic ‘Advanced Caching, Cache Misses?’ is closed to new replies.