When a visitor opens your website, the web browser sends a request to the server, which in turn executes it and supplies the desired information as a response. A standard HTML site uses negligible resources due to the fact that it's static, but database-driven platforms are more demanding and use a lot more processing time. Every single page which is served produces 2 kinds of load - CPU load, that depends on the time period the web server spends executing a particular script; and MySQL load, which depends on the amount of database queries created by the script while the client browses the website. Larger load will be generated if a considerable amount of people browse a particular Internet site at the same time or if a considerable amount of database calls are made at the same time. 2 good examples are a discussion board with many users or an online store where a visitor enters a term inside a search box and thousands of items are searched. Having comprehensive statistics about the load which your website generates will enable you to improve the content or see if it's the perfect time to switch to a more powerful sort of hosting service, if the website is simply getting very popular.

MySQL & Load Stats in Shared Hosting

Using the Hepsia CP, bundled with all of our shared hosting offers, you will be able to see incredibly detailed data regarding the system resources your Internet sites use. One of the sections will give you details about the CPU load, including the amount of processing time the hosting server spent, the length of time it took for your scripts to be executed and what amount of memory they used. Stats are routinely produced every 6 hours and you could also see the kinds of processes that generated the most load - PHP, Perl, and so on. MySQL load statistics are listed within an individual section in which you'll be able to see all the queries on a per hour, everyday, etc. basis. You can go back and compare statistics from different months to determine if some update has changed the resource usage if the amount of visitors hasn't changed much. That way, you can determine if your site needs to be optimized, that'll give you a better performance and an improved user experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system creates comprehensive statistics about the two types of load, so if you buy a semi-dedicated server for your sites, you can access the information with a few clicks inside your Hepsia hosting Control Panel. Every type of data is listed in its own section. The CPU Load section can tell you exactly what processes generated the load and how much time it took for the hosting server to execute all of the requests. Although stats are created every six hours, you can see daily and per month stats also. In the MySQL Load section you shall find a list of all the databases created in your semi-dedicated account manually and automatically, what amount of queries were sent to each one of them, the total daily queries for the account overall, plus the average per hour rate. This data shall help you see how well your Internet sites perform and if any one of them needs optimization of some type.