Each time a visitor opens your site, the browser sends a request to the server, which in turn executes it and provides the necessary data as a response. A basic HTML Internet site uses minimum resources as it's static, but database-driven platforms are more requiring and use a lot more processing time. Each webpage that's served generates two sorts of load - CPU load, which depends on the amount of time the web server spends executing a certain script; and MySQL load, that depends on the total number of database queries produced by the script while the end user browses the site. Greater load shall be produced if a whole lot of people surf a certain website concurrently or if loads of database calls are made concurrently. Two illustrations are a discussion board with tens of thousands of users or an online store where a client enters a term in a search box and tens of thousands of items are searched. Having comprehensive stats about the load which your site generates will help you boost the content or see if it is time for you to switch to a more powerful sort of web hosting service, if the website is simply getting really popular.

MySQL & Load Stats in Hosting

Using the Hepsia CP, bundled with all our hosting offers, you will be able to see really detailed statistics about the resources your websites use. One of the sections shall give you information about the CPU load, such as the amount of processing time the server spent, the amount of time it took for your scripts to be executed and the amount of memory they used. Statistics are routinely generated every six hours and you can also see the types of processes that produced the most load - PHP, Perl, and so forth. MySQL load stats are listed within an individual section where you can see all the queries on a per hour, day-to-day, etcetera. basis. You can go back and compare statistics from different months to determine if some update has transformed the resource usage if the total amount of visitors hasn't changed much. In this way, you can see if your website needs to be optimized, that'll contribute to a better overall performance and an improved user experience.

MySQL & Load Stats in Semi-dedicated Hosting

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