When a visitor opens your Internet site, the browser sends a request to the hosting server, which in turn executes it and provides the required information as a response. A simple HTML site uses negligible resources for the reason that it's static, but database-driven platforms are more requiring and use more processing time. Each webpage which is served generates two types of load - CPU load, which depends on the time the web server spends executing a certain script; and MySQL load, which depends on the number of database queries generated by the script while the user browses the website. Bigger load shall be created if a lot of people browse a given site at the same time or if a lot of database calls are made at the same time. Two good examples are a discussion board with thousands of users or an online store where a visitor enters a term in a search box and thousands of items are searched. Having in depth statistics about the load your website generates can help you optimize the content or see if it's time for you to switch to a more powerful type of website hosting service, if the site is simply getting really popular.

MySQL & Load Stats in Shared Hosting

We produce thorough data about the system resource usage of each and every shared hosting account, so in the event that you host your sites on our sophisticated cloud platform, you shall be able to check the statistics with just a few clicks from your Hepsia CP. The data is offered in 2 different sections. The first one will show you the amount of time our system spent serving your websites, the total time it took for your scripts to be executed, what amount of memory sites used and what different kinds of processes created the load. Stats are generated every six hours. You could see day-to-day and month-to-month statistics too. In the second section you will discover all the databases you have created within the account and for every one of them you will see the total amount of per hour and daily queries. The information will give you a definitive picture of the efficiency of your websites, especially if you compare it to the daily traffic and visitor statistics.

MySQL & Load Stats in Semi-dedicated Hosting

Our system creates thorough statistics about the two kinds of load, so if you get a semi-dedicated server for your sites, you can access the data with a few mouse clicks within your Hepsia hosting CP. Each type of info is listed inside its own section. The CPU Load section can tell you what processes created the load and the time it took for the server to execute all the requests. Although stats are produced every six hours, you can see daily and month-to-month stats as well. In the MySQL Load section you shall find a list of all the databases created within your semi-dedicated account manually and automatically, what amount of queries were sent to every one of them, the total daily queries for the account overall, plus the average hourly rate. This info will help you determine how well your Internet sites perform and if any of them needs optimization of some sort.