Every time a visitor opens your Internet site, the browser sends a request to the server, which in turn executes it and provides the required information as a response. A standard HTML website uses minimum system resources as it's static, but database-driven platforms are more demanding and use a lot more processing time. Each and every page that's served creates two forms of load - CPU load, which depends on the amount of 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 user browses the website. Bigger load will be generated if a lot of people surf a given website at the same time or if many database calls are made at the same time. Two good examples are a discussion board with thousands of users or an online store where a client enters a term within a search box and a large number of items are searched. Having thorough statistics about the load your site generates will allow you to optimize the content or see if it is time for you to switch to a more powerful kind of hosting service, if the website is simply getting quite popular.

MySQL & Load Stats in Shared Hosting

Our system keeps detailed info about the system resource usage of each and every shared hosting account which is created on our top-notch cloud platform, so if you opt to host your sites with us, you will have full access to this data via the Hepsia Control Panel, which you shall get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, along with what amount of system memory they used. You may see what processes generated the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load statistics section will show you the total amount queries to each individual database that you have created in your shared hosting account, the total queries for the account altogether and the average hourly rate. Comparing these statistics to the visitor stats shall tell you if your Internet sites perform the way they should or if they need some optimization, which will improve their efficiency and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system generates comprehensive statistics about both types of load, so if you buy a semi-dedicated server for your websites, you can access the info with a few mouse clicks inside your Hepsia hosting CP. Each type of information is listed in its own section. The CPU Load section will tell you which processes created the load and how much time it took for the hosting server to execute all of the requests. Although statistics are generated every 6 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 produced inside your semi-dedicated account manually and automatically, what amount of queries were sent to every one of them, the total day-to-day queries for the account overall, as well as the average hourly rate. This information shall help you determine how well your Internet sites perform and if each of them needs optimization of some kind.