Tips:
1) If you've removed the moderator column, remove the whole chunk of code that is used to look up moderators - saves you 1 query.
2) Combine the 3 PM queries into 1 - saves you 2.
3) Put all templates into templatesinclude="" section at the top of the file - saves you a few there.
4) Remove all the unecessary info - eg. I removed the newest member username from index - that's 1 query. I also removed total threads (I left only total posts) - that's another query.
All these queries add up.