When a visitor opens your Internet site, the browser sends a request to the server, which in turn executes it and provides the required data as a response. A basic HTML Internet site uses negligible resources because it's static, but database-driven platforms are more requiring and use more processing time. Every single page that is served generates two kinds of load - CPU load, which depends on the time period 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. Higher load will be produced if a whole lot of people look through a certain website simultaneously or if loads of database calls are made simultaneously. Two good examples are a discussion board with a huge number of users or an online store where a visitor enters a term within a search box and thousands of items are searched. Having comprehensive data about the load your Internet site generates will enable you to optimize the content or see if it is time for you to switch to a more powerful type of hosting service, if the website is simply getting extremely popular.
MySQL & Load Stats in Shared Hosting
If you host your websites in a shared hosting account with us, you'll have access to detailed CPU and MySQL stats that will enable you to monitor their operation. You could see the data with a number of clicks inside your Hepsia CP. The CPU Load section will show you the total time frame the web server spent on your scripts and the amount of memory was required, and the time it took for the scripts to be executed. The daily view is the standard one, but you can also see the stats from the previous months. The MySQL Load section will provide you with additional information about the number of queries to each and every database that you have created in the account. Once again, you can easily see month-to-month, day-to-day and per hour data, which will give you information which is different from the traffic or the number of visitors that you get. Thus, you can identify if the sites need some optimization.
MySQL & Load Stats in Semi-dedicated Hosting
Since our system keeps in depth statistics for the load which each semi-dedicated server account generates, you will be aware of how your sites perform at any time. Once you log in to the Hepsia CP, which comes with each and every account, you can check out the section committed to the system load. There, you can easily see the processing time our system spent on your scripts, how much time it took for the scripts to be actually executed and what types of processes created the load - cron jobs, PHP pages, Perl scripts, and so on. Also you can see the total number of queries to each database in your semi-dedicated account, the total day-to-day stats for the account overall, plus the average hourly rate. With both the CPU and the MySQL load statistics, you may always go back to past days or months and assess the performance of your Internet sites after some update or after a major rise in the number of your visitors.