WP Super Cache plugin generate page and save html of this page to static file and if needed this file is served instead of dynamically generate this page each time.
Does WP Super Cache plugin make any extra SQL queries during serving the cached page?
I can’t tell you the answer to this off the top of my head, but if you want to look at the SQL queries (among other things) executed for any given page load, check out the black box debug bar plugin. I think that the debug bar plugin might have similar functionality as well.
Regardless of the number of additional queries a caching plugin makes, it should still cut down on your page load time…don’t want to cut off your nose to spite your face, right?
If you really want to focus on getting your queries down, you should look into database caching, which can be done by any number of plugins.
I’ve received an answer about it from Donncha O Caoimh – developer of the WP Super Cache plugin:
So there is 0 extra sql queries and the question is closed.