When a visitor opens your site, the browser sends a request to the server, which in turn executes it and gives the desired content as a response. A standard HTML site uses negligible system resources due to the fact that it's static, but database-driven platforms are more demanding and use much more processing time. Every webpage that is served produces 2 kinds of load - CPU load, that depends on the time the web server spends executing a certain script; and MySQL load, that depends on the number of database queries generated by the script while the user browses the website. Greater load will be generated if a considerable amount of people browse a particular Internet site at the same time or if loads of database calls are made concurrently. Two examples are a discussion board with many users or an online store where a customer enters a term in a search box and thousands of items are searched. Having thorough stats about the load your website generates will allow you to optimize the content or see if it is time to switch to a more powerful sort of website hosting service, if the site is simply getting extremely popular.

MySQL & Load Stats in Cloud Hosting

We create comprehensive data about the system resource usage of every single cloud hosting account, so if you host your websites on our highly developed cloud platform, you'll be able to check out the statistics with just a couple of clicks from your Hepsia Control Panel. The data is provided in two different sections. The first one shall show you how much time our system spent serving your Internet sites, the total time it took for your scripts to be executed, what amount of memory the sites used and what different kinds of processes generated the load. Statistics are produced every 6 hours. You're able to see everyday and per month data too. In the second section you'll find all of the databases which you have created within the account and for every one of them you will see the amount of per hour and day-to-day queries. The info shall give you a definitive picture of the functionality of your websites, especially if you compare it to the daily traffic and visitor data.