Every time a visitor opens your site, the Internet browser sends a request to the hosting server, which in turn executes it and provides the desired information as a response. A simple HTML website uses minimal system resources as it's static, but database-driven platforms are more demanding and use far more processing time. Each page that is served generates 2 types of load - CPU load, that depends on the time the web server spends executing a specific script; and MySQL load, that depends on the amount of database queries created by the script while the user browses the Internet site. Larger load will be created if a whole lot of people look through a certain website concurrently or if a lot of database calls are made simultaneously. 2 examples are a discussion board with many users or an online store in which a visitor enters a term within a search box and a large number of items are searched. Having thorough data about the load your site generates will enable you to boost the content or see if it's time for you to switch to a more powerful sort of hosting service, if the website is simply getting quite popular.
MySQL & Load Stats in Shared Hosting
If you host your websites within a shared hosting account with us, you'll have access to in depth CPU and MySQL statistics which will allow you to keep tabs on their operation. You can see the data with a couple of mouse clicks in your Hepsia Control Panel. The CPU Load section will show you the total time the server spent on your scripts and what amount of memory was needed, along with the time it took for the scripts to be executed. The daily view is the standard one, but you are able to also see the numbers from the previous months. The MySQL Load section give you more details about the total amount of queries to each database that you have created within the account. Once again, you are able to see month-to-month, daily and per hour stats, that'll give you info which is different from the traffic or the number of visitors which you get. Thus, you can identify if the Internet sites require some optimization.
MySQL & Load Stats in Semi-dedicated Servers
If you have a semi-dedicated server account with our company, you will be able to access rather comprehensive CPU and MySQL load data that will give you additional information about the overall performance of your sites. Two sections of the Hepsia CP are committed to the stats, one for each kind. Inside the CPU Load section you can see the execution time of your scripts and how much time the web server processed them. You may also see the different types of processes which were executed. Stats are created every six hours, but if required, you could also check figures for previous days or months. The MySQL Load section will show you the total amount of database queries per day and on an hourly basis, as well as the queries to each individual database which you have within your semi-dedicated account. Comparing this information to your traffic statistics will give you valuable information about how your sites perform and you will see if you must take some measures to enhance them.