When a visitor opens your website, the browser sends a request to the web server, which executes it and gives the necessary content as a response. A simple HTML site uses negligible system resources as it is static, but database-driven platforms are more demanding and use much more processing time. Every single page which is served generates two forms of load - CPU load, that depends on the time the web server spends executing a certain script; and MySQL load, which depends on the amount of database queries generated by the script while the customer browses the Internet site. Higher load will be generated if a lot of people look through a particular website concurrently or if a considerable amount of database calls are made simultaneously. Two examples are a discussion board with a large number of users or an online store in which a client enters a term in a search box and thousands of items are searched. Having detailed stats about the load your site generates will enable you to boost the content or see if it's time for you to switch to a more powerful sort of website hosting service, if the site is simply getting quite popular.

MySQL & Load Stats in Shared Web Hosting

We produce detailed statistics about the system resource usage of each and every shared web hosting account, so if you host your sites on our advanced cloud platform, you'll be able to check out the stats with just a few clicks from your Hepsia Control Panel. The data is available in 2 different sections. The first one shall 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 Internet sites used and what types of processes produced the load. Stats are generated every 6 hours. You are able to see day-to-day and monthly data too. In the second section you will find all the databases you have created within the account and for each one of them you'll see the amount of per hour and daily queries. The information will give you a definitive picture of the performance of your Internet sites, specifically if you compare it to the daily traffic and visitor data.

MySQL & Load Stats in Semi-dedicated Servers

Our system generates detailed stats about both different kinds of load, so if you get a semi-dedicated server for your websites, you can access the info with just a few clicks inside your Hepsia hosting Control Panel. Each type of info is listed inside its own section. The CPU Load section will tell you which processes produced the load and the time it took for the server to execute all the requests. Though stats are created every six hours, you can see day by day and month-to-month statistics also. In the MySQL Load section you'll find a list of all the databases produced inside your semi-dedicated account manually and automatically, how many queries were sent to every one of them, the total daily queries for the account in general, plus the average hourly rate. This info shall help you figure out how well your Internet sites perform and if any one of them needs optimization of some kind.