Whenever a visitor opens your site, the browser sends a request to the web server, which in turn executes it and provides the desired information as a response. A standard HTML site uses very little resources because it's static, but database-driven platforms are more demanding and use a lot more processing time. Each and every webpage that's served creates 2 kinds of load - CPU load, which depends on the length of time the server spends executing a particular script; and MySQL load, which depends on the number of database queries produced by the script while the user browses the Internet site. Larger load shall be produced if a considerable amount of people surf a particular Internet site simultaneously or if a lot of database calls are made simultaneously. Two examples are a discussion board with thousands of users or an online store in which a client enters a term within a search box and thousands of items are searched. Having in depth data about the load that your site generates will help you improve the content or see if it is time to switch to a more powerful type of hosting service, if the site is simply getting very popular.

MySQL & Load Stats in Shared Website Hosting

Our system keeps comprehensive information about the system resource usage of each shared website hosting account that is created on our top-notch cloud platform, so if you decide to host your Internet sites with us, you shall have full access to this info via the Hepsia CP, which you shall get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, plus how much system memory they used. You may also see what processes produced the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load statistics section will show you the number of queries to each specific database you have created inside your shared hosting account, the total queries for the account in general and the normal hourly rate. Comparing these numbers to the visitor statistics will tell you if your websites perform the way they should or if they require some optimization, that will improve their overall performance and the overall visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces thorough statistics about both types of load, so if you acquire a semi-dedicated server for your sites, you can access the information with a few clicks in your Hepsia hosting CP. Each kind of information is listed in its own section. The CPU Load section shall tell you what processes produced the load and the length of time it took for the hosting server to execute all the requests. Though statistics are created every six hours, you can see day-to-day and monthly stats also. In the MySQL Load section you will find a list of all the databases created within your semi-dedicated account manually and automatically, how many queries were sent to every one of them, the total daily queries for the account in general, along with the average hourly rate. This info will help you figure out how well your Internet sites perform and if each of them requires optimization of some sort.