When a visitor opens your website, the web browser sends a request to the web server, which executes it and provides the desired content as a response. A simple HTML site uses minimal system resources because it's static, but database-driven platforms are more demanding and use more processing time. Each page that is served produces 2 sorts of load - CPU load, that depends on the span of time the web server spends executing a particular script; and MySQL load, that depends on the amount of database queries created by the script while the client browses the site. Larger load shall be generated if a lot of people look through a given Internet site all at once or if many database calls are made concurrently. 2 illustrations are a discussion board with many users or an online store in which a visitor enters a term in a search box and thousands of items are searched. Having detailed statistics about the load your Internet site generates will allow you to boost the content or see if it is the perfect time to switch to a more powerful kind of website hosting service, if the website is simply getting quite popular.

MySQL & Load Stats in Shared Website Hosting

We produce in depth statistics about the system resource usage of every shared website hosting account, so in the event that you host your websites on our sophisticated cloud platform, you'll be able to take a look at the data with only a few clicks from your Hepsia CP. The data is supplied in two different sections. The first one will show you how much time our system spent serving your sites, the total time it took for your scripts to be executed, the amount of memory the sites used and what different kinds of processes created the load. Statistics are created every 6 hours. You could see daily and monthly data too. In the second section you will find all of the databases that you've created inside the account and for each of them you shall see the number of hourly and day-to-day queries. The information will give you a detailed picture of the overall performance of your websites, particularly if you compare it to the daily traffic and visitor data.

MySQL & Load Stats in Semi-dedicated Servers

Our system generates thorough stats about both kinds of load, so if you buy a semi-dedicated server for your Internet sites, you can access the info with just a few clicks inside your Hepsia hosting Control Panel. Every type of data is listed inside its own section. The CPU Load section can tell you which processes created the load and the amount of time it took for the server to execute every one of the requests. Though stats are produced every six hours, you can see day by day and month-to-month statistics also. In the MySQL Load section you will find a list of all the databases created in your semi-dedicated account manually and automatically, the amount of queries were sent to each one of them, the total everyday queries for the account as a whole, as well as the average per hour rate. This info will help you determine how well your sites perform and if any of them needs optimization of some type.