Whenever a visitor opens your website, the web browser sends a request to the web server, which in turn executes it and supplies the required data as a response. A simple HTML Internet site uses minimal resources as it is static, but database-driven platforms are more requiring and use far more processing time. Each page that's served produces 2 forms of load - CPU load, that depends on the length of time the server spends executing a specific script; and MySQL load, that depends on the number of database queries created by the script while the client browses the Internet site. Bigger load will be created if loads of people surf a particular Internet site all at once or if loads of database calls are made concurrently. 2 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 detailed statistics about the load which your site generates will allow you to improve the content or see if it's the perfect time to switch to a more powerful type of web hosting service, if the site is simply getting really popular.

MySQL & Load Stats in Cloud Web Hosting

Our system keeps comprehensive information about the system resource usage of each cloud web hosting account which is created on our top-notch cloud platform, so given that you opt to host your websites with us, you'll have full access to this information from the Hepsia CP, which you'll get with the account. The CPU load data include the CPU time and the actual execution time of your scripts, and the 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 stats section will show you the total amount queries to each specific database you have created inside your shared hosting account, the total queries for the account overall and the normal hourly rate. Comparing these numbers to the website visitor statistics will tell you if your websites perform the way they should or if they require some optimization, that'll improve their performance and the overall visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

If you want to see thorough stats for the load produced by your sites, it won't take more than just a few clicks to do this. The Hepsia hosting CP, included with all semi-dedicated servers which we offer, features a section dedicated to the system resource usage and the info there can tell you if your sites function properly and if the load they create corresponds to the total amount of received website visitors. The CPU load data include the script execution time and the span of time it took for the server to process the requests, and what sorts of processes created the load. The MySQL data will show you how many times each individual database was accessed, plus everyday and hourly data for the whole account. With both types of statistics, you are able to check the numbers for any of the past days and months, so you could see how the websites perform as the traffic to them increases or after you have applied some update.