If you have an HTML site, it likely uses a really small amount of resources because it's static, but this isn't the situation with dynamic database-driven sites that use PHP scripts and offer a lot more features. This type of sites create load on the hosting server anytime somebody browses them, because the web server requires time to execute the script, to access the database and then to provide the info requested by the visitor's Internet browser. A well known discussion board, for instance, stores all usernames and posts inside a database, so some load is produced every single time a thread is opened or a user looks for a specific name. If many people access the forum at the same time, or if every single search involves checking hundreds of thousands of database entries, this could produce high load and affect the functionality of the website. In this regard, CPU and MySQL load statistics can provide you with info about the site’s overall performance, as you can compare the numbers with your traffic data to make a decision if the Internet site should be optimized or moved to a different type of hosting platform that'll be able to bear the high system load in the event that the website is really popular.

MySQL & Load Stats in Shared Website Hosting

Our system keeps comprehensive information about the system resource usage of each and every shared website hosting account that is created on our top-notch cloud platform, so given that you decide to host your websites with us, you will have full access to this data 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 how much system memory they used. You may see what processes created the load - PHP or Perl scripts, cron jobs, etc. The MySQL load data section will show you the amount of queries to each particular database that you have created within your shared hosting account, the total queries for the account in general and the normal hourly rate. Comparing these figures to the website visitor statistics shall tell you if your websites perform the way they need to or if they require some optimization, that will improve their performance and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

Because our system keeps thorough statistics for the load that each semi-dedicated server account generates, you'll be aware of how your Internet sites perform at any time. When you log in to the Hepsia CP, provided with each account, you can go to the section devoted to the system load. There, you can see the processing time our system spent on your scripts, the time it took for the scripts to be actually executed and what sorts of processes produced the load - cron jobs, PHP pages, Perl scripts, etc. You could also see the number of queries to each database inside your semi-dedicated account, the total everyday statistics for the account in general, and also the average hourly rate. With both the CPU and the MySQL load data, you may always go back to past days or months and examine the functionality of your sites after some update or after a major boost in the number of your website visitors.