When a visitor opens your site, the browser sends a request to the web server, which in turn executes it and provides the required data as a response. A simple HTML website uses minimum system resources because it is static, but database-driven platforms are more demanding and use far more processing time. Each page which is served generates two types of load - CPU load, which depends on the length of time the hosting server spends executing a particular script; and MySQL load, that depends on the number of database queries produced by the script while the end user browses the Internet site. Higher load will be created if a lot of people surf a certain site at the same time or if loads of database calls are made simultaneously. Two examples are a discussion board with thousands of users or an online store in which a customer enters a term within a search box and tens of thousands of items are searched. Having detailed statistics about the load which your website generates will help you improve the content or see if it is the perfect time to switch to a more powerful type of website hosting service, if the website is simply getting quite popular.
MySQL & Load Stats in Hosting
Our system keeps detailed information about the system resource usage of each and every hosting account that's set up on our top-notch cloud platform, so given that you decide to host your sites with us, you shall have full access to this data 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 can also see what processes generated the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load stats section will show you the number of queries to each specific database which you have created within your shared hosting account, the total queries for the account overall and the standard hourly rate. Comparing these numbers to the website visitor stats will tell you if your websites perform the way they need to or if they require some optimization, which will improve their performance and the overall site visitor experience.