Each time a visitor opens your site, the browser sends a request to the hosting server, which in turn executes it and provides the desired content as a response. A standard HTML website uses very little resources because it is static, but database-driven platforms are more demanding and use a lot more processing time. Each page which is served creates 2 sorts of load - CPU load, that depends on the time period the web server spends executing a certain script; and MySQL load, which depends on the amount of database queries created by the script while the user browses the site. Greater load will be created if loads of people browse a certain site at the same time or if a considerable amount of database calls are made concurrently. 2 good examples are a discussion board with a large number of users or an online store where a customer enters a term in a search box and tens of thousands of items are searched. Having in depth data about the load that your site generates can help you boost the content or see if it's time for you to switch to a more powerful sort of website hosting service, if the Internet site is simply getting extremely popular.

MySQL & Load Stats in Website Hosting

Our system keeps comprehensive info about the system resource usage of each website hosting account that is created on our top-notch cloud platform, so given that you choose to host your websites with us, you'll have full access to this information through the Hepsia CP, which you will get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, plus the amount of system memory they used. You can 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 individual database that you have created inside your shared hosting account, the total queries for the account overall and the average hourly rate. Comparing these figures to the visitor stats shall tell you if your Internet sites perform the way they should or if they need some optimization, which will improve their efficiency and the overall visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

If you have a semi-dedicated server account with us, you'll be able to access really detailed CPU and MySQL load data which will give you addiitional information about the performance of your sites. 2 sections of the Hepsia CP are committed to the statistics, one for each and every type. In the CPU Load section you can see the execution time of your scripts and how much time the hosting server processed them. You can even see the kinds of processes that were executed. Stats are generated every six hours, but if necessary, you can also check stats for previous days or months. The MySQL Load section will show you the entire amount of database queries each and every day and on an hourly basis, plus the queries to each individual database which you have within your semi-dedicated account. Comparing this information to your traffic statistics will give you important data about how your sites perform and you will determine if you need to take some measures to enhance them.