Hi,
Hoping somebody can shed some light on performance issues I have on my site since installing vbSEO.
My site is running on two dedicated servers - 1 web server, 1 database server.
Up until the summer the site was on a single server and starting throwing database errors around the 1500 user mark. After moving to two servers, it was able to handle upwards of 2000 simultaneous users with load nice and low on both boxes, so there was plenty of breathing room to break 2000 users and beyond.
I installed vbSEO just before Christmas and since then when traffic has peaked the database has been backed up with slow queries (3000 database errors in the space of about 20 minutes yesterday). The load has jumped dramatically on the database sever and site performance is noticeable slower at around the 1200+ user mark.
The majority of the slow queries are like the following:
Any advice on where the problem could be?Code:# Time: 071229 19:29:49 # Query_time: 11 Lock_time: 0 Rows_sent: 1 Rows_examined: 36651 SELECT t.forumid, t.threadid, t.title, t.replycount, t.lastposter, 1 lastpostid, t.lastpost FROM thread AS t LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = t.threadid AND type = 'thread') WHERE forumid = 6 AND lastpost < 1198956743 AND visible = 1 AND open <> 10 AND deletionlog.primaryid IS NULL ORDER BY lastpost DESC LIMIT 1;
What kind and how many extra database queries does vbSEO make for your typical vbulletin page?
I may well have to uninstall vbSEO permanently if I can't find a solution to this, so any help would be appreciated.
I don't actively maintain the server hardware/software, I handle things on the vbulletin end, but if you need specific information to help diagnose the problem, I can get it.
Thanks in advance.


LinkBack URL
About LinkBacks





Reply With Quote
