Hi, I need help on optimizing my.cnf of my site. my site is so slow, and seems response and connection is too long or slow. website is a phpfox website with database members of 80,000+. Logged-in Online users: 50+, + bots hundreds to thousands. here's my server setup. 8GB DDR ECC RAM CPanel/whm Dual Xeon E5335 Quad Core Clovertown 4 x 120GB SATA Raid 5 Mysql version 5.0 mysqltuner.pl results current my.cnf configurations: Please help me. Thanks in advance.
hello, thank you for the reply. im using the built in phpfox caching of pages and data.. most are myisam tables but some are innodb. also changed some tables from myisam to innodb that usually locks when i checked mysql processlist. but most of them are myisam. so its a combination of both.
YOu have over allocated mem settings as it shows : Maximum possible memory usage: 9.9G (125% of installed RAM) So you must reduce these two first max_connections 800 innodb_buffer_pool_size 512 M
And defragmenting tables, adjusting join queries to always utilize indexes and reducing SELECT DISTINCT queries without LIMIT clauses have nothing to do with the cnf file.