Whenever a visitor opens your site, the browser sends a request to the server, which executes it and gives the desired content as a response. A simple HTML Internet site uses minimal resources as it's static, but database-driven platforms are more requiring and use more processing time. Each page that's served generates two sorts of load - CPU load, that depends on the length of time the hosting server spends executing a certain script; and MySQL load, which depends on the total number of database queries produced by the script while the client browses the site. Larger load will be generated if loads of people browse a particular Internet site at the same time or if many database calls are made all at once. 2 illustrations are a discussion board with thousands of users or an online store in which a visitor enters a term in a search box and tens of thousands of items are searched. Having comprehensive data about the load which your website generates will enable you to improve the content or see if it is time for you to switch to a more powerful type of web hosting service, if the Internet site is simply getting really popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps comprehensive info about the system resource usage of every cloud hosting account that's created on our top-notch cloud platform, so in case you decide to host your Internet sites with our company, you shall have full access to this information via the Hepsia CP, which you will get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, as well as the amount of system memory they used. You could also see what processes generated the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load stats section will show you the amount of queries to each specific database that you have created inside your shared hosting account, the total queries for the account altogether and the normal hourly rate. Comparing these statistics to the visitor stats shall tell you if your Internet sites perform the way they have to or if they need some optimization, that'll improve their performance and the overall visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system generates thorough stats about both types of load, so if you buy a semi-dedicated server for your sites, you can access the information with just a couple of mouse clicks within your Hepsia hosting Control Panel. Every type of information is listed inside its own section. The CPU Load section shall tell you exactly what processes produced the load and the span of time it took for the hosting server to execute each of the requests. Though stats are created every six hours, you can see daily and per month stats as well. In the MySQL Load section you shall find a list of all the databases produced inside 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 as a whole, plus the average hourly rate. This information shall help you figure out how well your Internet sites perform and if any of them requires optimization of some type.