Quote:
Originally Posted by C Braithwaite
It only has the higher amount of queries when it finds inactive users. after a short while it will reduce as there will be less inactive users to contact. also if you disable the logging features it will reduce queries further, as will reducing the amount of users the mod processes.
I could take out 2 queries and mail directly - but i think this would only be disguising things by reducing queries not processing time.
This way the processing is distributed more - 14 queries is not going to effect performance anyway, especially not for a forum with under 500 users, of which 10% are active.
|
Ah, I see. I'll leave it on and see how things go.
Another thing I noticed: I get a Database Error when I view Who's Online with 1.2 enabled
Quote:
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT userid, username, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM vb3_user AS user
WHERE userid IN (0586','755','757);
|