Each time a visitor opens your website, the browser sends a request to the server, which in turn executes it and provides the required data as a response. A simple HTML Internet site uses negligible system resources due to the fact that it is static, but database-driven platforms are more demanding and use more processing time. Each page which is served creates two sorts of load - CPU load, which depends on the span of time the web server spends executing a particular script; and MySQL load, that depends on the number of database queries created by the script while the client browses the website. Higher load will be produced if a lot of people surf a given site at the same time or if loads of database calls are made all at once. 2 good examples are a discussion board with a huge number of users or an online store in which a visitor enters a term within a search box and tens of thousands of items are searched. Having in depth statistics about the load that your Internet site generates will allow you to optimize the content or see if it is time to switch to a more powerful sort of website hosting service, if the Internet site is simply getting extremely popular.

MySQL & Load Stats in Cloud Website Hosting

Using the Hepsia CP, included with all our cloud website hosting offers, you shall be able to to see rather comprehensive stats regarding the resources which your sites use. One of the sections will give you info on the CPU load, including the amount of processing time the hosting server spent, the time it took for your scripts to be executed and exactly how much memory they used. Stats are consistently provided every 6 hours and you may also see the kinds of processes that generated the most load - PHP, Perl, etc. MySQL load stats are listed within an individual section in which you'll be able to see all the queries on a per hour, everyday, and so forth. basis. You'll be able to go back and compare stats from different months to find out whether some update has altered the resource usage if the number of visitors hasn't changed much. In this way, you will see if your Internet site needs to be optimized, that will lead to a better overall performance and an improved user experience.

MySQL & Load Stats in Semi-dedicated Servers

Our system produces thorough stats about both kinds of load, so if you acquire a semi-dedicated server for your sites, you can access the data with just a few clicks within your Hepsia hosting Control Panel. Each type of information is listed within its own section. The CPU Load section will show you which processes produced the load and the amount of time it took for the hosting server to execute all the requests. Although stats are generated every six hours, you can see day-to-day and per month statistics too. In the MySQL Load section you shall find a list of all the databases created in your semi-dedicated account manually and automatically, the amount of queries were sent to each one of them, the total day-to-day queries for the account overall, as well as the average per hour rate. This information shall help you determine how well your sites perform and if any one of them needs optimization of some kind.