Every time a visitor opens your site, the browser sends a request to the web server, which executes it and provides the required information as a response. A simple HTML website uses minimal system resources due to the fact that it's static, but database-driven platforms are more demanding and use more processing time. Each page that's served produces two kinds of load - CPU load, that depends on the time period the web server spends executing a certain script; and MySQL load, which depends on the amount of database queries generated by the script while the user browses the site. Greater load shall be created if a considerable amount of people browse a particular site at the same time or if a lot of database calls are made simultaneously. 2 examples are a discussion board with a large number of users or an online store where a visitor enters a term in a search box and thousands of items are searched. Having thorough stats about the load which your website generates will help you improve the content or see if it is time to switch to a more powerful type of website hosting service, if the website is simply getting very popular.
MySQL & Load Stats in Shared Web Hosting
We produce comprehensive stats about the system resource usage of every single shared web hosting account, so in the event that you host your Internet sites on our advanced cloud platform, you'll be able to take a look at the statistics with only a few mouse clicks from your Hepsia CP. The data is provided in two different sections. The first one will show you the time our system spent serving your Internet sites, the total time it took for your scripts to be executed, how much memory sites used and what types of processes produced the load. Statistics are created every 6 hours. You are able to see daily and month-to-month stats as well. In the second section you shall find all the databases that you have created inside the account and for each of them you will see the total amount of hourly and daily queries. The information will give you a detailed picture of the efficiency of your websites, specifically if you compare it to the daily traffic and visitor data.
MySQL & Load Stats in Semi-dedicated Hosting
If you have a semi-dedicated server account with our company, you'll be able to access really detailed CPU and MySQL load statistics which will give you addiitional information about the performance of your sites. Two sections of the Hepsia CP are devoted to the stats, one for every type. Within the CPU Load section you are able to see the execution time of your scripts and the amount of time the web server processed them. Additionally you can see the different types of processes that were executed. Stats are produced every 6 hours, but if required, you can also check stats for previous days or months. The MySQL Load section shall show you the total number of database queries per day and per hour, plus the queries to each individual database that you have within your semi-dedicated account. Comparing this information to your traffic statistics will give you useful information about how your Internet sites perform and you will determine if you need to take some measures to boost them.