Every time a visitor opens your Internet site, the Internet browser sends a request to the web server, which executes it and supplies the required content as a response. A simple HTML site uses negligible resources as it's static, but database-driven platforms are more requiring and use a lot more processing time. Every page that's served generates two kinds of load - CPU load, which depends on the time the web server spends executing a specific script; and MySQL load, that depends on the total number of database queries generated by the script while the client browses the site. Larger load shall be generated if a whole lot of people surf a certain website at the same time or if many database calls are made concurrently. 2 illustrations are a discussion board with a huge number of users or an online store where a customer enters a term inside a search box and tens of thousands of items are searched. Having thorough data about the load that your Internet site generates will help you optimize the content or see if it's time for you to switch to a more powerful type of web hosting service, if the Internet site is simply getting really popular.
MySQL & Load Stats in Hosting
Our system keeps detailed information about the system resource usage of every single hosting account that's created on our top-notch cloud platform, so if you opt to host your websites with our company, you shall have full access to this information through the Hepsia CP, which you will get with the account. The CPU load stats feature the CPU time and the actual execution time of your scripts, and what amount of system memory they used. You can also see what processes generated the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load statistics section will show you the amount of queries to each specific database that you've created in your shared hosting account, the total queries for the account overall and the standard hourly rate. Comparing these statistics to the site 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 overall performance and the overall site visitor experience.
MySQL & Load Stats in Semi-dedicated Hosting
If you need to see in depth stats for the load generated by your websites, it won't take more than a few mouse clicks to do that. The Hepsia hosting Control Panel, provided with all semi-dedicated servers that we offer, has a section devoted to the system resource usage and the information there can tell you if your Internet sites function properly and if the load they generate corresponds to the amount of received website visitors. The CPU load stats include the script execution time and the span of time it took for the server to process the requests, as well as what kinds of processes created the load. The MySQL statistics shall show you the number of times every single database was accessed, as well as day-to-day and hourly data for the entire account. With both forms of statistics, you can check the numbers for every one of the past days and months, so you could see how sites perform as the traffic to them grows or once you've applied some update.