MySQL & Load Stats
See which kind of data is gathered in the MySQL & Load Stats section and in what ways it is possible to take advantage of it.
When a visitor opens your website, the browser sends a request to the web server, which in turn executes it and supplies the required data as a response. A standard HTML website uses minimum resources as it's static, but database-driven platforms are more requiring and use a lot more processing time. Every page that's served creates two forms of load - CPU load, that depends on the amount of time the hosting server spends executing a specific script; and MySQL load, which depends on the amount of database queries created by the script while the customer browses the site. Bigger load shall be produced if a lot of people look through a particular website concurrently or if numerous database calls are made all at once. Two good examples are a discussion board with a large number of users or an online store in which a customer enters a term in a search box and tens of thousands of items are searched. Having comprehensive data about the load that your website generates can help you optimize the content or see if it is the perfect time to switch to a more powerful kind of web hosting service, if the Internet site is simply getting really popular.
MySQL & Load Stats in Cloud Hosting
Using the Hepsia CP, which comes with all our cloud hosting plans, you will be able to see really detailed data concerning the resources which your Internet sites use. One of the sections will give you information regarding the CPU load, like how much processing time the web server spent, the time it took for your scripts to be executed and how much memory they used. Statistics are automatically provided every six hours and you can also see the different types of processes that generated the most load - PHP, Perl, and so forth. MySQL load stats are listed inside a separate section in which you could see all the queries on a per hour, daily, and so on. basis. You could go back and compare stats from various months to see if some update has altered the resource usage if the total amount of website visitors hasn't changed much. This way, you will see if your site needs to be optimized, that will give you a better functionality and an improved user experience.