Whenever a visitor opens your Internet site, the Internet browser sends a request to the web server, which in turn executes it and gives the necessary content as a response. A simple HTML site uses minimum system resources for the reason that it's static, but database-driven platforms are more requiring and use a lot more processing time. Each and every webpage that is served generates 2 forms 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 generated by the script while the user browses the website. Bigger load will be generated if loads of people browse a given Internet site at the same time or if numerous database calls are made all at once. Two illustrations are a discussion board with a large number of users or an online store where a customer enters a term within a search box and thousands of items are searched. Having detailed statistics about the load that your Internet site generates will allow you to optimize the content or see if it is time for you to switch to a more powerful sort of web hosting service, if the website is simply getting really popular.
MySQL & Load Stats in Cloud Hosting
If you host your websites within a cloud hosting account with us, you'll have access to in depth CPU and MySQL data which will allow you to keep an eye on their performance. You could see the data with a couple of mouse clicks inside your Hepsia CP. The CPU Load section will show you the total time the hosting server spent on your scripts and how much memory was required, plus the time it took for the scripts to be executed. The everyday view is the standard one, but you may also see the stats from the previous months. The MySQL Load section offer more details about the number of queries to each database that you have set up in the account. Once again, you can easily see monthly, everyday and per hour statistics, that will give you info which is different from the traffic or the number of visitors that you get. Thus, you can identify if the sites require some optimization.