Each time a visitor opens your site, the Internet browser sends a request to the server, which in turn executes it and supplies the required data as a response. A simple HTML site uses very little resources for the reason that it is static, but database-driven platforms are more requiring and use more processing time. Each webpage that's served generates two types of load - CPU load, that depends on the amount 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 site. Larger load shall be produced if a considerable amount of people browse a particular website simultaneously or if numerous database calls are made simultaneously. 2 examples are a discussion board with thousands of users or an online store in which a customer enters a term inside a search box and tens of thousands of items are searched. Having thorough statistics about the load that your Internet site generates will help you boost 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 quite popular.

MySQL & Load Stats in Shared Web Hosting

Our system keeps comprehensive info about the system resource usage of every single shared web hosting account that's created on our top-notch cloud platform, so given that you opt to host your sites with us, you'll have full access to this information through the Hepsia Control Panel, which you will get with the account. The CPU load stats feature the CPU time and the actual execution time of your scripts, along with what amount of system memory they used. You may also see what processes produced the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load stats section will show you the total amount queries to each particular database you have created in your shared hosting account, the total queries for the account as a whole and the typical hourly rate. Comparing these statistics to the site visitor stats shall tell you if your sites perform the way they need to or if they require some optimization, that'll improve their efficiency and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

If you want to see detailed statistics with regards to the load produced by your websites, it won't take more than just a few clicks to do this. The Hepsia hosting CP, provided with all semi-dedicated servers that we offer, features a section dedicated to the system resource usage and the info there can tell you if your Internet sites operate properly and if the load they generate corresponds to the total amount of received visitors. The CPU load stats include the script execution time and the time it took for the server to process the requests, and what sorts of processes produced the load. The MySQL stats shall show you how often every single database was accessed, and day-to-day and hourly statistics for the whole account. With both sorts of stats, you are able to check the numbers for each of the past days and months, so you can easily see how sites perform as the traffic to them grows or once you've applied some update.