Whenever a visitor opens your Internet site, the web browser sends a request to the server, which executes it and provides the necessary information as a response. A simple HTML Internet site uses minimal resources for the reason that it is static, but database-driven platforms are more requiring and use a lot more processing time. Every webpage that is served creates two types of load - CPU load, which depends on the span of time the web server spends executing a particular script; and MySQL load, which depends on the number of database queries created by the script while the customer browses the site. Higher load will be generated if many people browse a given site at the same time or if loads of database calls are made at the same time. 2 good examples are a discussion board with a huge number of users or an online store in which a visitor enters a term in a search box and tens of thousands of items are searched. Having thorough stats about the load that your website generates will enable you to optimize the content or see if it's the perfect time to switch to a more powerful sort of web hosting service, if the website is simply getting very popular.

MySQL & Load Stats in Cloud Web Hosting

We produce thorough statistics about the system resource usage of every cloud web hosting account, so if you host your sites on our highly developed cloud platform, you'll be able to examine the statistics with just a couple of clicks from your Hepsia Control Panel. The data is available in two different sections. The first one will show you how much time our system spent serving your sites, the total time it took for your scripts to be executed, what amount of memory sites used and what types of processes created the load. Statistics are produced every six hours. You can see daily and month-to-month data too. In the second section you shall find all the databases which you have created within the account and for each and every one of them you will see the total amount of per hour and day-to-day queries. The data shall give you an accurate picture of the overall performance of your websites, especially if you compare it to the daily traffic and visitor stats.