If you have an HTML website, it probably uses a small amount of system resources because it is static, but this is not the case with dynamic database-driven websites that use PHP scripts and provide you with a lot more capabilities. This kind of sites generate load on the web hosting server anytime anyone browses them, since the web server requires time to execute the script, to access the database and then to provide the data requested by the visitor's browser. A well-known discussion board, for example, stores all usernames and posts inside a database, so some load is produced any time a thread is opened or a user looks for a certain name. If lots of people connect to the forum concurrently, or if every single search involves checking thousands of database entries, this may generate high load and affect the efficiency of the site. In this regard, CPU and MySQL load stats can provide you with data about the site’s overall performance, as you can compare the numbers with your traffic stats to make a decision if the website should be optimized or migrated to a different type of hosting platform that'll be able to bear the high system load in the event that the website is really popular.

MySQL & Load Stats in Shared Hosting

Using the Hepsia CP, bundled with all of our shared hosting packages, you will be able to see really detailed data about the resources which your sites use. One of the sections will give you information regarding the CPU load, such as the amount of processing time the server spent, how much time it took for your scripts to be executed and how much memory they used. Stats are consistently provided every six hours and you could also see the kinds of processes that produced the most load - PHP, Perl, etc. MySQL load statistics are listed in an individual section in which you are able to see all the queries on an hourly, daily, and so forth. basis. You'll be able to go back and compare stats from different months to find out if some update has changed the resource usage if the amount of website visitors hasn't changed much. In this way, you will see if your website needs to be optimized, which will contribute to a better general performance and an improved user experience.

MySQL & Load Stats in Semi-dedicated Hosting

Due to the fact that our system keeps comprehensive statistics for the load which each semi-dedicated server account generates, you'll be aware of how your Internet sites perform at any time. Once you log in to the Hepsia Control Panel, supplied with each account, you should check out the section devoted to the system load. In it, you are able to see the processing time our system spent on your scripts, how much time it took for the scripts to be actually executed and what kinds of processes produced the load - cron jobs, PHP pages, Perl scripts, and so forth. Additionally you can see the amount of queries to each and every database inside your semi-dedicated account, the total daily stats for the account as a whole, as well as the average hourly rate. With both the CPU and the MySQL load statistics, you may always go back to past days or months and review the functionality of your Internet sites after some update or after a considerable rise in the number of your website visitors.