When a visitor opens your site, the browser sends a request to the web server, which executes it and provides the required data as a response. A basic HTML Internet site uses very little system resources because it's static, but database-driven platforms are more demanding and use more processing time. Every webpage which is served creates 2 kinds of load - CPU load, which depends on the span of time the web server spends executing a specific script; and MySQL load, which depends on the number of database queries produced by the script while the user browses the Internet site. Bigger load shall be produced if a whole lot of people look through a certain website at the same time or if numerous database calls are made at the same time. Two good examples are a discussion board with many users or an online store in which a client enters a term within a search box and thousands of items are searched. Having thorough stats about the load which your Internet site generates can help you boost the content or see if it's the perfect time to switch to a more powerful kind of web hosting service, if the site is simply getting extremely popular.
MySQL & Load Stats in Web Hosting
Our system keeps detailed info about the system resource usage of every single web hosting account which is created on our top-notch cloud platform, so if you opt to host your sites with us, you will have full access to this data through 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 what amount of system memory they used. You may see what processes created the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load data section will show you the number of queries to each individual database that you've created in your shared hosting account, the total queries for the account altogether and the average hourly rate. Comparing these statistics to the site visitor stats will tell you if your sites perform the way they need to or if they need some optimization, that will improve their efficiency and the overall site visitor experience.
MySQL & Load Stats in Semi-dedicated Hosting
Our system generates comprehensive statistics about both kinds of load, so if you get a semi-dedicated server for your websites, you can access the data with just a few mouse clicks within your Hepsia hosting Control Panel. Every type of data is listed in its own section. The CPU Load section will tell you what processes produced the load and the length of time it took for the web server to execute all of the requests. Though statistics are produced every 6 hours, you can see daily and monthly stats too. In the MySQL Load section you will find a list of all the databases created 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 in general, plus the average hourly rate. This info shall help you determine how well your websites perform and if any one of them requires optimization of some type.