Each time a visitor opens your Internet site, the Internet browser sends a request to the web server, which in turn executes it and gives the required content as a response. A basic HTML site uses minimum system resources as it's static, but database-driven platforms are more demanding and use more processing time. Every page that is served creates two kinds of load - CPU load, which depends on the amount of time the web server spends executing a certain script; and MySQL load, which depends on the total number of database queries produced by the script while the user browses the Internet site. Bigger load will be created if loads of people browse a given site all at once or if many database calls are made all at once. 2 illustrations are a discussion board with tens of thousands of users or an online store in which a visitor enters a term within a search box and tens of thousands of items are searched. Having detailed statistics about the load which your Internet site generates will enable you to boost the content or see if it's time to switch to a more powerful type of hosting service, if the website is simply getting very popular.

MySQL & Load Stats in Cloud Website Hosting

Using the Hepsia Control Panel, included with all our cloud website hosting plans, you shall be able to to see rather comprehensive data regarding the system resources your Internet sites use. One of the sections will give you information regarding the CPU load, like how much processing time the hosting server spent, the amount of time it took for your scripts to be executed and the amount of memory they used. Statistics are routinely produced every six hours and you may also see the different types of processes that generated the most load - PHP, Perl, etc. MySQL load data are listed in a different section where you are able to see all the queries on an hourly, everyday, etcetera. basis. You can go back and compare statistics from various months to find out whether some update has altered the resource usage if the total amount of site visitors has not changed much. In this way, you can determine if your Internet site needs to be optimized, that'll lead to a better functionality and an improved user experience.

MySQL & Load Stats in Semi-dedicated Servers

Our system generates comprehensive stats about both kinds of load, so if you purchase a semi-dedicated server for your sites, you can access the information with a few clicks within your Hepsia hosting Control Panel. Every type of info is listed inside its own section. The CPU Load section can tell you which processes created the load and the span of time it took for the web server to execute each of the requests. Though stats are produced every six hours, you can see day by day and monthly statistics as well. In the MySQL Load section you will find a list of all the databases produced inside your semi-dedicated account manually and automatically, what number of queries were sent to each one of them, the total everyday queries for the account in general, plus the average hourly rate. This info will help you see how well your sites perform and if each of them needs optimization of some kind.