Each time a visitor opens your site, the web browser sends a request to the hosting server, which executes it and gives the desired content as a response. A basic HTML website uses minimal resources as it's static, but database-driven platforms are more requiring and use much more processing time. Every single webpage that's served produces 2 kinds of load - CPU load, that depends on the span of time the web server spends executing a certain script; and MySQL load, which depends on the amount of database queries generated by the script while the user browses the Internet site. Bigger load will be produced if a whole lot of people surf a particular website simultaneously or if a lot of database calls are made concurrently. 2 good examples are a discussion board with a large number of users or an online store where a client enters a term inside a search box and thousands of items are searched. Having in depth stats about the load that your website generates will allow you to improve the content or see if it's time for you to switch to a more powerful sort of web hosting service, if the Internet site is simply getting extremely popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps comprehensive info about the system resource usage of every cloud hosting account that's set up on our top-notch cloud platform, so in case you decide to host your websites with us, you shall have full access to this data from the Hepsia Control Panel, which you'll get with the account. The CPU load stats feature the CPU time and the actual execution time of your scripts, and what amount of system memory they used. You may see what processes created the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load statistics section will show you the amount of queries to each particular database which you have created in your shared hosting account, the total queries for the account overall and the typical hourly rate. Comparing these numbers to the site visitor stats shall tell you if your Internet sites perform the way they need to or if they need some optimization, that will improve their overall performance and the overall visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

Because our system keeps comprehensive stats for the load which each semi-dedicated server account produces, you'll be aware of how your websites perform at any time. As soon as you log in to the Hepsia CP, which comes with each account, you should check out the section dedicated to the system load. In it, you can see the processing time our system spent on your scripts, the length of time it took for the scripts to be actually executed and what types of processes generated the load - cron jobs, PHP pages, Perl scripts, and so on. Also you can see the number of queries to every database inside your semi-dedicated account, the total everyday stats for the account overall, as well as the average hourly rate. With both the CPU and the MySQL load data, you may always go back to past days or months and compare the overall performance of your sites after some update or after a considerable increase in the number of your site visitors.