Each time a visitor opens your site, the browser sends a request to the web server, which in turn executes it and gives the necessary content as a response. A standard HTML website uses very little resources as it's static, but database-driven platforms are more demanding and use much more processing time. Every single page that is served produces 2 kinds of load - CPU load, which depends on the span of 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 user browses the website. Bigger load will be created if a whole lot of people look through a given Internet site concurrently or if numerous database calls are made all at once. 2 illustrations are a discussion board with many users or an online store where a visitor enters a term inside a search box and thousands of items are searched. Having comprehensive data about the load your site generates will allow you to boost the content or see if it is the perfect time to switch to a more powerful type of web hosting service, if the website is simply getting quite popular.

MySQL & Load Stats in Shared Hosting

If you host your sites within a shared hosting account with our company, you shall have access to detailed CPU and MySQL stats which will allow you to keep track of their functionality. You are able to see the stats with a few mouse clicks inside your Hepsia Control Panel. The CPU Load section can tell you the total time frame the web server spent on your scripts and the amount of memory was needed, and the time it took for the scripts to be executed. The daily view is the default one, but you may also see the stats from the preceding months. The MySQL Load section offer you more info about the amount of queries to each database that you have created in the account. Once again, you can easily see monthly, day-to-day and hourly stats, that shall give you data that's different from the traffic or the number of visitors which you get. In this way, you can identify if the sites need some optimization.

MySQL & Load Stats in Semi-dedicated Hosting

Because our system keeps detailed stats for the load that every semi-dedicated server account produces, you shall be aware of how your sites perform at any time. As soon as you log in to the Hepsia Control Panel, supplied with each and every account, you can go to the section committed to the system load. In it, you are able to see the processing time our system spent on your scripts, the amount of time it took for the scripts to be actually executed and what kinds of processes produced the load - cron jobs, PHP pages, Perl scripts, and so forth. You can also see the total number of queries to each and every database within your semi-dedicated account, the total day-to-day statistics for the account in general, along with the average hourly rate. With both the CPU and the MySQL load stats, you can always go back to past days or months and assess the general performance of your sites after some update or after a major boost in the number of your visitors.