I have X GB traffic/bandwidth, and have not used all, why is my site creating load and being asked to upgrade?

Server load and bandwidth are two entirely different things. Server load refers to the amount of time the server needs to run in order to process a request. The more concurrent requests that the server receives, the higher the load. Bandwidth refers to the amount of data that is sent over the network after the request is processed.

In the case of a php/MySQL web application e.g. forum or portal, the server receives a request for a URL. It finds the file that maps to the URL and sees that it is a executable file (PHP script, etc.) so it determines what it needs to use to execute the file, executes it (which probably includes connecting to the database and executing several queries), collects the output and then sends this to the requestor. All of this work contributes to the server's load. The output (which is usually relatively small unless there are large graphics or multimedia content on the page) contributes to bandwidth usage when it is actually sent.

In contrast, a simple HTML page or a movie download creates almost no server load because all the server has to do is open the file and send its contents down the pipe.

When you are asked to upgrade to higher plan, it means your scripts are utilizing more than normal CPU and memory of the server, and causing the server load to go high, which in turn causes all sites hosted on that server to slow down. The main reason could be number of requests to your site or it could be a rogue script or code that needs fine tuning by its developer.

When you upgrade to a higher plan (for example from shared account to semi-dedicated), you will be getting more CPU and memory available to your account because semi-dedicated server hosts less accounts as compared to shared server.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

My site or ftp service seems slow, just stops, or doesn't connect, why is that?

There are various of factors that can contribute to occasional slow download speeds or time-outs....

Why won't my pictures show up?

There are several reasons your images may not be showing up on your web page.1. You haven't...

I created a file with a special character and can't delete it, can you help?

Many operating systems have special characters, called 'meta-characters', which carry special...

Im having trouble sending email, what could the problem be?

If you are having trouble sending email, it is probably due to the auth scheme needed to allow...

Someone is spamming my forms/blog/guestbook, what can I do to stop or report them?

1) Reporting spammer to the source network does not usually help. However, if you really want to...