Every time a visitor opens your site, the browser sends a request to the web server, which in turn executes it and supplies the desired information as a response. A standard HTML Internet site uses very little resources due to the fact that it is static, but database-driven platforms are more demanding and use far more processing time. Every webpage that's served creates 2 types of load - CPU load, which depends on the length of time the server spends executing a specific script; and MySQL load, that depends on the number of database queries generated by the script while the end user browses the Internet site. Larger load shall be created if a lot of people look through a particular website simultaneously or if loads of database calls are made concurrently. 2 examples are a discussion board with many users or an online store where a client enters a term within a search box and thousands of items are searched. Having in depth stats about the load that your website generates can help you optimize the content or see if it is time for you to switch to a more powerful kind of hosting service, if the site is simply getting quite popular.

MySQL & Load Stats in Website Hosting

Our system keeps comprehensive information about the system resource usage of each and every website hosting account that's created on our top-notch cloud platform, so given that you choose to host your Internet sites with our company, you'll have full access to this data via the Hepsia CP, which you shall get with the account. The CPU load data include the CPU time and the actual execution time of your scripts, along with the amount of system memory they used. You may also see what processes generated the load - PHP or Perl scripts, cron jobs, etc. The MySQL load data section will show you the amount of queries to each specific database you have created within your shared hosting account, the total queries for the account as a whole and the normal hourly rate. Comparing these figures to the website visitor statistics will tell you if your websites perform the way they have to or if they need some optimization, that will improve their efficiency and the overall visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

Our system creates thorough stats about the two different kinds of load, so if you purchase a semi-dedicated server for your websites, you can access the info with just a few clicks within your Hepsia hosting CP. Each kind of information is listed inside its own section. The CPU Load section will show you which processes generated the load and the span of time it took for the web server to execute each of the requests. Though statistics are generated every 6 hours, you can see day by day and per month stats as well. In the MySQL Load section you'll find a list of all the databases generated inside your semi-dedicated account manually and automatically, what amount of queries were sent to every one of them, the total daily queries for the account as a whole, as well as the average per hour rate. This information shall help you figure out how well your Internet sites perform and if any of them needs optimization of some kind.