If you have an HTML site, it probably uses a small amount of resources as it is static, but this isn't the situation with dynamic database-driven sites that use PHP scripts and provide a lot more functions. Such websites generate load on the web hosting server every time someone browses them, because the web server needs time to execute the script, to access the database and then to supply the data requested by the visitor's browser. A widely used discussion board, for example, stores all usernames and posts inside a database, so some load is produced any time a thread is opened or an end user searches for a particular phrase. If many people access the forum concurrently, or if each and every search involves checking tens of thousands of database entries, this may create high load and affect the efficiency of the website. In this regard, CPU and MySQL load stats can provide information about the site’s functionality, as you can compare the numbers with your traffic stats to make a decision if the site should be optimized or transferred to another type of hosting platform that will be able to bear the high system load if the site is very popular.
MySQL & Load Stats in Shared Website Hosting
Using the Hepsia CP, bundled with all our shared website hosting offers, you shall be able to to see really detailed data concerning the system resources that your websites use. One of the sections will give you info on the CPU load, like the amount of processing time the server spent, the amount of time it took for your scripts to be executed and exactly how much memory they used. Statistics are routinely created every 6 hours and you could also see the different types of processes that produced the most load - PHP, Perl, and so on. MySQL load data are listed inside a different section in which you'll be able to see all the queries on an hourly, day-to-day, and so forth. basis. You could go back and compare data from different months to find out if some update has altered the resource usage if the amount of website visitors hasn't changed much. This way, you can see if your site needs to be optimized, that'll lead to a better functionality and an improved user experience.