Is there a way I can see how many queries have been executed on one page? I've seen it somewhere on the bottom of a couple of forums.
Depends on how you query the DB.
If you have some sort of DB class, you could add a counter variable and have the query function increment this variable each time it is called.