Every time a visitor opens your website, the Internet browser sends a request to the server, which in turn executes it and gives the desired information as a response. A simple HTML website uses minimum resources because it is static, but database-driven platforms are more demanding and use a lot more processing time. Every webpage that is served creates 2 types of load - CPU load, which depends on the time period the server spends executing a particular script; and MySQL load, that depends on the number of database queries produced by the script while the customer browses the site. Larger load will be created if a lot of people surf a given site simultaneously or if a lot of database calls are made concurrently. Two good examples are a discussion board with many users or an online store where a visitor enters a term inside a search box and a large number of items are searched. Having in depth statistics about the load which your Internet site generates will help you boost the content or see if it is time to switch to a more powerful sort of web hosting service, if the Internet site is simply getting really popular.

MySQL & Load Stats in Website Hosting

Using the Hepsia CP, provided with all our website hosting plans, you'll be able to see rather detailed stats regarding the resources that your websites use. One of the sections will give you information regarding the CPU load, like how much processing time the hosting server spent, the time it took for your scripts to be executed and exactly how much memory they used. Stats are routinely generated every six hours and you could also see the types of processes that produced the most load - PHP, Perl, and so forth. MySQL load stats are listed inside a different section in which you are able to see all the queries on an hourly, everyday, and so forth. basis. You could go back and compare statistics from various months to determine if some update has transformed the resource usage if the amount of visitors has not changed much. That way, you can see if your website needs to be optimized, that'll give you a better functionality and an improved user experience.

MySQL & Load Stats in Semi-dedicated Hosting

If you have a semi-dedicated server account with our company, you'll be able to access really comprehensive CPU and MySQL load statistics which will give you addiitional information about the performance of your Internet sites. 2 sections of the Hepsia Control Panel are dedicated to the stats, one for every single kind. Inside the CPU Load section you are able to see the execution time of your scripts and the amount of time the server processed them. You can also see the different types of processes which were executed. Stats are produced every six hours, but if necessary, you may also check statistics for previous days or months. The MySQL Load section shall show you the entire amount of database queries each day and per hour, and also the queries to each individual database you have in your semi-dedicated account. Comparing this data to your traffic stats shall give you valuable information about how your sites perform and you will determine if you need to take some measures to optimize them.