When a visitor opens your website, the browser sends a request to the web server, which executes it and provides the necessary data as a response. A simple HTML site uses minimal resources for the reason that it's static, but database-driven platforms are more requiring and use more processing time. Every single webpage that's served produces two forms of load - CPU load, that depends on the span of time the 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 site. Larger load shall be generated if many people surf a particular Internet site concurrently or if loads of database calls are made all at once. 2 examples are a discussion board with many users or an online store where a client enters a term in a search box and tens of thousands of items are searched. Having in depth data about the load your site generates can help you optimize the content or see if it is the perfect time to switch to a more powerful type of web hosting service, if the website is simply getting quite popular.

MySQL & Load Stats in Web Hosting

If you host your Internet sites in a web hosting account with us, you shall have access to comprehensive CPU and MySQL stats that will allow you to monitor their performance. You are able to see the statistics with a number of clicks in your Hepsia Control Panel. The CPU Load section can tell you the total time the hosting server spent on your scripts and what amount of memory was needed, as well as 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 stats from the preceding months. The MySQL Load section give you more info about the total amount of queries to each database that you have created inside the account. Once again, you can see month-to-month, everyday and hourly data, which will give you data that's different from the traffic or the number of visitors you get. In this way, you can see if the websites require some optimization.

MySQL & Load Stats in Semi-dedicated Servers

Our system creates detailed stats about the two different kinds of load, so if you purchase a semi-dedicated server for your websites, you can access the information with a few clicks within your Hepsia hosting Control Panel. Every type of data is listed in its own section. The CPU Load section shall tell you what processes created the load and the span of time it took for the web server to execute all of the requests. Although statistics are created every six hours, you can see day-to-day and per month stats too. In the MySQL Load section you shall find a list of all the databases created inside your semi-dedicated account manually and automatically, what amount of queries were sent to each of them, the total everyday queries for the account in general, as well as the average hourly rate. This data shall help you determine how well your sites perform and if each of them requires optimization of some sort.