Every time a visitor opens your website, the web browser sends a request to the web server, which in turn executes it and provides the required data as a response. A simple HTML Internet site uses very little system resources for the reason that it's static, but database-driven platforms are more demanding and use more processing time. Every page which is served produces 2 types of load - CPU load, that depends on the time the server spends executing a specific script; and MySQL load, which depends on the number of database queries generated by the script while the user browses the site. Bigger load shall be generated if a lot of people browse a given site simultaneously or if many database calls are made at the same time. 2 good examples are a discussion board with many users or an online store in which a visitor enters a term within a search box and thousands of items are searched. Having in depth data about the load your Internet site generates will allow you to improve the content or see if it's the perfect time to switch to a more powerful sort of website hosting service, if the site is simply getting very popular.

MySQL & Load Stats in Cloud Website Hosting

If you host your Internet sites inside a cloud website hosting account with our company, you will have access to thorough CPU and MySQL statistics that will permit you to keep tabs on their overall performance. You are able to see the data with a few mouse clicks inside your Hepsia Control Panel. The CPU Load section will show you the total time frame the server spent on your scripts and what amount of memory was required, and the time it took for the scripts to be executed. The day-to-day view is the default one, but you could also see the stats from the previous months. The MySQL Load section will provide you with more info about the amount of queries to each and every database that you have created inside the account. Once again, you can see per month, daily and hourly statistics, 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 websites need some optimization.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces thorough statistics about the two different types of load, so if you buy a semi-dedicated server for your Internet sites, you can access the data with a few clicks inside your Hepsia hosting Control Panel. Each kind of information is listed within its own section. The CPU Load section will show you which processes created the load and how much time it took for the hosting server to execute all of the requests. Although stats are generated every 6 hours, you can see day by day and month-to-month stats too. In the MySQL Load section you'll find a list of all the databases generated inside your semi-dedicated account manually and automatically, the amount of queries were sent to every one of them, the total day-to-day queries for the account as a whole, plus the average hourly rate. This information shall help you figure out how well your websites perform and if each of them needs optimization of some type.