If you have an HTML Internet site, most likely it uses a really small amount of system resources because it's static, but this is not the situation with dynamic database-driven sites that use PHP scripts and provide way more features. This sort of sites produce load on the website hosting server every time anyone browses them, due to the fact that the server requires time to execute the script, to access the database and then to provide the information requested by the visitor's browser. A popular discussion board, for example, stores all usernames and posts inside a database, so some load is produced each time a thread is opened or an end user searches for a specific name. If lots of people connect to the forum concurrently, or if each search involves checking tens of thousands of database entries, this may produce high load and affect the overall performance of the website. In this regard, CPU and MySQL load data can present you with data about the site’s overall performance, as you can compare the numbers with your traffic data to determine if the site has to be optimized or transferred to another sort of web hosting platform that'll be able to bear the high system load in case the Internet site is very popular.

MySQL & Load Stats in Shared Hosting

Using the Hepsia Control Panel, bundled with all of our shared hosting packages, you shall be able to to see very detailed data regarding the resources that your Internet sites use. One of the sections shall give you information regarding the CPU load, like how much processing time the web server spent, the time it took for your scripts to be executed and exactly how much memory they used. Statistics are automatically produced every 6 hours and you may also see the different types of processes that produced the most load - PHP, Perl, and so on. MySQL load statistics are listed in a separate section in which you'll be able to see all the queries on an hourly, day-to-day, etc. basis. You'll be able to go back and compare statistics from various months to find out whether some update has transformed the resource usage if the amount of site visitors hasn't changed much. In this way, you will see if your website needs to be optimized, that'll result in a better overall performance and an improved user experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces comprehensive stats about the two different types of load, so if you purchase a semi-dedicated server for your Internet sites, you can access the information with just a couple of mouse clicks inside your Hepsia hosting Control Panel. Every type of information is listed in its own section. The CPU Load section shall tell you which processes created the load and the time it took for the hosting server to execute all the requests. Although stats are generated every 6 hours, you can see daily and monthly statistics as well. In the MySQL Load section you'll find a list of all the databases produced within your semi-dedicated account manually and automatically, what number of queries were sent to each one of them, the total daily queries for the account as a whole, as well as the average per hour rate. This information shall help you see how well your websites perform and if any one of them requires optimization of some type.