When a visitor opens your site, the web browser sends a request to the web server, which in turn executes it and provides the required content as a response. A basic HTML website uses very little resources as it is static, but database-driven platforms are more requiring and use far more processing time. Each webpage that is served creates 2 sorts of load - CPU load, that depends on the amount of time the web server spends executing a particular script; and MySQL load, that depends on the amount of database queries generated by the script while the client browses the site. Bigger load will be generated if loads of people surf a given Internet site at the same time or if loads of database calls are made at the same time. 2 good examples are a discussion board with a large number of users or an online store in which a client enters a term inside a search box and tens of thousands of items are searched. Having comprehensive statistics about the load which your website generates can help you optimize the content or see if it's the perfect time to switch to a more powerful kind of hosting service, if the Internet site is simply getting quite popular.

MySQL & Load Stats in Shared Hosting

We create in depth data about the system resource usage of every single shared hosting account, so if you host your Internet sites on our advanced cloud platform, you'll be able to take a look at the stats with just a couple of clicks from your Hepsia Control Panel. The data is available in 2 different sections. The first one shall show you the time our system spent serving your sites, the total time it took for your scripts to be executed, what amount of memory sites used and what different kinds of processes produced the load. Statistics are created every six hours. You are able to see everyday and monthly data as well. In the second section you'll discover all of the databases you have created in the account and for every one of them you'll see the total amount of per hour and daily queries. The info will give you an accurate 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

If you have a semi-dedicated server account with our company, you will be able to access quite comprehensive CPU and MySQL load statistics which will give you additional information about the efficiency of your websites. Two sections of the Hepsia CP are committed to the statistics, one for each type. Inside the CPU Load section you can see the execution time of your scripts and the amount of time the web server processed them. You may also see the kinds of processes which were executed. Stats are produced every 6 hours, but if necessary, you may also check figures for previous days or months. The MySQL Load section shall show you the whole number of database queries each and every day and on an hourly basis, along with the queries to each individual database that you have in your semi-dedicated account. Comparing this information to your traffic stats shall give you useful data about how your sites perform and you shall see if you must take some measures to optimize them.