Each time a visitor opens your website, the Internet browser sends a request to the server, which in turn executes it and supplies the necessary data as a response. A simple HTML site uses very little system resources because it is static, but database-driven platforms are more requiring and use more processing time. Each webpage which is served generates two sorts of load - CPU load, that depends on the length of time the hosting server spends executing a specific script; and MySQL load, which depends on the number of database queries produced by the script while the client browses the Internet site. Higher load shall be produced if a considerable amount of people surf a particular website concurrently or if loads of database calls are made concurrently. 2 illustrations are a discussion board with a large number of users or an online store in which a customer enters a term within a search box and thousands of items are searched. Having thorough stats about the load which your Internet site generates will allow you to optimize 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 very popular.

MySQL & Load Stats in Cloud Hosting

If you host your sites inside a cloud hosting account with us, you will have access to in depth CPU and MySQL stats which will allow you to monitor their functionality. You can easily see the statistics with several clicks inside your Hepsia CP. The CPU Load section will show you the total time frame the web server spent on your scripts and how much memory was required, along with the time it took for the scripts to be executed. The everyday view is the standard one, but you'll be able to also see the numbers from the preceding months. The MySQL Load section will provide you with more info about the number of queries to every single database that you have created in the account. Once again, you are able to see month-to-month, everyday and per hour stats, that will give you data that is different from the traffic or the number of visitors you get. Thus, you can identify if the sites need some optimization.

MySQL & Load Stats in Semi-dedicated Hosting

Due to the fact that our system keeps detailed stats for the load which every semi-dedicated server account generates, you'll be aware of how your Internet sites perform at any time. Once you log in to the Hepsia CP, which comes with every single account, you should check out the section dedicated to the system load. In it, you will 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 sorts of processes produced the load - cron jobs, PHP pages, Perl scripts, and so forth. You may also see the number of queries to each database within 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 considerable rise in the number of your visitors.