When a visitor opens your website, the browser sends a request to the web server, which executes it and provides the required data as a response. A basic HTML site uses negligible system resources as it's static, but database-driven platforms are more demanding and use a lot more processing time. Every page that is served creates two forms of load - CPU load, which depends on the amount of time the server spends executing a particular script; and MySQL load, which depends on the number of database queries generated by the script while the customer browses the website. Larger load shall be generated if many people look through a certain website concurrently or if a lot of database calls are made concurrently. 2 illustrations are a discussion board with many users or an online store in which a customer enters a term within a search box and a large number of items are searched. Having thorough stats about the load your site generates will 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 Internet site is simply getting really popular.

MySQL & Load Stats in Shared Website Hosting

Our system keeps detailed info about the system resource usage of every shared website hosting account that's set up on our top-notch cloud platform, so in case you choose to host your Internet sites with our company, you will have full access to this information via the Hepsia Control Panel, which you shall get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, as well as what amount of system memory they used. You could also see what processes created the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load statistics section will show you the number of queries to each specific database that you have created in your shared hosting account, the total queries for the account overall and the average hourly rate. Comparing these numbers to the website visitor statistics shall tell you if your Internet sites perform the way they need to or if they need some optimization, which will improve their efficiency and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

If you have a semi-dedicated server account with our company, you will be able to access rather detailed CPU and MySQL load stats that will give you addiitional information about the performance of your Internet sites. 2 sections of the Hepsia CP are focused on the stats, one for each kind. In the CPU Load section you can see the execution time of your scripts and how much time the web server processed them. Additionally you can see the different types of processes that were executed. Stats are created every 6 hours, but if necessary, you could also check statistics for previous days or months. The MySQL Load section will show you the entire number of database queries each and every day and per hour, plus the queries to each individual database you have within your semi-dedicated account. Comparing this data to your traffic stats shall give you useful information about how your Internet sites perform and you will see if you have to take some measures to enhance them.