Each time a visitor opens your Internet site, the browser sends a request to the web server, which executes it and provides the required data as a response. A simple HTML website uses negligible resources because it is static, but database-driven platforms are more demanding and use a lot more processing time. Every page that's served creates 2 types of load - CPU load, that depends on the time the web server spends executing a certain script; and MySQL load, that depends on the total number of database queries created by the script while the customer browses the Internet site. Greater load will be generated if a whole lot of people browse a given website at the same time or if numerous database calls are made simultaneously. Two 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 thorough stats about the load your website generates will help you boost the content or see if it is time to switch to a more powerful kind of hosting service, if the Internet site is simply getting quite popular.
MySQL & Load Stats in Shared Hosting
We produce in depth statistics about the system resource usage of every shared hosting account, so if you host your sites on our advanced cloud platform, you'll be able to check the statistics with just a few 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 sites, the total time it took for your scripts to be executed, what amount of memory the sites used and what types of processes generated the load. Stats are generated every six hours. You can see everyday and per month statistics too. In the second section you'll discover all of the databases which you have created within the account and for every one of them you shall see the amount of hourly and day-to-day queries. The data shall give you an accurate picture of the efficiency of your websites, specifically if you compare it to the daily traffic and visitor statistics.
MySQL & Load Stats in Semi-dedicated Servers
As our system keeps detailed statistics for the load that every semi-dedicated server account produces, you'll be aware of how your sites perform at any time. Once you log in to the Hepsia CP, provided with each account, you can check out the section devoted to the system load. There, you will 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 sorts of processes produced the load - cron jobs, PHP pages, Perl scripts, etcetera. You can also see the total number of queries to each and every database inside your semi-dedicated account, the total everyday figures for the account as a whole, 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 compare the performance of your websites after some update or after a sizeable increase in the number of your site visitors.