MySQL & Load Stats
What sort of data is provided in the MySQL & Load Stats section? How could you take full advantage of it?
If you have an HTML Internet site, most likely it uses a really small amount of resources because it is static, but this isn't so with dynamic database-driven sites that use PHP scripts and provide way more functions. This type of websites create load on the hosting server every time someone browses them, due to the fact that the hosting server needs time to execute the script, to access the database and then to deliver the data requested by the visitor's Internet browser. A widely used discussion board, for instance, stores all usernames and posts inside a database, so some load is created every time a thread is opened or an end user searches for a specific term. If lots of people access the forum all at once, or if every search involves checking a large number of database entries, this can generate high load and affect the overall performance of the site. In this regard, CPU and MySQL load data can give you info about the site’s performance, as you can compare the numbers with your traffic stats to make a decision if the website must be optimized or moved to another kind of hosting platform that'll be able to bear the high system load in the event that the website is extremely popular.
MySQL & Load Stats in Cloud Hosting
Our system keeps detailed info about the system resource usage of each cloud hosting account that's created on our top-notch cloud platform, so given that you choose to host your Internet sites with our company, you will have full access to this data through the Hepsia Control Panel, which you will get with the account. The CPU load stats feature the CPU time and the actual execution time of your scripts, as well as the amount of system memory they used. You could 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 amount of queries to each individual database that you have created in your shared hosting account, the total queries for the account in general and the standard hourly rate. Comparing these figures to the site visitor stats will tell you if your websites perform the way they should or if they need some optimization, that'll improve their overall performance and the overall visitor experience.