Every time a visitor opens your site, the web browser sends a request to the web server, which executes it and gives the desired content as a response. A simple HTML Internet site uses very little system resources because it is static, but database-driven platforms are more requiring and use much more processing time. Every webpage which is served creates 2 sorts of load - CPU load, which depends on the length of time the server spends executing a specific script; and MySQL load, which depends on the amount of database queries generated by the script while the client browses the website. Greater load will be generated if a whole lot of people surf a certain Internet site at the same time or if a considerable amount of database calls are made all at once. Two illustrations are a discussion board with a huge number of users or an online store in which a client enters a term in a search box and a large number of items are searched. Having in depth stats about the load your website generates will allow you to improve the content or see if it's time to switch to a more powerful kind of hosting service, if the Internet site is simply getting extremely popular.
MySQL & Load Stats in Cloud Website Hosting
Our system keeps detailed info about the system resource usage of every cloud website hosting account which is created on our top-notch cloud platform, so in case you choose to host your sites with us, you'll have full access to this data via the Hepsia CP, which you will get with the account. The CPU load stats feature the CPU time and the actual execution time of your scripts, plus what amount of system memory they used. You may see what processes produced 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 have created within your shared hosting account, the total queries for the account as a whole and the average hourly rate. Comparing these figures to the site visitor statistics will tell you if your Internet sites perform the way they need to or if they need some optimization, that'll improve their performance and the overall site visitor experience.
MySQL & Load Stats in Semi-dedicated Servers
Our system creates comprehensive stats about both types of load, so if you acquire a semi-dedicated server for your Internet sites, you can access the info with just a few clicks within your Hepsia hosting CP. Each type of data is listed within its own section. The CPU Load section will show you exactly what processes created the load and how much time it took for the web server to execute each of the requests. Though stats are created every six hours, you can see day by day and per month stats as well. In the MySQL Load section you'll find a list of all the databases generated in your semi-dedicated account manually and automatically, what number of queries were sent to every one of them, the total daily queries for the account in general, as well as the average per hour rate. This info will help you see how well your sites perform and if any one of them requires optimization of some sort.