Whenever a visitor opens your site, the browser sends a request to the web server, which in turn executes it and gives the required content as a response. A basic HTML website uses minimal resources because it is static, but database-driven platforms are more requiring and use much more processing time. Every webpage that is served produces two sorts of load - CPU load, which depends on the time the web server spends executing a specific script; and MySQL load, which depends on the number of database queries produced by the script while the user browses the Internet site. Bigger load will be produced if a lot of people surf a given website simultaneously or if a lot of database calls are made at the same time. 2 good 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 thorough statistics about the load that your website generates can help you boost the content or see if it is time to switch to a more powerful sort of hosting service, if the Internet site is simply getting very popular.

MySQL & Load Stats in Shared Hosting

If you host your Internet sites in a shared hosting account with our company, you'll have access to thorough CPU and MySQL stats which will allow you to keep an eye on their operation. You can see the statistics with several clicks within your Hepsia Control Panel. The CPU Load section will show you the total time period the web server spent on your scripts and the 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 may also see the numbers from the preceding months. The MySQL Load section give you more details about the amount of queries to every single database that you have created in the account. Once again, you can easily see monthly, everyday and hourly stats, that shall give you data that is different from the traffic or the number of visitors that you get. This way, you can identify if the Internet sites require some optimization.

MySQL & Load Stats in Semi-dedicated Hosting

Our system creates in depth statistics about the two different kinds of load, so if you purchase a semi-dedicated server for your websites, you can access the information with just a couple of clicks within your Hepsia hosting Control Panel. Every type of data is listed in its own section. The CPU Load section will show you what processes generated the load and the amount of time it took for the server to execute all of the requests. Although statistics are produced every 6 hours, you can see daily and per month stats as well. In the MySQL Load section you'll find a list of all the databases generated in your semi-dedicated account manually and automatically, what amount of queries were sent to each one of them, the total daily queries for the account overall, along with the average per hour rate. This information will help you figure out how well your Internet sites perform and if each of them requires optimization of some kind.