MySQL & Load Stats
What type of information is provided in the MySQL & Load Stats section? How can you take full advantage of it?
Each time a visitor opens your website, the Internet browser sends a request to the server, which executes it and provides the necessary information as a response. A basic HTML website uses minimum resources due to the fact that it is static, but database-driven platforms are more requiring and use more processing time. Each and every page which is served produces 2 kinds of load - CPU load, that depends on the amount of time the server spends executing a particular script; and MySQL load, that depends on the total number of database queries generated by the script while the user browses the Internet site. Larger load will be generated if many people look through a particular website concurrently or if a lot of database calls are made at the same time. Two examples are a discussion board with many users or an online store where a client enters a term inside a search box and thousands of items are searched. Having detailed statistics about the load your site generates will allow you to improve the content or see if it's time to switch to a more powerful sort of website hosting service, if the Internet site is simply getting quite popular.
MySQL & Load Stats in Website Hosting
Our system keeps comprehensive info about the system resource usage of each website hosting account that's created on our top-notch cloud platform, so if you opt to host your Internet sites with us, you'll have full access to this information through the Hepsia Control Panel, which you'll get with the account. The CPU load stats feature the CPU time and the actual execution time of your scripts, along with the amount of system memory they used. You may see what processes created the load - PHP or Perl scripts, cron jobs, etc. The MySQL load stats section will show you the amount of queries to each particular database which you have created inside your shared hosting account, the total queries for the account as a whole and the standard hourly rate. Comparing these statistics to the visitor data shall tell you if your websites perform the way they ought to or if they need some optimization, that'll improve their performance and the overall site visitor experience.