![]() |
Server Optimization
I need some help with server optimization. We already have a thread over at vbulletin.com:
http://www.vbulletin.com/forum/showthread.php?t=262464 But it's really not doing anything. Do you know of a company that can help or can you guys share some of your my.cnf settings? We have 50,000+ members, over 1.3 million posts, and an average of 250 new members a day. Whenever we have over 550 members simultaneously on the site, our server load can shoot up to 20+ which is insane. Our hardware is pretty well set up, one ded server for the db and one for the forum. Again, all the technical specs are in that vbulletin thread. ANY help would be appreciated. |
i know this is gonna sound stupid, but did you make the DB specific changes to the DB server and the http optimizations to that server?
|
Since you're already getting help with the server setup let's delve into what's being run to make you have issues so much earlier than the "average" site.
Do you have any hacks installed? Multiple templates? Custom code you wrote? When you say 600 memebrs, is that including guests or not? What's your total activity and guests to member ratio? Have you run any sort of slow-query report to see what (if anything) is getting caught up? |
Quote:
|
<a href="http://forge.mysql.com/projects/view.php?id=44" target="_blank">http://forge.mysql.com/projects/view.php?id=44</a>
did you try using that tool already ? |
Quote:
Quote:
Quote:
--------------- Added [DATE]1205304360[/DATE] at [TIME]1205304360[/TIME] --------------- Quote:
|
What kind of a connection do you have between the two servers?
|
Quote:
|
How do you know it is not (part of) your problem if you don't even remember?
|
Quote:
--------------- Added [DATE]1205364396[/DATE] at [TIME]1205364396[/TIME] --------------- From doing more research it looks like our PM table are so huge its becoming corrupt...the database structure formating is odd...has anyone tried other db formats? |
Your posts aren't making much sense. How big is your PM table?
Also, the connection between the two servers matters because if connections between Apache and MySQL are being routed through 10mbps wire, you're going to have load issues while processes stack on top of one another waiting for communication. I was experiencing symptoms similar to what you are describing when my servers were unknowingly auto-negotiating at 10mbps. Once I got upgraded to 100mbit everything evened back out. Also, their physical distance has little/nothing to do with it. --------------- Added [DATE]1205374091[/DATE] at [TIME]1205374091[/TIME] --------------- Also, please run this script and copy/paste the output here (between 2 code brackets): http://forge.mysql.com/projects/view.php?id=44 |
Quote:
|
Also, what kind of hard drives do you have? I know they're RAID1, but what interface and rotational speed?
|
Also are you sure that they have (and are using!!) a direct connection. Seen before that 2 servers next to eachother where routing their inter-server traffic over the outside internet connection.
|
In addition to the server suggestions at vbulletin.com.
Upgrade MySQL. Make sure you have the latest Apache 2 - we also had problems with a particular version. (Don't remember which one.) Check the # of queries running on your site (per page) ... Check each custom query and make sure 1)__ they are optimized 2)__ are using index whenever possible 3)__ ensure that SELECTs are retrieving from the SLAVE server and not the MASTER (check processlist) NOTES - only use necessary plugins - those that add value to your site --- I recommend removing the arcade. - vbseo has all their queries fetching from MASTER. :down: - vbadvanced - I'm sure there's some queries that are going to MASTER when they should be going to SLAVE. |
All times are GMT. The time now is 04:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|