When a visitor opens your site, the browser sends a request to the web server, which in turn executes it and provides the necessary content as a response. A basic HTML site uses very little resources as it's static, but database-driven platforms are more demanding and use a lot more processing time. Each and every page that's served generates two kinds of load - CPU load, which depends on the amount of time the hosting server spends executing a specific script; and MySQL load, which depends on the total number of database queries produced by the script while the user browses the Internet site. Bigger load will be created if a considerable amount of people browse a certain site concurrently or if a lot of database calls are made concurrently. Two examples are a discussion board with tens of thousands of users or an online store where a customer enters a term within a search box and thousands of items are searched. Having detailed data about the load which your site generates can help you improve the content or see if it's the perfect time to switch to a more powerful type of hosting service, if the website is simply getting quite popular.

MySQL & Load Stats in Hosting

We produce comprehensive statistics about the system resource usage of each hosting account, so in the event that you host your websites on our advanced cloud platform, you will be able to take a look at the data with just a few clicks from your Hepsia Control Panel. The data is offered in 2 different sections. The first one shall show you how much time our system spent serving your websites, the total time it took for your scripts to be executed, the amount of memory the sites used and what types of processes produced the load. Statistics are generated every 6 hours. You could see daily and month-to-month stats as well. In the second section you will discover all of the databases that you've created within the account and for every one of them you'll see the total amount of per hour and day-to-day queries. The information shall give you an accurate picture of the performance of your websites, especially if you compare it to the daily traffic and visitor data.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces 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 mouse clicks in your Hepsia hosting CP. Each kind of info is listed within its own section. The CPU Load section will show you what processes created the load and the span of time it took for the server to execute each of the requests. Though stats are produced every six hours, you can see daily and monthly statistics as well. In the MySQL Load section you'll find a list of all the databases generated inside your semi-dedicated account manually and automatically, what amount of queries were sent to each one of them, the total everyday queries for the account overall, plus the average hourly rate. This information will help you see how well your sites perform and if any of them requires optimization of some kind.