Each time a visitor opens your Internet site, the web browser sends a request to the server, which executes it and gives the desired content as a response. A basic HTML site uses minimal resources because it's static, but database-driven platforms are more requiring and use far more processing time. Each page that's served creates 2 forms of load - CPU load, which depends on the amount of time the hosting server spends executing a certain script; and MySQL load, which depends on the total number of database queries created by the script while the customer browses the website. Larger load will be created if a whole lot of people browse a particular site at the same time or if a considerable amount of database calls are made at the same time. Two good examples are a discussion board with many users or an online store where a visitor enters a term in a search box and a large number of items are searched. Having in depth stats about the load your website generates can help you improve the content or see if it's the perfect time to switch to a more powerful sort of website hosting service, if the site is simply getting very popular.
MySQL & Load Stats in Web Hosting
Our system keeps detailed information about the system resource usage of every web hosting account that is created on our top-notch cloud platform, so if you decide to host your Internet sites with us, you will have full access to this information via the Hepsia CP, which you'll get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, along with how much system memory they used. You could also see what processes generated the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load statistics section will show you the number of queries to each particular database that you've created inside your shared hosting account, the total queries for the account in general and the typical hourly rate. Comparing these statistics to the visitor stats shall tell you if your Internet sites perform the way they need to or if they require some optimization, which will improve their efficiency and the overall visitor experience.
MySQL & Load Stats in Semi-dedicated Servers
Our system produces in depth statistics about both types of load, so if you acquire a semi-dedicated server for your sites, you can access the info with just a couple of mouse clicks within your Hepsia hosting Control Panel. Each kind of information is listed inside its own section. The CPU Load section will tell you what processes created the load and how much time it took for the web server to execute all the requests. Though statistics are produced every six hours, you can see daily and month-to-month statistics as well. In the MySQL Load section you shall 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 everyday queries for the account overall, along with the average hourly rate. This info shall help you figure out how well your websites perform and if each of them requires optimization of some sort.