First special thanks goes to Paul Marsden for his mods specially this mod that im using for about an year on my major forum n my members luv this mod
i've about 70k threads, 700k posts n 140k members with 2k avg onlines in my forum but from some weeks ago my forum loads increases n when i analyze mysql queries i found that this query by this mod is killin my forum
Code:
SELECT COUNT(post.postid) as unread
FROM post as post FORCE INDEX (dateline)
...
Query uses INDEX but sometimes specially at forum peak it takes more than 2-5 sec which makes me turn it off
is there any optimize method for this mod Paul or with this huge posts its impossible ?