Whenever a visitor opens your Internet site, the browser sends a request to the web server, which executes it and provides the necessary information as a response. A simple HTML website uses very little system resources as it's static, but database-driven platforms are more demanding and use much more processing time. Each page that is served produces two forms of load - CPU load, that depends on the span of time the web server spends executing a certain script; and MySQL load, which depends on the amount of database queries created by the script while the client browses the website. Bigger load shall be created if a lot of people surf a particular site all at once or if numerous database calls are made simultaneously. 2 good examples are a discussion board with many users or an online store where a client enters a term within a search box and thousands of items are searched. Having detailed statistics about the load that your site generates will enable you to improve the content or see if it is time to switch to a more powerful type of hosting service, if the Internet site is simply getting really popular.

MySQL & Load Stats in Shared Hosting

If you host your sites in a shared hosting account with our company, you will have access to in depth CPU and MySQL stats that will allow you to keep track of their functionality. You can easily see the statistics with a number of mouse clicks within your Hepsia CP. The CPU Load section will reveal to you the total time period the hosting server spent on your scripts and how much memory was needed, as well as the time it took for the scripts to be executed. The daily view is the default one, but you are able to also see the numbers from the preceding months. The MySQL Load section offer you additional information about the number of queries to every database that you have set up in the account. Once again, you can see month-to-month, everyday and hourly statistics, that'll give you information that is different from the traffic or the number of visitors which you get. In this way, you can identify if the sites need some optimization.

MySQL & Load Stats in Semi-dedicated Hosting

Our system creates detailed stats about the two different kinds of load, so if you acquire a semi-dedicated server for your websites, you can access the info with a few clicks in your Hepsia hosting Control Panel. Each kind of information is listed within its own section. The CPU Load section can tell you what processes produced the load and the amount of time it took for the hosting server to execute each of the requests. Although statistics are created every six hours, you can see day-to-day and per month statistics as well. In the MySQL Load section you shall find a list of all the databases generated in your semi-dedicated account manually and automatically, how many queries were sent to every one of them, the total day-to-day queries for the account overall, along with the average per hour rate. This info will help you see how well your sites perform and if any one of them requires optimization of some kind.