When a visitor opens your site, the web browser sends a request to the server, which in turn executes it and gives the desired information as a response. A standard HTML Internet site uses very little resources due to the fact that it's static, but database-driven platforms are more requiring and use more processing time. Every page which is served produces 2 forms of load - CPU load, that depends on the length of time the server spends executing a certain script; and MySQL load, which depends on the number of database queries produced by the script while the customer browses the website. Higher load will be generated if a whole lot of people surf a certain Internet site all at once or if a lot of database calls are made all at once. Two illustrations are a discussion board with tens of thousands of users or an online store where a customer enters a term within a search box and thousands of items are searched. Having in depth statistics about the load that your Internet site generates can help you improve the content or see if it is the perfect time to switch to a more powerful sort of website hosting service, if the site is simply getting very popular.

MySQL & Load Stats in Web Hosting

Our system keeps comprehensive info about the system resource usage of each web hosting account that is set up on our top-notch cloud platform, so in case you decide to host your websites with our company, you will have full access to this information via the Hepsia CP, which you'll get with the account. The CPU load statistics include the CPU time and the actual execution time of your scripts, as well as the amount of system memory they used. You could also see what processes generated the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load statistics section will show you the amount of queries to each specific database you have created in your shared hosting account, the total queries for the account as a whole and the average hourly rate. Comparing these statistics to the website visitor stats will tell you if your sites perform the way they ought to or if they require some optimization, which will improve their overall performance and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

Our system generates comprehensive statistics about both different kinds of load, so if you acquire a semi-dedicated server for your sites, you can access the information with a few clicks inside your Hepsia hosting CP. Each type of info is listed within its own section. The CPU Load section can tell you exactly what processes generated the load and the span of time it took for the server to execute all of the requests. Although stats are created every six hours, you can see daily and per month statistics too. In the MySQL Load section you shall find a list of all the databases created inside your semi-dedicated account manually and automatically, what amount of queries were sent to each of them, the total everyday queries for the account as a whole, plus the average per hour rate. This information shall help you determine how well your websites perform and if each of them requires optimization of some type.