Drop this into your footer template and tell me how many queries your
1) blog's home page
2) a single post
has.
PHP Code:
<!-- <?php echo get_num_queries(); ?> queries. -->
A site that I've been working on:
homepage: 69 queries.
post: 79 queries.
Not too happy with those results.
I will look up how many queries a fresh install has now...