When a visitor opens your Internet site, the Internet browser sends a request to the web server, which in turn executes it and provides the desired data as a response. A standard HTML site uses minimum resources as it is static, but database-driven platforms are more demanding and use far more processing time. Every single webpage which is served creates 2 kinds of load - CPU load, which depends on the amount of time the server spends executing a specific script; and MySQL load, that depends on the total number of database queries generated by the script while the end user browses the website. Bigger load will be produced if loads of people browse a given Internet site concurrently or if loads of database calls are made all at once. 2 good examples are a discussion board with thousands of users or an online store in which a client enters a term inside a search box and tens of thousands of items are searched. Having detailed stats about the load which your site generates will enable you to optimize the content or see if it's the perfect time to switch to a more powerful sort of hosting service, if the site is simply getting very popular.

MySQL & Load Stats in Shared Hosting

We generate in depth statistics about the system resource usage of every shared hosting account, so if you host your Internet sites on our highly developed cloud platform, you will be able to take a look at the data with only a couple of clicks from your Hepsia CP. The data is available in two different sections. The first one shall show you the span of time our system spent serving your Internet sites, the total time it took for your scripts to be executed, the amount of memory sites used and what different types of processes created the load. Stats are created every six hours. You'll be able to see day-to-day and per month data also. In the second section you'll find all the databases you have created within the account and for each of them you shall see the amount of hourly and daily queries. The info shall give you a definitive picture of the efficiency of your websites, specifically if you compare it to the daily traffic and visitor statistics.