When a visitor opens your site, the Internet browser sends a request to the server, which in turn executes it and supplies the desired information as a response. A simple HTML website uses very little resources for the reason that it is static, but database-driven platforms are more requiring and use more processing time. Each and every webpage that is served produces two kinds of load - CPU load, which depends on the length of time the server spends executing a specific script; and MySQL load, which depends on the number of database queries generated by the script while the customer browses the site. Higher load will be created if a lot of people look through a particular site all at once or if a considerable amount of database calls are made concurrently. 2 examples are a discussion board with many users or an online store where a customer enters a term within a search box and thousands of items are searched. Having in depth statistics about the load that your website generates will enable you to optimize the content or see if it is the perfect time to switch to a more powerful kind of hosting service, if the website is simply getting extremely popular.
MySQL & Load Stats in Cloud Hosting
Our system keeps detailed information about the system resource usage of every cloud hosting account which is created on our top-notch cloud platform, so given that you choose to host your sites with our company, you will have full access to this data via the Hepsia Control Panel, which you will 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 created the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load data section will show you the total amount queries to each specific database that 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 stats shall tell you if your websites perform the way they should or if they require some optimization, that'll improve their performance and the overall site visitor experience.
MySQL & Load Stats in Semi-dedicated Servers
Because our system keeps detailed statistics for the load which every semi-dedicated server account generates, you will be aware of how your websites perform at any time. When you log in to the Hepsia Control Panel, included with each account, you should check out the section committed to the system load. There, you can see the processing time our system spent on your scripts, how much time it took for the scripts to be actually executed and what types of processes created the load - cron jobs, PHP pages, Perl scripts, and so on. You can also see the number of queries to each and every database inside your semi-dedicated account, the total day-to-day figures for the account as a whole, as well as the average hourly rate. With both the CPU and the MySQL load data, you can always go back to past days or months and evaluate the performance of your websites after some update or after a substantial increase in the number of your visitors.