Every time a visitor opens your Internet site, the Internet browser sends a request to the server, which executes it and provides the required data as a response. A simple HTML site uses negligible resources as it is static, but database-driven platforms are more demanding and use a lot more processing time. Each page that's served produces two sorts of load - CPU load, that depends on the time the web server spends executing a specific script; and MySQL load, which depends on the amount of database queries produced by the script while the client browses the website. Bigger load will be generated if a considerable amount of people browse a given Internet site all at once or if loads of database calls are made concurrently. Two illustrations are a discussion board with a huge number of users or an online store where a customer enters a term inside a search box and tens of thousands of items are searched. Having comprehensive stats about the load that your site generates will allow you to boost the content or see if it's time for you to switch to a more powerful type of web hosting service, if the site is simply getting very popular.
MySQL & Load Stats in Website Hosting
If you host your websites within a website hosting account with our company, you'll have access to thorough CPU and MySQL stats that will allow you to keep an eye on their operation. You can easily see the data with a few clicks in your Hepsia CP. The CPU Load section will show you the total time period the server spent on your scripts and how much memory was needed, and the time it took for the scripts to be executed. The day-to-day view is the default one, but you may also see the data from the preceding months. The MySQL Load section offer you more details about the total amount of queries to each database that you have set up in the account. Once again, you can easily see per month, everyday and per hour data, which will give you info which is different from the traffic or the number of visitors you get. This way, you can identify if the Internet sites require some optimization.
MySQL & Load Stats in Semi-dedicated Hosting
As our system keeps detailed stats for the load which each semi-dedicated server account generates, you'll be aware of how your Internet sites perform at any time. Once you log in to the Hepsia CP, included with every account, you should check out the section committed to the system load. There, you are able to see the processing time our system spent on your scripts, the time it took for the scripts to be actually executed and what types of processes created the load - cron jobs, PHP pages, Perl scripts, and so on. Additionally you can see the number of queries to each database inside your semi-dedicated account, the total daily figures for the account overall, as well as the average hourly rate. With both the CPU and the MySQL load statistics, you could always go back to past days or months and review the efficiency of your sites after some update or after a significant rise in the number of your site visitors.