Each time a visitor opens your Internet site, the Internet browser sends a request to the server, which in turn executes it and provides the desired data as a response. A basic HTML site uses very little system resources due to the fact that it's static, but database-driven platforms are more requiring and use a lot more processing time. Each and every page that is served produces 2 types of load - CPU load, which depends on the span of time the web server spends executing a certain script; and MySQL load, that depends on the amount of database queries created by the script while the end user browses the website. Bigger load shall be created if loads of people look through a particular site simultaneously or if many database calls are made simultaneously. Two illustrations are a discussion board with thousands of users or an online store where a visitor enters a term within a search box and thousands of items are searched. Having in depth data about the load your website generates will help you optimize the content or see if it is time to switch to a more powerful sort of hosting service, if the site is simply getting extremely popular.

MySQL & Load Stats in Cloud Hosting

Using the Hepsia Control Panel, provided with all our cloud hosting packages, you shall be able to to see very detailed data about the resources your Internet sites use. One of the sections shall give you information about the CPU load, like how much processing time the web server spent, the amount of time it took for your scripts to be executed and how much memory they used. Statistics are consistently created every six hours and you can also see the different kinds of processes that produced the most load - PHP, Perl, and so forth. MySQL load data are listed inside an individual section in which you can see all the queries on an hourly, day-to-day, etc. basis. You'll be able to go back and compare statistics from different months to see if some update has altered the resource usage if the number of visitors hasn't changed much. Thus, you can determine if your site needs to be optimized, that will contribute to a better performance and an improved user experience.

MySQL & Load Stats in Semi-dedicated Servers

Since our system keeps detailed statistics for the load which every semi-dedicated server account produces, you'll be aware of how your sites perform at any time. Once you log in to the Hepsia Control Panel, provided with each and every account, you can go to the section devoted to the system load. There, you are able to see the processing time our system spent on your scripts, the span of time it took for the scripts to be actually executed and what sorts of processes created the load - cron jobs, PHP pages, Perl scripts, etcetera. Additionally you can see the number of queries to each database within your semi-dedicated account, the total day-to-day numbers for the account as a whole, and also the average hourly rate. With both the CPU and the MySQL load statistics, you can always go back to past days or months and evaluate the overall performance of your sites after some update or after a considerable increase in the number of your website visitors.