Whenever a visitor opens your site, the Internet browser sends a request to the hosting server, which executes it and gives the necessary data as a response. A standard HTML Internet site uses very little resources as it's static, but database-driven platforms are more requiring and use a lot more processing time. Each page which is served produces 2 kinds of load - CPU load, that depends on the amount of time the hosting server spends executing a particular script; and MySQL load, which depends on the amount of database queries generated by the script while the user browses the website. Bigger load will be created if a lot of people surf a particular website concurrently or if a lot of database calls are made concurrently. 2 good examples are a discussion board with many users or an online store where a customer enters a term inside a search box and tens of thousands of items are searched. Having in depth data about the load that your website generates will enable you to improve the content or see if it is time to switch to a more powerful type of web hosting service, if the Internet site is simply getting quite popular.

MySQL & Load Stats in Shared Website Hosting

Our system keeps comprehensive information about the system resource usage of each and every shared website hosting account that's set up on our top-notch cloud platform, so given that you opt to host your Internet sites with us, you shall have full access to this data via the Hepsia Control Panel, which you will get with the account. The CPU load statistics include the CPU time and the actual execution time of your scripts, along with how much system memory they used. You may also see what processes generated 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 which you have created within your shared hosting account, the total queries for the account in general and the average hourly rate. Comparing these numbers to the site visitor data shall tell you if your sites perform the way they have to or if they need some optimization, which will improve their functionality and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces detailed statistics about the two different types of load, so if you acquire a semi-dedicated server for your Internet sites, you can access the data with just a couple of mouse clicks within your Hepsia hosting CP. Each type of information is listed within its own section. The CPU Load section will tell you which processes generated the load and the length of time it took for the web server to execute each of the requests. Though stats are created every 6 hours, you can see day by day and monthly statistics also. In the MySQL Load section you shall find a list of all the databases created in your semi-dedicated account manually and automatically, what amount of queries were sent to each one of them, the total everyday queries for the account as a whole, plus the average hourly rate. This data will help you figure out how well your websites perform and if any one of them requires optimization of some kind.