Whenever a visitor opens your Internet site, the web browser sends a request to the web server, which in turn executes it and supplies the required data as a response. A basic HTML Internet site uses minimal resources as it is static, but database-driven platforms are more demanding and use more processing time. Each webpage that is served creates two sorts of load - CPU load, that depends on the amount of time the server spends executing a specific script; and MySQL load, which depends on the amount of database queries generated by the script while the user browses the Internet site. Higher load shall be generated if a whole lot of people browse a given site at the same time or if many database calls are made concurrently. Two examples are a discussion board with a huge number of users or an online store where a customer enters a term in a search box and a large number of items are searched. Having thorough stats about the load your site generates will enable you to optimize the content or see if it is time for you to switch to a more powerful kind of hosting service, if the website is simply getting really popular.

MySQL & Load Stats in Cloud Hosting

We create in depth stats about the system resource usage of each and every cloud hosting account, so in the event that you host your websites on our highly developed cloud platform, you'll be able to check the stats with just a couple of clicks from your Hepsia CP. The data is supplied in 2 different sections. The first one shall show you the time our system spent serving your Internet sites, the total time it took for your scripts to be executed, how much memory the sites used and what kinds of processes produced the load. Stats are produced every 6 hours. You're able to see day-to-day and month-to-month data also. In the second section you shall find all of the databases that you've created within the account and for each and every one of them you shall see the total amount of hourly and day-to-day queries. The info will give you an accurate picture of the overall performance of your websites, particularly if you compare it to the daily traffic and visitor data.

MySQL & Load Stats in Semi-dedicated Servers

Our system produces detailed statistics about both types of load, so if you get a semi-dedicated server for your websites, you can access the information with just a couple of mouse clicks in your Hepsia hosting Control Panel. Each type of info is listed within its own section. The CPU Load section will tell you exactly what processes generated the load and the length of time it took for the web server to execute every one of the requests. Though statistics are created every 6 hours, you can see day-to-day and month-to-month statistics also. In the MySQL Load section you shall find a list of all the databases generated in your semi-dedicated account manually and automatically, how many queries were sent to each of them, the total day-to-day queries for the account as a whole, plus the average per hour rate. This information shall help you figure out how well your Internet sites perform and if each of them requires optimization of some kind.