Every time a visitor opens your website, the Internet browser sends a request to the server, which executes it and provides the required data as a response. A simple HTML Internet site uses minimal resources because it's static, but database-driven platforms are more demanding and use much more processing time. Each page that's served creates 2 forms of load - CPU load, which depends on the amount of time the server spends executing a certain script; and MySQL load, that depends on the number of database queries produced by the script while the end user browses the Internet site. Higher load shall be produced if a lot of people look through a particular Internet site all at once or if numerous database calls are made at the same time. Two illustrations are a discussion board with a huge number of users or an online store where a customer enters a term in a search box and tens of thousands of items are searched. Having in depth data about the load that your site generates will help you boost the content or see if it's time for you to switch to a more powerful kind of website hosting service, if the site is simply getting quite popular.
MySQL & Load Stats in Cloud Website Hosting
Our system keeps detailed information about the system resource usage of each cloud website hosting account that's created on our top-notch cloud platform, so if you choose to host your sites with us, you will have full access to this information from the Hepsia CP, which you will get with the account. The CPU load data feature the CPU time and the actual execution time of your scripts, plus the amount of system memory they used. You may also see what processes created the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load data section will show you the number of queries to each specific database that you've created within your shared hosting account, the total queries for the account overall and the normal hourly rate. Comparing these figures to the site visitor stats shall tell you if your sites perform the way they should or if they need some optimization, that'll improve their overall performance and the overall visitor experience.
MySQL & Load Stats in Semi-dedicated Servers
If you would like to see comprehensive statistics about the load generated by your Internet sites, it will not take more than a couple of mouse clicks to do this. The Hepsia hosting Control Panel, which comes with all semi-dedicated servers we offer, features a section focused on the system resource usage and the information there can tell you if your websites operate properly and if the load they produce corresponds to the total amount of received site visitors. The CPU load data include the script execution time and the amount of time it took for the server to process the requests, and also what types of processes generated the load. The MySQL statistics shall show you the number of times each database was accessed, plus daily and per hour data for the whole account. With both sorts of stats, you are able to check the numbers for every one of the past days and months, so you could see how sites perform as the traffic to them rises or after you have applied some update.