When a visitor opens your website, the Internet browser sends a request to the server, which in turn executes it and provides the required content as a response. A basic HTML Internet site uses minimum resources as it's static, but database-driven platforms are more requiring and use a lot more processing time. Every single webpage which is served produces 2 types of load - CPU load, which depends on the time period the hosting server spends executing a certain script; and MySQL load, that depends on the total number of database queries produced by the script while the end user browses the site. Higher load shall be produced if many people surf a given site at the same time or if many database calls are made concurrently. 2 illustrations are a discussion board with tens of thousands of users or an online store in which a client enters a term in a search box and thousands of items are searched. Having thorough statistics about the load which your Internet site generates will enable you to optimize the content or see if it is time for you to switch to a more powerful type 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 shared web hosting account that's created on our top-notch cloud platform, so if you choose to host your sites with our company, you'll have full access to this info through the Hepsia CP, which you shall get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, plus the amount of system memory they used. You can also see what processes generated the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load stats section will show you the number of queries to each particular database that you've created in your shared hosting account, the total queries for the account in general and the typical hourly rate. Comparing these figures to the website visitor stats shall tell you if your Internet sites perform the way they should 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 have a semi-dedicated server account with our company, you'll be able to access really comprehensive CPU and MySQL load statistics which will give you additional information about the functionality of your sites. 2 sections of the Hepsia CP are focused on the stats, one for every kind. Inside the CPU Load section you can see the execution time of your scripts and how much time the server processed them. You may also see the different types of processes which were executed. Statistics are generated every 6 hours, but if required, you may also check stats for previous days or months. The MySQL Load section shall show you the total number of database queries daily and per hour, as well as the queries to each individual database that you have in your semi-dedicated account. Comparing this info to your traffic statistics will give you valuable information about how your websites perform and you will see if you need to take some measures to optimize them.