The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Godaddy says the problem is VBULLETIN, PLEASE HELP. Details »» | |||||||||||||||||||||||||||
Godaddy says the problem is VBULLETIN, PLEASE HELP.
Developer Last Online: Nov 2010
Okay I am having problems with my godaddy shared hosting and called them up and asked them why is it running so slow after 15 minutes on the phone they had told me that it is running slow because of this forum software. They told me that the forum software is what is making it run slow.
I had asked them if a virtual dedicated server would make it fast and they told me that it may, but they are not sure. I then asked if I could test it to see if it would run fast on it, but they said no. Please what do I do know. I think vbulletin should contact godaddy as they are saying the the forum software is why it is slow and that they also said that this php is very hackable(what does that have to do with speed?) I don't know what to do now, any help is greatly appreciated Show Your Support
|
Comments |
#32
|
||||
|
||||
Excuses excuses from hosts... Tell them they should optimize their darn servers to accept any and all clients if they are so called "Big Timers." You should ask them for a copy of your my.cnf file on the server to see how well it's optimized and their httpd.conf file:
(This is from a server that holds over 1200 websites, and has much more room for more ) Quote:
Just thought I would give a bit of pointers to pass onto GoDaddy's SYSADMIN that they hired from where? If you aren't able to see the processes directly as root or su, you may want to see if they have mod_status installed by using the server-status handler inside your site to see how much is being used and etc... Now on keepalive settings this can be a critical role to apache there as well... This is why it's so "unresponsive" probably clogged up with tons of hanging processes. Anyhow hope any of this can help and if you want run a command from ssh to see how well your site performs as such: ab -n 1000 -c 10 http://www.yourdomain.com/index.php see below as I just ran one: Quote:
Oh here's a my.cnf file you can pass onto GoDaddy and hopefully they may find it useful to stop running their customers off and blaming vBulletin's script: (This is from a server that holds all the databases for the above 1200 websites, and has much more room for more ) Quote:
All the best! |
#33
|
|||
|
|||
Go with dreamhost. What I like now is they added a feature where you can added certain amounts of ram and processer dedication to your shared account (like vPS on the go). Anyways, I've never seen my site down and runs in top shape. Godaddy, netfirms, globat, and powweb (on my hit list) are worthless. Give them a shot.
|
#34
|
|||
|
|||
blogtorank, how do you copy the results from the SSH to the clip board?
|
#35
|
||||
|
||||
Select it all, as once you select it via SSH (PuTTy) it automatically copies it to the clipboard for you.
Hope this helps you! |
#36
|
|||
|
|||
ok, i'll post the results today, they ain't that pretty
|
#37
|
||||
|
||||
Not a good deal hate to see these results... Anyhow you got any other questions about ssh and all let us know. Perhaps we should have a vBulletin BASH scripting forums
|
#38
|
|||
|
|||
Here you go Guys & Gals, keep your shorts on and look at these Super Godaddy Virtual Deicated Server Settings, don't push or nudge there's space for everyone!
Apache Benchmark Benchmarking www.Don'tUseGodaddy.com (be patient) Completed 100 requests Completed 200 requests Completed 300 requests Completed 400 requests Completed 500 requests Completed 600 requests Completed 700 requests Completed 800 requests Completed 900 requests Finished 1000 requests Server Software: Apache/2.0.52 Server Hostname: www.Don'tUseGodaddy.com Server Port: 80 Document Path: /index.php Document Length: 21566 bytes Concurrency Level: 10 Time taken for tests: 613.627365 seconds Complete requests: 1000 Failed requests: 190 (Connect: 0, Length: 190, Exceptions: 0) Write errors: 0 Total transferred: 22026017 bytes HTML transferred: 21647471 bytes Requests per second: 1.63 [#/sec] (mean) Time per request: 6136.274 [ms] (mean) Time per request: 613.627 [ms] (mean, across all concurrent requests) Transfer rate: 35.05 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 1.7 0 36 Processing: 1510 6108 4762.9 4481 28310 Waiting: 1475 5971 4669.6 4361 28255 Total: 1510 6108 4762.9 4481 28310 Percentage of the requests served within a certain time (ms) 50% 4481 66% 6120 75% 7426 80% 8611 90% 12456 95% 16613 98% 21823 99% 24026 100% 28310 (longest request) My.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] err-log=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid Now What? |
#39
|
||||
|
||||
HOLY COW!!! Now if you are on a vps and unmanaged... It is up too you to configure and manage. So I would recommend trying to start optimizing the essentials of MySQL, Apache, PHP, everything...
Next type in SSH: free Paste that here in this thread. Let me see |
#40
|
|||
|
|||
hold on mr. blogtorank, i'll be with you in a second with the results
Here you go sir total used free shared buffers cached Mem: 6097196 6081924 15272 0 120860 865028 -/+ buffers/cache: 5096036 1001160 Swap: 12586916 4229636 8357280 PS. I even tried the dedicated but at €99xmonth it also is unmanaged so basically your always stuck anyway here are my Package specs, is there a My.cnf that you could setup for me? 500GB Bandwidth 30GB Space 256mb guarenteed ram(1gb burst) |
#41
|
||||
|
||||
Quote:
Not offhand I don't tonight no time to figure it out for free that is, perhaps tomorrow sometime, but you do need to perhaps play around with my my.cnf and add a line or two, restart mysql by /etc/init.d/mysql restart or /etc/init.d/mysqld restart (depends on the OS) however type in SSH: uname -r and this will spit out your kernel version... I can imagine this hasn't been updated and compiled... Then type in: sysctl -p This will show me what you got configured to adjust your kernel parameters, because this is pretty essential to keep the kernel from going into panic mode! As the linux kernel stores many of it's dynamic parameters in the /proc file system, which resides on a virtual RAM disk in memory for maximum performance. Parameters are generally categorized by function within subdirectories of the /proc folder Be very careful on this area, as it's not something fool with if you are new to this area, so I would suggest you read up on this, or if you have the money to hire an real sysadmin that knows kernels that has at least 10+ years that is! I don't care if they have under 10 because I wouldn't hire them if they did (Don't need none, hack my own kernels). Also I suggest turning off processes that are NOT even needed by the system. However I would make you a my.cnf but it takes time and time time is although money, so long story short. I would rather much post in the forums here to help you and then others so they can learn. So you got questions feel free to ask here! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|