When a visitor opens your Internet site, the Internet browser sends a request to the hosting server, which executes it and provides the desired content as a response. A simple HTML website uses negligible system resources because it's static, but database-driven platforms are more demanding and use much more processing time. Each and every webpage that's served creates 2 sorts of load - CPU load, which depends on the amount of time the web server spends executing a particular script; and MySQL load, which depends on the total number of database queries generated by the script while the client browses the Internet site. Larger load will be generated if a considerable amount of people browse a particular Internet site concurrently or if loads of database calls are made simultaneously. 2 good examples are a discussion board with tens of thousands of users or an online store where a client enters a term within a search box and thousands of items are searched. Having comprehensive data about the load your site generates will help you optimize the content or see if it is time for you to switch to a more powerful sort of website hosting service, if the site is simply getting really popular.
MySQL & Load Stats in Cloud Web Hosting
Our system keeps detailed info about the system resource usage of every cloud web hosting account that's created on our top-notch cloud platform, so in case you choose to host your websites with us, you'll have full access to this info through the Hepsia Control Panel, which you shall get with the account. The CPU load statistics include the CPU time and the actual execution time of your scripts, as well as the amount of system memory they used. You may also see what processes created the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load data section will show you the number of queries to each specific database which you have created inside your shared hosting account, the total queries for the account altogether and the average hourly rate. Comparing these numbers to the site visitor stats shall tell you if your sites perform the way they ought to or if they require some optimization, that'll improve their efficiency and the overall site visitor experience.