Changes between Version 17 and Version 18 of HostingServerSetupRecommendations
- Timestamp:
- Aug 31, 2010, 9:02:40 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HostingServerSetupRecommendations
v17 v18 17 17 Before starting optimization it is better to monitor your server performance before starting optimization and after, to see how things are changing, if it becomes better or worth. I suggest to install "[http://munin-monitoring.org/ Munin]" server monitor, it is available as WHM plugin, you can install it from WHM panel -> cPanel -> Manage Plugins -> click "Install and Keep Updated" near Munin logo and press "Save" button at the bottom of the page. After installing link to Munin appears in "Plugins" section of WHM panel, please allow up to 10 minutes until it generates pages with graphs for you. 18 18 19 ---- 20 19 21 == MySQL == 22 23 ---- 20 24 21 25 First you need to check if "query_cache" is enabled on your server. It was noticed that 80% of all SELECT queries are taken from "query_cache" when it is enabled, so if it is disabled on your server - mysql performance is '''5''' times slower ! … … 67 71 68 72 73 ---- 74 69 75 == PHP == 76 77 ---- 70 78 71 79 There are many setups options here, there are advantages and disadvantages between all of them. So choose most suitable for your situation. PHP is a part of webserver and it is difficult to describe PHP without webserver or related to different webservers, so Apache is considered as webserver in this section. Most common setups are described, but there are more complex setups maybe available. … … 139 147 __Conclusion:__ This is a best option in most situations. Just check how your site is functioning, maybe some things can be changed to increase speed and/or security of your site. 140 148 149 === Different PHP setups Benchmark === 150