Every time a visitor opens your website, the Internet browser sends a request to the server, which in turn executes it and provides the required information as a response. A standard HTML site uses negligible system resources because it's static, but database-driven platforms are more requiring and use more processing time. Every page which is served generates two forms of load - CPU load, which depends on the amount 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 client browses the Internet site. Larger load shall be produced if a whole lot of people surf a given website concurrently or if loads of database calls are made simultaneously. 2 good examples are a discussion board with thousands of users or an online store where a customer enters a term inside a search box and thousands of items are searched. Having in depth statistics about the load your website generates will help you optimize the content or see if it is time to switch to a more powerful kind of website hosting service, if the site is simply getting quite popular.

MySQL & Load Stats in Cloud Hosting

If you host your Internet sites in a cloud hosting account with our company, you will have access to in depth CPU and MySQL data that will allow you to keep track of their performance. You can see the stats with a couple of clicks within your Hepsia CP. The CPU Load section will show you the total time the web server spent on your scripts and just how much memory was needed, and the time it took for the scripts to be executed. The everyday view is the standard one, but you may also see the statistics from the previous months. The MySQL Load section offer you more info about the number of queries to each database that you have created in the account. Once again, you can easily see monthly, daily and hourly stats, that will give you information which is different from the traffic or the number of visitors which you get. That way, you can identify if the Internet sites need some optimization.

MySQL & Load Stats in Semi-dedicated Servers

As our system keeps comprehensive stats for the load that every semi-dedicated server account generates, you'll be aware of how your websites perform at any time. Once you log in to the Hepsia Control Panel, which comes with every account, you can go to the section dedicated to the system load. There, you will see the processing time our system spent on your scripts, how much time it took for the scripts to be actually executed and what sorts of processes generated the load - cron jobs, PHP pages, Perl scripts, and so forth. You may also see the amount of queries to every single database within your semi-dedicated account, the total day-to-day figures for the account overall, plus the average hourly rate. With both the CPU and the MySQL load statistics, you may always go back to past days or months and evaluate the efficiency of your Internet sites after some update or after a sizeable increase in the number of your website visitors.