Every time a visitor opens your Internet site, the browser sends a request to the web server, which executes it and provides the required content as a response. A basic HTML website uses minimal system resources due to the fact that it's static, but database-driven platforms are more requiring and use a lot more processing time. Every single page that's served creates 2 kinds of load - CPU load, that depends on the length of time the web server spends executing a particular script; and MySQL load, that depends on the number of database queries produced by the script while the customer browses the site. Bigger load will be generated if many people look through a particular Internet site at the same time or if loads of database calls are made at the same time. 2 illustrations are a discussion board with many users or an online store in which a client enters a term inside a search box and tens of thousands of items are searched. Having comprehensive data about the load that your website generates will allow you to optimize the content or see if it is the perfect time to switch to a more powerful sort of web hosting service, if the website is simply getting quite popular.
MySQL & Load Stats in Hosting
Our system keeps comprehensive info about the system resource usage of each hosting account that's set up on our top-notch cloud platform, so in case you decide to host your Internet sites with our company, you will have full access to this info through the Hepsia Control Panel, which you'll get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, along with how much system memory they used. You may see what processes generated the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load statistics section will show you the number of queries to each specific database that you've created inside your shared hosting account, the total queries for the account overall and the standard hourly rate. Comparing these figures to the visitor stats will tell you if your Internet sites perform the way they should or if they require some optimization, which will improve their overall performance and the overall website visitor experience.
MySQL & Load Stats in Semi-dedicated Hosting
Our system creates thorough statistics about the two different kinds of load, so if you acquire a semi-dedicated server for your Internet sites, you can access the data with just a few clicks inside your Hepsia hosting CP. Each type of data is listed in its own section. The CPU Load section can tell you what processes created the load and the time it took for the hosting server to execute each of the requests. Though statistics are created every 6 hours, you can see daily and per month stats as well. In the MySQL Load section you'll find a list of all the databases created within your semi-dedicated account manually and automatically, the amount of queries were sent to each of them, the total daily queries for the account in general, along with the average per hour rate. This information shall help you see how well your sites perform and if any one of them requires optimization of some kind.