When a visitor opens your website, the browser sends a request to the server, which in turn executes it and supplies the desired content as a response. A basic HTML website uses very little system resources because it's static, but database-driven platforms are more demanding and use a lot more processing time. Every single page that's served creates two types of load - CPU load, that depends on the time period the hosting server spends executing a certain script; and MySQL load, which depends on the total number of database queries produced by the script while the end user browses the site. Higher load shall be generated if loads of people surf a given site all at once or if numerous database calls are made simultaneously. 2 illustrations are a discussion board with a large number of users or an online store in which a visitor enters a term inside a search box and thousands of items are searched. Having thorough statistics about the load that your Internet site generates will help you optimize the content or see if it is the perfect time to switch to a more powerful type of website hosting service, if the Internet site is simply getting quite popular.

MySQL & Load Stats in Shared Hosting

Our system keeps comprehensive information about the system resource usage of every single shared hosting account that's created on our top-notch cloud platform, so if you choose to host your websites with us, you shall have full access to this information through the Hepsia CP, which you'll get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, and the amount of system memory they used. You may see what processes created the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load data section will show you the total amount queries to each particular database which you have created within your shared hosting account, the total queries for the account in general and the average hourly rate. Comparing these numbers to the site visitor statistics will tell you if your websites perform the way they should or if they need some optimization, that will improve their efficiency and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces comprehensive stats about the two different types of load, so if you acquire a semi-dedicated server for your Internet sites, you can access the data with a few mouse clicks inside your Hepsia hosting CP. Each kind of information is listed in its own section. The CPU Load section will show you what processes created the load and how much time it took for the server to execute every one of the requests. Though stats are created every six hours, you can see day by day and per month statistics also. In the MySQL Load section you'll find a list of all the databases created within your semi-dedicated account manually and automatically, what amount of queries were sent to each one of them, the total day-to-day queries for the account overall, along with the average per hour rate. This information will help you determine how well your Internet sites perform and if any one of them needs optimization of some type.