Whenever a visitor opens your Internet site, the Internet browser sends a request to the web server, which executes it and provides the desired information as a response. A basic HTML Internet site uses minimum resources for the reason that it is static, but database-driven platforms are more demanding and use a lot more processing time. Each page that's served generates 2 sorts of load - CPU load, that depends on the amount of time the web server spends executing a particular script; and MySQL load, that depends on the number of database queries produced by the script while the user browses the Internet site. Higher load shall be produced if a considerable amount of people browse a given Internet site simultaneously or if a considerable amount of database calls are made at the same time. 2 good examples are a discussion board with tens of thousands of users or an online store in which a customer enters a term inside a search box and tens of thousands of items are searched. Having in depth statistics about the load that your Internet site generates can help you boost the content or see if it's time for you to switch to a more powerful type of web hosting service, if the site is simply getting extremely popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps comprehensive info about the system resource usage of every single cloud hosting account that's set up on our top-notch cloud platform, so given that you opt to host your websites with us, you will have full access to this data through the Hepsia Control Panel, which you shall get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, as well as the amount of system memory they used. You can also see what processes created the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load stats section will show you the number of queries to each particular database which you have created within your shared hosting account, the total queries for the account as a whole and the standard hourly rate. Comparing these figures to the visitor stats will tell you if your websites perform the way they should or if they require some optimization, that will improve their functionality and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

Because our system keeps in depth statistics for the load that every semi-dedicated server account generates, you shall be aware of how your Internet sites perform at any time. Once you log in to the Hepsia Control Panel, which comes with every single account, you can go to the section devoted to the system load. In it, you are able to see the processing time our system spent on your scripts, the amount of time it took for the scripts to be actually executed and what kinds of processes generated the load - cron jobs, PHP pages, Perl scripts, etc. You may also see the number of queries to each and every database inside your semi-dedicated account, the total day-to-day numbers for the account altogether, and also the average hourly rate. With both the CPU and the MySQL load stats, you can always go back to past days or months and examine the overall performance of your sites after some update or after a significant increase in the number of your website visitors.