Whenever a visitor opens your Internet site, the web browser sends a request to the server, which in turn executes it and gives the required data as a response. A simple HTML website uses minimum resources as it's static, but database-driven platforms are more demanding and use far more processing time. Each page which is served creates 2 sorts of load - CPU load, that depends on the time the web server spends executing a certain script; and MySQL load, which depends on the number of database queries created by the script while the user browses the site. Greater load shall be produced if a whole lot of people look through a particular Internet site all at once or if many database calls are made simultaneously. Two illustrations are a discussion board with many users or an online store in which a client enters a term inside a search box and tens of thousands of items are searched. Having detailed statistics about the load that your site generates will allow you to optimize the content or see if it's time to switch to a more powerful sort of hosting service, if the site is simply getting quite popular.

MySQL & Load Stats in Shared Hosting

Our system keeps comprehensive information about the system resource usage of every single shared hosting account that is set up on our top-notch cloud platform, so in case you decide to host your websites with us, you'll have full access to this data through the Hepsia CP, which you will get with the account. The CPU load data include the CPU time and the actual execution time of your scripts, as well as what amount of system memory they used. You may see what processes generated the load - PHP or Perl scripts, cron jobs, etc. The MySQL load stats section will show you the amount of queries to each particular database that you have created in your shared hosting account, the total queries for the account altogether and the normal hourly rate. Comparing these figures to the visitor data will tell you if your sites perform the way they need to or if they require some optimization, that will improve their performance and the overall visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

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. After you log in to the Hepsia CP, which comes with every single account, you can check out the section committed to the system load. In it, you will see the processing time our system spent on your scripts, the time it took for the scripts to be actually executed and what kinds of processes generated the load - cron jobs, PHP pages, Perl scripts, and so forth. You can also see the number of queries to each database within your semi-dedicated account, the total daily statistics for the account overall, as well as the average hourly rate. With both the CPU and the MySQL load stats, you could always go back to past days or months and examine the efficiency of your websites after some update or after a considerable increase in the number of your visitors.