Each time a visitor opens your website, the browser sends a request to the server, which executes it and gives the necessary content as a response. A standard HTML Internet site uses negligible resources because it's static, but database-driven platforms are more demanding and use a lot more processing time. Every page which is served produces 2 forms of load - CPU load, that depends on the length of time the web server spends executing a specific script; and MySQL load, that depends on the amount of database queries produced by the script while the customer browses the site. Larger load shall be generated if a considerable amount of people look through a given Internet site simultaneously or if a lot of database calls are made concurrently. Two examples are a discussion board with tens of thousands of users or an online store in which a client enters a term in a search box and tens of thousands of items are searched. Having detailed statistics about the load that your site generates will help you optimize the content or see if it's time to switch to a more powerful kind of hosting service, if the site is simply getting extremely popular.

MySQL & Load Stats in Shared Web Hosting

We create thorough statistics about the system resource usage of every single shared web hosting account, so in case you host your websites on our advanced cloud platform, you'll be able to check the stats with just a couple of mouse clicks from your Hepsia Control Panel. The data is available in two different sections. The first one will 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 types of processes created the load. Statistics are created every 6 hours. You're able to see daily and per month data also. In the second section you'll discover all of the databases that you've created in the account and for every one of them you'll see the amount of per hour and daily queries. The info will give you a detailed picture of the overall performance of your sites, particularly if you compare it to the daily traffic and visitor statistics.

MySQL & Load Stats in Semi-dedicated Servers

Due to the fact that our system keeps in depth statistics for the load that every semi-dedicated server account produces, you shall be aware of how your sites perform at any time. When you log in to the Hepsia CP, provided with every single account, you can go to the section committed 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 types of processes generated the load - cron jobs, PHP pages, Perl scripts, and so forth. You may also see the total number of queries to each and every database inside your semi-dedicated account, the total day-to-day stats for the account altogether, plus the average hourly rate. With both the CPU and the MySQL load data, you could always go back to past days or months and examine the general performance of your Internet sites after some update or after a substantial boost in the number of your site visitors.