MySQL & Load Stats
What kind of information is provided in the MySQL & Load Stats section? How do you make use of it?
When a visitor opens your Internet site, the browser sends a request to the server, which in turn executes it and provides the required content as a response. A simple HTML Internet site uses very little resources due to the fact that it's static, but database-driven platforms are more requiring and use much more processing time. Every single page which is served generates 2 kinds of load - CPU load, which depends on the time the web server spends executing a specific script; and MySQL load, that depends on the total number of database queries produced by the script while the customer browses the website. Greater load shall be generated if loads of people look through a certain website concurrently or if a considerable amount of database calls are made all at once. Two illustrations are a discussion board with many users or an online store in which a client enters a term within a search box and tens of thousands of items are searched. Having detailed statistics about the load your website generates can help you optimize the content or see if it's the perfect time to switch to a more powerful kind of web hosting service, if the website is simply getting quite popular.
MySQL & Load Stats in Cloud Web Hosting
Our system keeps comprehensive info about the system resource usage of each and every cloud web hosting account that's created on our top-notch cloud platform, so if you choose to host your websites with us, you will have full access to this info via the Hepsia Control Panel, which you shall get with the account. The CPU load statistics include the CPU time and the actual execution time of your scripts, along with what amount of system memory they used. You may also see what processes created the load - PHP or Perl scripts, cron jobs, etcetera. The MySQL load stats section will show you the amount of queries to each specific database you have created in your shared hosting account, the total queries for the account altogether and the typical hourly rate. Comparing these figures to the site visitor statistics shall tell you if your websites perform the way they should or if they need some optimization, that will improve their efficiency and the overall site visitor experience.