When a visitor opens your website, the Internet browser sends a request to the server, which executes it and gives the necessary information as a response. A standard HTML website uses minimal resources for the reason that it is static, but database-driven platforms are more demanding and use far more processing time. Each page which is served creates 2 sorts of load - CPU load, that depends on the length of time the web server spends executing a certain script; and MySQL load, which depends on the total number of database queries produced by the script while the user browses the Internet site. Larger load will be created if many people surf a certain website concurrently or if a lot of database calls are made at the same time. Two illustrations are a discussion board with many users or an online store in which a client enters a term in a search box and a large number of items are searched. Having thorough data 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 Hosting
We create in depth statistics about the system resource usage of every hosting account, so if you host your websites on our sophisticated cloud platform, you shall be able to take a look at the stats with just a few clicks from your Hepsia CP. The data is offered in two different sections. The first one shall show you the time our system spent serving your Internet sites, the total time it took for your scripts to be executed, how much memory sites used and what kinds of processes generated the load. Statistics are produced every 6 hours. You can see everyday and month-to-month data also. In the second section you will discover all of the databases you have created within the account and for every one of them you'll see the total amount of per hour and daily queries. The information will give you a definitive picture of the performance of your websites, especially if you compare it to the daily traffic and visitor stats.
MySQL & Load Stats in Semi-dedicated Servers
Because our system keeps detailed statistics for the load which every semi-dedicated server account generates, you shall be aware of how your Internet sites perform at any time. Once you log in to the Hepsia Control Panel, supplied with every account, you can go to the section committed to the system load. There, you can easily see the processing time our system spent on your scripts, the span of time it took for the scripts to be actually executed and what types of processes created the load - cron jobs, PHP pages, Perl scripts, and so on. Also you can see the total number of queries to every single database in your semi-dedicated account, the total everyday numbers for the account overall, along with the average hourly rate. With both the CPU and the MySQL load statistics, you may always go back to past days or months and review the general performance of your sites after some update or after a significant increase in the number of your visitors.