I installed super cache and it really makes my wp very fast. But can it cache the sql embeded internally ?
for example:
<?php
$authorID = $wpdb->get_var("SELECT post_author FROM $wpdb->posts WHERE ID = '2'");
?>
Will the result be cached?
I am also very curious about the rule that super cache do a cache. Anyone give me some tips?
Thanks very much!