Each time a visitor opens your Internet site, the web browser sends a request to the hosting server, which in turn executes it and provides the required content as a response. A simple HTML site uses very little system resources as it is static, but database-driven platforms are more demanding and use far more processing time. Every page which is served creates 2 types of load - CPU load, which depends on the span of time the server spends executing a particular script; and MySQL load, that depends on the number of database queries created by the script while the customer browses the site. Higher load shall be produced if loads of people look through a certain website concurrently or if a considerable amount of database calls are made all at once. 2 examples are a discussion board with a large number of users or an online store in which a client enters a term inside a search box and a large number of items are searched. Having comprehensive statistics about the load which your Internet site generates will allow you to optimize the content or see if it is time for you to switch to a more powerful kind of website hosting service, if the site is simply getting really popular.

MySQL & Load Stats in Cloud Hosting

Using the Hepsia CP, which comes with all our cloud hosting offers, you shall be able to to see really detailed data regarding the system resources that your Internet sites use. One of the sections shall give you info on the CPU load, including the amount of processing time the hosting server spent, the amount of time it took for your scripts to be executed and exactly how much memory they used. Statistics are consistently created every six hours and you could also see the kinds of processes that produced the most load - PHP, Perl, and so on. MySQL load data are listed within a different section where you could see all the queries on a per hour, daily, and so forth. 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 number of website visitors has not changed much. Thus, you can see if your site needs to be optimized, that'll lead to a better functionality and an improved user experience.