Each time a visitor opens your website, the browser sends a request to the server, which in turn executes it and provides the desired content as a response. A basic HTML website uses negligible resources due to the fact that it's static, but database-driven platforms are more requiring and use much more processing time. Every single page that's served produces two kinds of load - CPU load, which depends on the length of time the hosting server spends executing a certain script; and MySQL load, that depends on the total number of database queries produced by the script while the user browses the site. Bigger load shall be generated if loads of people look through a particular site concurrently or if numerous database calls are made concurrently. 2 good examples are a discussion board with many users or an online store in which a client enters a term within a search box and tens of thousands of items are searched. Having comprehensive statistics about the load which your website generates will help you 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 extremely popular.

MySQL & Load Stats in Cloud Web Hosting

We create thorough data about the system resource usage of every cloud web hosting account, so if you host your Internet sites on our advanced cloud platform, you'll be able to take a look at the data with only a couple of mouse clicks from your Hepsia CP. The data is supplied in 2 different sections. The first one shall show you the length of time our system spent serving your Internet sites, the total time it took for your scripts to be executed, what amount of memory the sites used and what different kinds of processes created the load. Statistics are generated every six hours. You could see day-to-day and monthly data also. In the second section you'll find all the databases that you have created within the account and for each one of them you'll see the total amount of hourly and day-to-day queries. The data will give you a definitive picture of the overall performance of your websites, specifically if you compare it to the daily traffic and visitor stats.

MySQL & Load Stats in Semi-dedicated Hosting

As our system keeps in depth stats for the load that every 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 Control Panel, which comes with every account, you can check out the section dedicated to the system load. In it, you can easily see the processing time our system spent on your scripts, the time it took for the scripts to be actually executed and what sorts of processes generated the load - cron jobs, PHP pages, Perl scripts, and so forth. You could also see the amount of queries to every single database in your semi-dedicated account, the total everyday statistics for the account as a whole, plus the average hourly rate. With both the CPU and the MySQL load stats, you can always go back to past days or months and review the overall performance of your Internet sites after some update or after a sizeable rise in the number of your visitors.