On my site some pages create 17 queries others 8 and one page even makes 37 queries... I was planning on optimizing my website since many of these queries are created because of uncahed templates...
and I was wondering how much queries are the average "ok" number of queries for a page?
any feedback would be appreciated.
Generally as little as possible is the way to go. But there's no amount you can say that is perfect, as some pages just need more queries than others. 37 is too much for sure though!
Like you mentioned, a great idea is to precache all the uncached templates, as each of those adds an additional query.