Whenever a visitor opens your Internet site, the Internet browser sends a request to the hosting server, which executes it and gives the required information as a response. A simple HTML website uses minimum resources for the reason that it is static, but database-driven platforms are more demanding and use more processing time. Each page that is served creates two sorts of load - CPU load, which depends on the length of time the server spends executing a particular script; and MySQL load, which depends on the amount of database queries produced by the script while the end user browses the site. Bigger load will be generated if loads of people surf a certain site concurrently or if numerous database calls are made simultaneously. Two examples are a discussion board with tens of thousands of users or an online store in which a visitor enters a term within a search box and thousands of items are searched. Having in depth data about the load that your website generates can help you optimize the content or see if it's time to switch to a more powerful type of hosting service, if the website is simply getting very popular.

MySQL & Load Stats in Shared Hosting

Our system keeps comprehensive information about the system resource usage of every single shared hosting account that is created on our top-notch cloud platform, so given that you decide to host your websites with our company, you will have full access to this info through the Hepsia CP, which you will get with the account. The CPU load data include the CPU time and the actual execution time of your scripts, as well as 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 stats section will show you the number of queries to each particular database you have created within your shared hosting account, the total queries for the account altogether and the normal hourly rate. Comparing these numbers to the visitor stats will tell you if your Internet sites perform the way they have to or if they require some optimization, that'll improve their efficiency and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

If you want to see in depth statistics with regards to the load produced by your websites, it will not take more than a few clicks to do this. The Hepsia hosting Control Panel, included with all semi-dedicated servers which we offer, has a section committed to the system resource usage and the data there can tell you if your sites function properly and if the load they create corresponds to the total amount of received site visitors. The CPU load data include the script execution time and the time it took for the server to process the requests, and also what sorts of processes created the load. The MySQL data will show you how many times every database was accessed, as well as daily and by the hour statistics for the whole account. With both types of statistics, you'll be able to check the numbers for any of the past days and months, so you could see how the sites perform as the traffic to them rises or after you have applied some update.