When a visitor opens your website, the Internet browser sends a request to the server, which in turn executes it and provides the necessary data as a response. A standard HTML website uses negligible system resources due to the fact that it is static, but database-driven platforms are more requiring and use more processing time. Every webpage which is served creates two types of load - CPU load, that depends on the length of time the web server spends executing a particular script; and MySQL load, that depends on the amount of database queries created by the script while the customer browses the site. Bigger load shall be generated if a lot of people look through a particular Internet site concurrently or if a lot 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 client enters a term in a search box and a large number of items are searched. Having detailed data about the load which your Internet site generates will help you optimize the content or see if it is the perfect time to switch to a more powerful sort of website hosting service, if the site is simply getting really popular.
MySQL & Load Stats in Cloud Website Hosting
If you host your websites inside a cloud website hosting account with us, you shall have access to detailed CPU and MySQL stats that will allow you to keep an eye on their operation. You are able to see the data with a number of clicks in your Hepsia Control Panel. The CPU Load section can tell you the total time frame the web server spent on your scripts and how much memory was needed, as well as the time it took for the scripts to be executed. The daily view is the standard one, but you can also see the statistics from the past months. The MySQL Load section will provide you with additional information about the amount of queries to every single database that you have set up in the account. Once again, you can see monthly, everyday and per hour data, that'll give you data which is different from the traffic or the number of visitors that you get. Thus, you can see if the Internet sites need some optimization.