Hello all, I have a site which is running in php/mysql (php version 5.2.10 and mysql Ver 14.12 ) and hosted in apache version 2.2.3 (centos 5). When i open the site it takes about 6 minutes to load the page. And there are no cpu overload, network traffic and enough disk space. My feeling is there might be some apache/mysql configuration which making site slow. Any idea to tune the performance would be appericiated. Regds, Madal
Does it run slow during a certain script being executed or always/throughout (no matter what code?). If its during a certain script, I'd suggest you benchmark your code to see where the problem occurs (may seem alittle tedious but is worth it to avoid problems in the future).
The site is just running slow, no matter whats in it. my feeling is somewhere apache/mysql config. any help would be great