Whenever a visitor opens your website, the browser sends a request to the server, which in turn executes it and gives the necessary information as a response. A simple HTML site uses negligible system resources because it is static, but database-driven platforms are more requiring and use more processing time. Each webpage that's served generates 2 sorts of load - CPU load, that depends on the time the web server spends executing a specific script; and MySQL load, which depends on the total number of database queries created by the script while the user browses the site. Higher load shall be produced if many people look through a particular site all at once or if many database calls are made concurrently. Two illustrations are a discussion board with a huge number of users or an online store in which a customer enters a term within a search box and thousands of items are searched. Having thorough stats about the load that your site generates can help you boost the content or see if it's time to switch to a more powerful sort of web hosting service, if the Internet site is simply getting quite popular.

MySQL & Load Stats in Website Hosting

We create thorough stats about the system resource usage of every website hosting account, so in case you host your websites on our advanced cloud platform, you shall be able to check the data with only a few mouse clicks from your Hepsia Control Panel. The data is supplied in 2 different sections. The first one will show you the span of time our system spent serving your websites, the total time it took for your scripts to be executed, how much memory the sites used and what types of processes created the load. Statistics are produced every six hours. You could see everyday and month-to-month stats also. In the second section you will discover all the databases which you have created in the account and for each of them you shall see the amount of hourly and daily queries. The info will give you a definitive picture of the performance of your Internet sites, especially if you compare it to the daily traffic and visitor stats.