When a visitor opens your website, the Internet browser sends a request to the server, which executes it and gives the desired information as a response. A standard HTML site uses negligible system resources for the reason that it is static, but database-driven platforms are more requiring and use much more processing time. Each and every webpage that is served creates 2 types of load - CPU load, that depends on the span of time the hosting server spends executing a particular script; and MySQL load, that depends on the number of database queries generated by the script while the end user browses the website. Larger load will be created if a whole lot of people surf a particular site at the same time or if loads of database calls are made simultaneously. 2 good examples are a discussion board with tens of thousands of users or an online store where a visitor enters a term inside a search box and thousands of items are searched. Having comprehensive data about the load your site generates will enable you to optimize the content or see if it is time for you to switch to a more powerful type of web hosting service, if the website is simply getting very popular.

MySQL & Load Stats in Shared Hosting

Our system keeps comprehensive information about the system resource usage of every single shared hosting account which is created on our top-notch cloud platform, so if you decide to host your sites with us, you shall have full access to this information via the Hepsia CP, which you will get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, and what amount of system memory they used. You can also see what processes produced the load - PHP or Perl scripts, cron jobs, etc. The MySQL load stats section will show you the total amount queries to each individual database which you have created within your shared hosting account, the total queries for the account as a whole and the normal hourly rate. Comparing these statistics to the site visitor data shall tell you if your sites perform the way they should or if they need some optimization, that'll improve their functionality and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

Our system creates thorough stats about the two different kinds of load, so if you purchase a semi-dedicated server for your websites, you can access the data with just a couple of clicks within your Hepsia hosting CP. Every type of information is listed inside its own section. The CPU Load section can tell you which processes created the load and the length of time it took for the web server to execute each of the requests. Although stats are generated every 6 hours, you can see daily and per month statistics as well. In the MySQL Load section you will find a list of all the databases produced in your semi-dedicated account manually and automatically, the amount of queries were sent to each one of them, the total everyday queries for the account as a whole, along with the average per hour rate. This info will help you figure out how well your websites perform and if each of them requires optimization of some sort.