When a visitor opens your site, the browser sends a request to the web server, which executes it and provides the desired content as a response. A basic HTML Internet site uses very little system resources because it's static, but database-driven platforms are more demanding and use much more processing time. Every single webpage that's served generates 2 types of load - CPU load, that depends on the amount of time the web server spends executing a particular script; and MySQL load, that depends on the number of database queries created by the script while the end user browses the site. Bigger load shall be generated if a whole lot of people browse a certain Internet site concurrently or if a considerable amount of database calls are made all at once. 2 good examples are a discussion board with thousands of users or an online store in which a visitor enters a term within a search box and thousands of items are searched. Having thorough data about the load your site generates will enable you to optimize the content or see if it's time to switch to a more powerful type of hosting service, if the website is simply getting extremely popular.

MySQL & Load Stats in Website Hosting

We produce thorough statistics about the system resource usage of each and every website hosting account, so if you host your sites on our advanced cloud platform, you will be able to take a look at the stats with only a couple of clicks from your Hepsia CP. The data is provided in two different sections. The first one shall show you how much time our system spent serving your sites, the total time it took for your scripts to be executed, what amount of memory sites used and what kinds of processes created the load. Statistics are produced every six hours. You can see daily and monthly statistics too. In the second section you shall find all of the databases which you have created in the account and for each of them you'll see the amount of per hour and daily queries. The information will give you a definitive picture of the efficiency of your Internet sites, especially if you compare it to the daily traffic and visitor statistics.

MySQL & Load Stats in Semi-dedicated Servers

Our system produces detailed statistics about both types of load, so if you get a semi-dedicated server for your websites, you can access the info with a few mouse clicks within your Hepsia hosting CP. Each kind of info is listed in its own section. The CPU Load section shall tell you which processes created the load and the span of time it took for the hosting server to execute all the requests. Although statistics are generated every six hours, you can see daily and monthly stats as well. In the MySQL Load section you shall find a list of all the databases produced within your semi-dedicated account manually and automatically, how many queries were sent to every one of them, the total daily queries for the account overall, plus the average hourly rate. This data will help you see how well your websites perform and if any one of them requires optimization of some kind.