Every time a visitor opens your site, the browser sends a request to the server, which executes it and provides the necessary information as a response. A basic HTML website uses minimum system resources for the reason that it's static, but database-driven platforms are more requiring and use more processing time. Every single webpage that's served produces two types of load - CPU load, that depends on the time the web server spends executing a specific script; and MySQL load, which depends on the amount of database queries created by the script while the end user browses the Internet site. Higher load will be produced if a lot of people surf a particular Internet site concurrently or if a lot of database calls are made concurrently. 2 examples are a discussion board with a huge number of users or an online store where a client enters a term inside a search box and tens of thousands of items are searched. Having comprehensive data about the load which your Internet site generates will allow you to improve the content or see if it's time for you to switch to a more powerful kind of hosting service, if the Internet site is simply getting very popular.

MySQL & Load Stats in Shared Web Hosting

Our system keeps comprehensive information about the system resource usage of each shared web hosting account which is set up on our top-notch cloud platform, so if you choose to host your websites with our company, you shall have full access to this info via the Hepsia CP, which you'll 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 generated the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load data section will show you the amount of queries to each specific database which you have created inside your shared hosting account, the total queries for the account altogether and the normal hourly rate. Comparing these figures to the visitor statistics will tell you if your websites perform the way they ought to or if they need some optimization, which will improve their functionality and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

If you need to see in depth statistics about the load produced by your websites, it won't take more than a couple of mouse clicks to do that. The Hepsia hosting CP, which comes with all semi-dedicated servers we offer, features a section committed to the system resource usage and the information there shall tell you if your websites operate properly and if the load they produce corresponds to the amount of received website visitors. The CPU load stats include the script execution time and how much time it took for the machine to process the requests, as well as what sorts of processes created the load. The MySQL stats shall show you the number of times each database was accessed, plus daily and per hour stats for the whole account. With both forms of statistics, you can check the numbers for every one of the past days and months, so you can easily see how the websites perform as the traffic to them grows or once you've applied some update.