Whenever a visitor opens your website, the web browser sends a request to the server, which executes it and provides the required content as a response. A standard HTML site uses very little resources for the reason that it is static, but database-driven platforms are more demanding and use more processing time. Every page that is served produces two forms of load - CPU load, which depends on the length of time the hosting server spends executing a specific script; and MySQL load, which depends on the amount of database queries generated by the script while the client browses the Internet site. Higher load shall be generated if a considerable amount of people surf a given site all at once or if loads of database calls are made at the same time. 2 examples are a discussion board with a huge number of users or an online store in which a customer enters a term inside a search box and tens of thousands of items are searched. Having thorough data about the load which your site generates will allow you to improve the content or see if it is time for you to switch to a more powerful sort of web hosting service, if the Internet site is simply getting quite popular.
MySQL & Load Stats in Cloud Web Hosting
Using the Hepsia CP, which comes with all of our cloud web hosting plans, you will be able to see really comprehensive stats about the resources that your websites use. One of the sections will give you info on the CPU load, such as the amount of processing time the web server spent, the span of time it took for your scripts to be executed and how much memory they used. Statistics are automatically created every 6 hours and you could also see the different kinds of processes that generated the most load - PHP, Perl, and so forth. MySQL load statistics are listed inside a different section where you could see all the queries on a per hour, daily, and so forth. basis. You can go back and compare stats from various months to determine if some update has transformed the resource usage if the amount of site visitors has not changed much. In this way, you can determine if your website needs to be optimized, that'll contribute to a better performance and an improved user experience.
MySQL & Load Stats in Semi-dedicated Hosting
If you have a semi-dedicated server account with our company, you will be able to access really detailed CPU and MySQL load data that will give you addiitional information about the functionality of your Internet sites. Two sections of the Hepsia Control Panel are devoted to the stats, one for every kind. Within the CPU Load section you can see the execution time of your scripts and the span of time the server processed them. You may also see the types of processes which were executed. Stats are generated every 6 hours, but if necessary, you can also check stats for previous days or months. The MySQL Load section shall show you the whole amount of database queries each and every day and on an hourly basis, along with the queries to each individual database you have in your semi-dedicated account. Comparing this info to your traffic stats shall give you useful info about how your sites perform and you will determine if you must take some measures to boost them.