Whenever a visitor opens your website, the web browser sends a request to the server, which in turn executes it and provides the necessary information as a response. A basic HTML website uses negligible system resources due to the fact that it's static, but database-driven platforms are more demanding and use far more processing time. Each webpage which is served generates two forms of load - CPU load, that depends on the time the hosting server spends executing a specific script; and MySQL load, which depends on the number of database queries produced by the script while the end user browses the website. Bigger load will be generated if loads of people look through a certain site concurrently or if many database calls are made concurrently. 2 illustrations are a discussion board with a large number of users or an online store where a visitor enters a term in a search box and thousands of items are searched. Having detailed data about the load your website generates will enable you to improve the content or see if it's time to switch to a more powerful kind of website hosting service, if the Internet site is simply getting quite popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps comprehensive info about the system resource usage of each cloud hosting account which is set up on our top-notch cloud platform, so given that you opt to host your websites with us, you'll have full access to this info from the Hepsia CP, which you'll get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, plus what amount of system memory they used. You can also see what processes produced the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load stats section will show you the total amount queries to each particular database that you've created inside your shared hosting account, the total queries for the account in general and the normal hourly rate. Comparing these figures to the website visitor stats will tell you if your Internet sites perform the way they ought to or if they require some optimization, which will improve their overall performance and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Since our system keeps thorough stats for the load which every semi-dedicated server account produces, you will be aware of how your sites perform at any time. When you log in to the Hepsia Control Panel, supplied with each account, you can check out the section dedicated to the system load. In it, 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 types of processes produced the load - cron jobs, PHP pages, Perl scripts, etc. Additionally you can see the total number of queries to every single database inside your semi-dedicated account, the total day-to-day statistics for the account altogether, and also the average hourly rate. With both the CPU and the MySQL load statistics, you may always go back to past days or months and evaluate the functionality of your sites after some update or after a substantial boost in the number of your visitors.