Whenever a visitor opens your Internet site, the Internet browser sends a request to the server, which executes it and provides the desired content as a response. A basic HTML website uses minimum system resources due to the fact that it's static, but database-driven platforms are more requiring and use far more processing time. Every page which is served produces 2 forms of load - CPU load, that depends on the span of time the web server spends executing a particular script; and MySQL load, that depends on the amount of database queries created by the script while the user browses the website. Bigger load will be produced if many people look through a particular Internet site all at once or if many database calls are made at the same time. 2 good examples are a discussion board with a huge number of users or an online store where a client enters a term inside a search box and tens of thousands of items are searched. Having in depth stats about the load that your Internet site generates will allow you to boost the content or see if it is time for you to switch to a more powerful type of web hosting service, if the site is simply getting really popular.
MySQL & Load Stats in Shared Hosting
Our system keeps detailed info about the system resource usage of every single shared hosting account which is set up on our top-notch cloud platform, so in case you opt to host your sites with us, you will have full access to this data through 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, along with how much system memory they used. You could also see what processes created the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load statistics section will show you the number of queries to each specific database which you have created in your shared hosting account, the total queries for the account altogether and the typical hourly rate. Comparing these numbers to the site visitor statistics will tell you if your websites perform the way they should or if they require some optimization, which will improve their efficiency and the overall website visitor experience.
MySQL & Load Stats in Semi-dedicated Hosting
Our system generates comprehensive statistics about both different types of load, so if you get a semi-dedicated server for your websites, you can access the data with a few clicks in your Hepsia hosting CP. Each kind of data is listed inside its own section. The CPU Load section shall tell you which processes produced the load and the time it took for the web server to execute every one of the requests. Although statistics are produced every 6 hours, you can see day-to-day and month-to-month stats too. In the MySQL Load section you shall find a list of all the databases created within your semi-dedicated account manually and automatically, how many queries were sent to each one of them, the total day-to-day queries for the account in general, along with the average per hour rate. This info shall help you see how well your Internet sites perform and if each of them requires optimization of some kind.