Whenever a visitor opens your site, the Internet browser sends a request to the hosting server, which in turn executes it and provides the desired data as a response. A basic HTML website uses minimal resources as it's static, but database-driven platforms are more requiring and use more processing time. Each webpage which is served creates 2 kinds of load - CPU load, which depends on the length of time the web server spends executing a particular script; and MySQL load, which depends on the amount of database queries produced by the script while the user browses the website. Bigger load shall be generated if a considerable amount of people look through a certain Internet site concurrently or if a considerable amount of database calls are made at the same time. 2 examples are a discussion board with a large number of users or an online store where a customer enters a term within a search box and thousands of items are searched. Having thorough data about the load that your site generates will help you boost the content or see if it is time for you to switch to a more powerful type of website hosting service, if the site is simply getting extremely popular.

MySQL & Load Stats in Shared Hosting

Our system keeps comprehensive information about the system resource usage of each and every shared hosting account that is set up on our top-notch cloud platform, so given that you choose to host your websites with our company, you will have full access to this information from the Hepsia Control Panel, which you will get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, plus what amount of system memory they used. You could also see what processes created the load - PHP or Perl scripts, cron jobs, etc. The MySQL load stats section will show you the amount of queries to each individual database you have created within your shared hosting account, the total queries for the account altogether and the standard hourly rate. Comparing these figures to the site visitor statistics shall tell you if your websites perform the way they should or if they need some optimization, that'll improve their performance and the overall visitor experience.