Each time a visitor opens your website, the browser sends a request to the server, which executes it and gives the necessary information as a response. A standard HTML website uses very little resources as it's static, but database-driven platforms are more demanding and use a lot more processing time. Every page which is served generates 2 kinds of load - CPU load, that depends on the time period the server spends executing a certain script; and MySQL load, which depends on the number of database queries generated by the script while the user browses the website. Greater load will be created if a lot of people look through a given site simultaneously or if many database calls are made simultaneously. 2 illustrations are a discussion board with thousands of users or an online store where a client enters a term in a search box and tens of thousands of items are searched. Having thorough stats about the load which your website generates will enable you to improve the content or see if it's the perfect time to switch to a more powerful type of hosting service, if the site is simply getting very popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps comprehensive info about the system resource usage of each and every cloud hosting account that is set up on our top-notch cloud platform, so given that you decide to host your Internet sites with us, you'll have full access to this info from the Hepsia Control Panel, which you will get with the account. The CPU load statistics include the CPU time and the actual execution time of your scripts, as well as what amount of system memory they used. You may see what processes generated the load - PHP or Perl scripts, cron jobs, etc. The MySQL load stats section will show you the number of queries to each specific database you have created in your shared hosting account, the total queries for the account overall and the normal hourly rate. Comparing these numbers to the visitor stats will tell you if your Internet sites perform the way they ought to or if they require some optimization, that'll improve their functionality and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

If you have a semi-dedicated server account with our company, you shall be able to access really detailed CPU and MySQL load stats that'll give you more information about the efficiency of your websites. Two sections of the Hepsia Control Panel are focused on the statistics, one for each kind. Within the CPU Load section you are able to see the execution time of your scripts and how much time the server processed them. You may also see the types of processes which were executed. Stats are produced every 6 hours, but if needed, you could also check data for previous days or months. The MySQL Load section shall show you the entire number of database queries each day and each hour, plus the queries to each individual database which you have inside your semi-dedicated account. Comparing this data to your traffic statistics will give you important data about how your sites perform and you will see if you must take some measures to improve them.