When a visitor opens your Internet site, the Internet browser sends a request to the server, which executes it and supplies the necessary content as a response. A standard HTML site uses very little system resources as it is static, but database-driven platforms are more requiring and use much more processing time. Each page that is served creates 2 types of load - CPU load, which depends on the time period the web server spends executing a specific script; and MySQL load, which depends on the total number of database queries created by the script while the end user browses the site. Higher load shall be generated if a lot of people surf a certain Internet site all at once or if a lot of database calls are made at the same time. Two good examples are a discussion board with thousands of users or an online store in which a visitor enters a term inside a search box and thousands of items are searched. Having comprehensive stats about the load which your site generates can help you optimize the content or see if it's the perfect time to switch to a more powerful sort of hosting service, if the site is simply getting extremely popular.

MySQL & Load Stats in Cloud Website Hosting

Using the Hepsia Control Panel, provided with all of our cloud website hosting plans, you shall be able to to see incredibly detailed stats about the system resources which your Internet sites use. One of the sections will give you information regarding the CPU load, including how much processing time the hosting server spent, the length of time it took for your scripts to be executed and exactly how much memory they used. Stats are consistently provided every 6 hours and you could also see the types of processes that generated the most load - PHP, Perl, etc. MySQL load data are listed in a different section where you can see all the queries on an hourly, daily, etc. basis. You can go back and compare data from different months to determine if some update has transformed the resource usage if the number of site visitors has not changed much. This way, you will see if your site needs to be optimized, that'll result in a better functionality and an improved user experience.

MySQL & Load Stats in Semi-dedicated Hosting

If you have a semi-dedicated server account with us, you shall be able to access really comprehensive CPU and MySQL load statistics that'll give you more info about the overall performance of your sites. 2 sections of the Hepsia Control Panel are devoted to the stats, one for every type. In the CPU Load section you can see the execution time of your scripts and the length of time the web server processed them. You can even see the types of processes that were executed. Statistics are created every 6 hours, but if needed, you can also check statistics for previous days or months. The MySQL Load section shall show you the entire number of database queries daily and per hour, and also the queries to each individual database which you have inside your semi-dedicated account. Comparing this information to your traffic stats will give you valuable info about how your Internet sites perform and you will determine if you need to take some measures to enhance them.