Question: does this plugin monitor queries that are cached?
-
I have W3TC installed and queries being cached in memcached. The hit rate is about 20% on that, so I know a lot of queries are still going to the database.
So running this plugin, will it show the time just for those queries that go to the database, or will it show the time to retrieve cached queries too? I am just trying to understand what is being measured and what I am looking at.
Ideally I would like to see the time taken for every query, with a flag to indicate which have been fetch from cache and which have not. I suspect that may need the cached status to be passed out by the cache handler through
$wpdb->queries
but I don’t see that happening.
- The topic ‘Question: does this plugin monitor queries that are cached?’ is closed to new replies.