When a visitor opens your Internet site, the browser sends a request to the server, which in turn executes it and gives the necessary data as a response. A basic HTML site uses negligible resources as it's static, but database-driven platforms are more demanding and use a lot more processing time. Every page that's served creates two kinds of load - CPU load, that depends on the length of time the web server spends executing a certain script; and MySQL load, which depends on the amount of database queries created by the script while the customer browses the Internet site. Larger load will be produced if loads of people browse a given Internet site simultaneously or if a lot of database calls are made at the same time. 2 good examples are a discussion board with a large number of users or an online store in which a customer enters a term within a search box and a large number of items are searched. Having thorough data about the load which your Internet site generates will help you optimize the content or see if it's time for you to switch to a more powerful kind of website hosting service, if the site is simply getting very popular.
MySQL & Load Stats in Web Hosting
If you host your websites inside a web hosting account with us, you'll have access to detailed CPU and MySQL data that will enable you to keep track of their performance. You can see the data with several mouse clicks inside your Hepsia CP. The CPU Load section will reveal to you the total time period the web server spent on your scripts and the amount of memory was needed, plus the time it took for the scripts to be executed. The daily view is the default one, but you can also see the numbers from the preceding months. The MySQL Load section give you additional information about the total amount of queries to every database that you have set up in the account. Once again, you can see monthly, daily and per hour stats, that will give you information that's different from the traffic or the number of visitors which you get. This way, you can identify if the Internet sites require some optimization.
MySQL & Load Stats in Semi-dedicated Servers
Due to the fact that our system keeps thorough stats for the load that every semi-dedicated server account produces, you'll be aware of how your sites perform at any time. After you log in to the Hepsia CP, supplied with every account, you can go to the section devoted to the system load. There, you can see the processing time our system spent on your scripts, the span of time it took for the scripts to be actually executed and what types of processes generated the load - cron jobs, PHP pages, Perl scripts, and so on. You can also see the amount of queries to each database in your semi-dedicated account, the total daily figures for the account overall, along with the average hourly rate. With both the CPU and the MySQL load data, you may always go back to past days or months and evaluate the efficiency of your sites after some update or after a considerable boost in the number of your site visitors.