Hi.
I have a problem...
My web hosting tells me that my website consumes 200 queries each page.
But I use this code:
<?php echo get_num_queries(); ?>
and I see a maximum 20/30 queries for each page.
Is it possible?
Are there solutions?
How can I to find and resolve the problem?