Quote:
Originally Posted by SVTCobraLTD
You say not to use it on a big forum. What do you classify as a big forum?
|
I have trouble, as of my forum got big in sense of amount of users and search bots 100-200 surfing forum at same time, which makes my CPU crazy especially from a lot of queries
Code:
SELECT count(*) AS 'PostsThisMonth'
FROM vbpost
WHERE YEAR(FROM_UNIXTIME(dateline)) = YEAR(NOW())
AND MONTH(FROM_UNIXTIME(dateline)) = MONTH(NOW())
This is really too cpu intensive mode.
Dearm I really didn't understood why still a lot of mentioned queries are runing, even if I disable access of guests and bots to statistic.