Each time a visitor opens your website, the web browser sends a request to the server, which in turn executes it and supplies the required content as a response. A standard HTML site uses minimal resources because it's static, but database-driven platforms are more requiring and use far more processing time. Every single webpage that's served creates 2 kinds of load - CPU load, which depends on the time the web server spends executing a certain script; and MySQL load, that depends on the total number of database queries created by the script while the customer browses the site. Greater load will be generated if a whole lot of people look through a given website concurrently or if a lot of database calls are made simultaneously. 2 good examples are a discussion board with tens of thousands of users or an online store where a client enters a term within a search box and tens of thousands of items are searched. Having in depth data about the load your website generates will enable you to improve the content or see if it's the perfect time to switch to a more powerful type of web hosting service, if the website is simply getting extremely popular.

MySQL & Load Stats in Cloud Web Hosting

Using the Hepsia Control Panel, included with all our cloud web hosting packages, you'll be able to see very detailed stats about the system resources which your Internet sites use. One of the sections shall give you info on the CPU load, such as how much processing time the hosting server spent, how much time it took for your scripts to be executed and the amount of memory they used. Statistics are consistently produced every six hours and you may also see the different kinds of processes that produced the most load - PHP, Perl, and so on. MySQL load data are listed in a different section in which you'll be able to see all the queries on an hourly, everyday, and so on. basis. You could go back and compare statistics from different months to find out if some update has changed the resource usage if the number of visitors has not changed much. That way, you will see if your site needs to be optimized, that will result in a better functionality and an improved user experience.

MySQL & Load Stats in Semi-dedicated Hosting

Due to the fact that our system keeps comprehensive stats for the load which every semi-dedicated server account produces, you will be aware of how your Internet sites perform at any time. When you log in to the Hepsia CP, supplied with every single account, you can go to the section dedicated to the system load. There, you can see the processing time our system spent on your scripts, the time it took for the scripts to be actually executed and what kinds of processes created the load - cron jobs, PHP pages, Perl scripts, and so on. You can also see the amount of queries to each and every database within your semi-dedicated account, the total daily statistics for the account as a whole, plus the average hourly rate. With both the CPU and the MySQL load statistics, you could always go back to past days or months and review the performance of your websites after some update or after a major boost in the number of your website visitors.