When a visitor opens your website, the Internet browser sends a request to the web server, which executes it and provides the required information as a response. A basic HTML site uses minimal system resources because it is static, but database-driven platforms are more requiring and use far more processing time. Each page that is served produces 2 types of load - CPU load, that depends on the span of time the server spends executing a specific script; and MySQL load, that depends on the number of database queries created by the script while the customer browses the Internet site. Bigger load will be generated if loads of people surf a given site concurrently or if a considerable amount of database calls are made all at once. 2 examples are a discussion board with a huge number of users or an online store in which a customer enters a term in a search box and a large number of items are searched. Having thorough statistics about the load which your website generates can help you optimize the content or see if it's time to switch to a more powerful sort of hosting service, if the site is simply getting very popular.

MySQL & Load Stats in Hosting

Our system keeps detailed info about the system resource usage of every single hosting account which is set up on our top-notch cloud platform, so if you choose to host your Internet sites with us, you will have full access to this info from the Hepsia Control Panel, which you will get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, and how much system memory they used. You may also see what processes generated the load - PHP or Perl scripts, cron jobs, etc. The MySQL load stats section will show you the number of queries to each particular database that you've created within your shared hosting account, the total queries for the account altogether and the standard hourly rate. Comparing these figures to the visitor data shall tell you if your websites perform the way they need to or if they need some optimization, that'll improve their functionality and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces comprehensive stats about both types of load, so if you purchase a semi-dedicated server for your websites, you can access the info with just a couple of clicks within your Hepsia hosting CP. Each kind of data is listed inside its own section. The CPU Load section will tell you exactly what processes produced the load and the length of time it took for the hosting server to execute all the requests. Though statistics are produced every 6 hours, you can see daily and per month statistics as well. In the MySQL Load section you shall find a list of all the databases generated within your semi-dedicated account manually and automatically, what number of queries were sent to each one of them, the total day-to-day queries for the account in general, as well as the average per hour rate. This info shall help you see how well your Internet sites perform and if each of them needs optimization of some kind.