I have three styles, two of which generate about the same amount of queries, and one which is my "lite browser" style which generates less queries because It has less hacks installed.
1 & 2 style:
showthread.php - 35
forumdisplay.php - 16
index.php - 23
editpost.php - 29
newreply.php - 25
newthread.php - 19
3rd:
index.php - 21
forumdisplay.php - 15
showthread.php - 34 <-- I don't get this page..
newthread.php - 19
newreply.php - 25
editpost.php - 28
Just about all my pages generate under .25 seconds as well usually (for me at least).
My biggest issue is that showthread.php, I can't seem to figure out where the queries are coming from (when trying to simplify it)
|