If you have an HTML Internet site, it likely uses a small amount of resources as it is static, but that isn't the situation with dynamic database-driven Internet sites that use PHP scripts and offer you considerably more functions. Such sites generate load on the hosting server each time anyone browses them, because the web server needs time to execute the script, to access the database and then to provide the data requested by the visitor's browser. A well known discussion board, for example, stores all usernames and posts inside a database, so some load is produced any time a thread is opened or a user searches for a certain name. If lots of people access the forum concurrently, or if each search involves checking a large number of database entries, this can produce high load and affect the performance of the site. In this regard, CPU and MySQL load statistics can present you with info about the site’s performance, as you can compare the numbers with your traffic statistics to make a decision if the website must be optimized or moved to a different sort of hosting platform that'll be able to bear the high system load if the site is very 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 set up on our top-notch cloud platform, so given that you decide to host your Internet sites with us, you'll have full access to this information through the Hepsia Control Panel, which you shall get with the account. The CPU load data feature the CPU time and the actual execution time of your scripts, as well as how much system memory they used. You can also see what processes produced 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 individual database which you have created in your shared hosting account, the total queries for the account in general and the normal hourly rate. Comparing these statistics to the site visitor statistics will tell you if your sites perform the way they ought to or if they need some optimization, that'll improve their overall performance and the overall site visitor experience.
MySQL & Load Stats in Semi-dedicated Hosting
Our system produces in depth statistics about both different types of load, so if you acquire a semi-dedicated server for your sites, you can access the info with a few clicks within your Hepsia hosting CP. Each type of data is listed within its own section. The CPU Load section will show you which processes generated the load and how much time it took for the hosting server to execute each of the requests. Although stats are generated every 6 hours, you can see day by day and month-to-month statistics as well. In the MySQL Load section you'll find a list of all the databases generated inside your semi-dedicated account manually and automatically, what number of queries were sent to every one of them, the total day-to-day queries for the account as a whole, as well as the average hourly rate. This information will help you determine how well your Internet sites perform and if each of them requires optimization of some sort.