When a visitor opens your website, the Internet browser sends a request to the server, which in turn executes it and supplies the necessary data as a response. A basic HTML website uses negligible resources as it's static, but database-driven platforms are more demanding and use much more processing time. Every page which is served generates two types of load - CPU load, which depends on the time period the web server spends executing a certain script; and MySQL load, that depends on the total number of database queries created by the script while the end user browses the Internet site. Higher load will be created if a whole lot of people browse a certain site all at once or if a considerable amount of database calls are made simultaneously. Two examples are a discussion board with a large number of users or an online store in which a customer enters a term inside a search box and a large number of items are searched. Having in depth data about the load that your Internet site generates will help you boost the content or see if it is time for you to switch to a more powerful sort of website hosting service, if the Internet site is simply getting very popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps detailed information about the system resource usage of each and every cloud hosting account which is created on our top-notch cloud platform, so if you decide to host your sites with our company, you'll have full access to this information via the Hepsia CP, which you'll get with the account. The CPU load data feature the CPU time and the actual execution time of your scripts, as well as how much system memory they used. You may see what processes produced the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load stats section will show you the total amount queries to each individual database that you have created within your shared hosting account, the total queries for the account overall and the standard hourly rate. Comparing these numbers to the visitor statistics will tell you if your sites perform the way they ought to or if they require some optimization, which will improve their efficiency and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces detailed statistics about the two kinds of load, so if you acquire a semi-dedicated server for your Internet sites, you can access the data with just a few clicks in your Hepsia hosting Control Panel. Every type of data is listed inside its own section. The CPU Load section will show you which processes produced the load and the length of time it took for the web server to execute each of the requests. Although stats are produced every 6 hours, you can see daily and month-to-month stats as well. In the MySQL Load section you shall find a list of all the databases generated inside your semi-dedicated account manually and automatically, what amount of queries were sent to each of them, the total day-to-day queries for the account overall, as well as the average per hour rate. This information shall help you figure out how well your Internet sites perform and if any one of them needs optimization of some sort.