Quote:
Originally Posted by mute
We're highly modified to REMOVE queries  We actually make extensive use of memcache to cache things like templates, which reduces the amount of queries per page actually hitting our database server. There are queries, but they hit memcache, and don't count.
|
Quote:
Originally Posted by kmike
Index - 3 queries
forumdisplay - 9 queries (with "currently active users" enabled)
showthread - 7 queries
|
It would be so great to know more about your tuning!