When a visitor opens your website, the Internet browser sends a request to the server, which executes it and provides the necessary data as a response. A simple HTML Internet site uses very little system resources for the reason that it's static, but database-driven platforms are more requiring and use much more processing time. Every single page that's served generates 2 sorts of load - CPU load, that depends on the span of time the hosting server spends executing a certain script; and MySQL load, which depends on the total number of database queries generated by the script while the client browses the site. Larger load shall be generated if loads of people surf a certain site at the same time or if numerous 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 inside a search box and tens of thousands of items are searched. Having detailed stats about the load that your site generates will allow you to improve the content or see if it's time to switch to a more powerful type of web hosting service, if the site is simply getting quite popular.

MySQL & Load Stats in Hosting

Using the Hepsia Control Panel, provided with all our hosting offers, you'll be able to see incredibly comprehensive statistics regarding the system resources that your sites use. One of the sections shall give you info on the CPU load, such as how much processing time the hosting server spent, the time it took for your scripts to be executed and the amount of memory they used. Statistics are routinely produced every 6 hours and you can also see the different kinds of processes that produced the most load - PHP, Perl, and so on. MySQL load data are listed within a separate section where you can see all the queries on an hourly, day-to-day, etc. basis. You'll be able to go back and compare statistics from various months to determine if some update has changed the resource usage if the amount of visitors hasn't changed much. This way, you will see if your website needs to be optimized, that will lead to a better general performance and an improved user experience.

MySQL & Load Stats in Semi-dedicated Servers

Our system produces comprehensive statistics about the two different kinds of load, so if you acquire a semi-dedicated server for your Internet sites, you can access the info with just a few clicks within your Hepsia hosting CP. Every type of data is listed in its own section. The CPU Load section will tell you what processes generated the load and the length of time it took for the web server to execute each of the requests. Although statistics are created every 6 hours, you can see daily and month-to-month statistics too. In the MySQL Load section you shall find a list of all the databases produced within your semi-dedicated account manually and automatically, what amount of queries were sent to each one of them, the total everyday queries for the account overall, along with the average per hour rate. This data will help you see how well your websites perform and if each of them needs optimization of some type.