Whenever a visitor opens your site, the browser sends a request to the web server, which in turn executes it and provides the desired data as a response. A basic HTML site uses negligible resources due to the fact that it's static, but database-driven platforms are more requiring and use far more processing time. Each page which is served creates 2 types of load - CPU load, that depends on the amount of time the web server spends executing a certain script; and MySQL load, which depends on the amount of database queries produced by the script while the end user browses the website. Larger load will be produced if many people browse a particular website all at once or if many database calls are made concurrently. Two good examples are a discussion board with a large number 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 thorough statistics about the load your website generates will enable you to boost the content or see if it is time for you to switch to a more powerful sort of hosting service, if the website is simply getting really popular.
MySQL & Load Stats in Shared Hosting
If you host your Internet sites within a shared hosting account with us, you'll have access to detailed CPU and MySQL data that will permit you to monitor their performance. You are able to see the data with a number of clicks within your Hepsia CP. The CPU Load section will reveal to you the total time frame the web server spent on your scripts and just how much memory was required, plus the time it took for the scripts to be executed. The day-to-day view is the standard one, but you are able to also see the stats from the past months. The MySQL Load section offer you more info about the number of queries to each and every database that you have created within the account. Once again, you can see monthly, everyday and hourly stats, that will give you information which is different from the traffic or the number of visitors which you get. Thus, you can identify if the websites need some optimization.
MySQL & Load Stats in Semi-dedicated Servers
Our system generates in depth statistics about the two types of load, so if you get a semi-dedicated server for your websites, you can access the information with just a couple of clicks in your Hepsia hosting Control Panel. Each kind of information is listed inside its own section. The CPU Load section shall tell you what processes created the load and the span of time it took for the web server to execute all of the requests. Although stats are generated every six hours, you can see day-to-day and month-to-month stats too. In the MySQL Load section you will find a list of all the databases produced in your semi-dedicated account manually and automatically, how many queries were sent to each one of them, the total everyday queries for the account in general, along with the average per hour rate. This information will help you figure out how well your Internet sites perform and if each of them needs optimization of some type.