Site too slow - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Site too slow (/thread-10814.html) |
Site too slow - ahmadbaig2002 - 05-28-2010 07:23 PM I am have installed latest version of ispCP with fcgid + wordpress + eAccelerator on my dedicated server. Here are specs of my server. Debian 5.0 CPU 2200 MHZ 4 Core Fixed Memory 4GB Dynamic RAM 8 GB My site is too slow. All 4 cores are loaded almost 100% with php5-cgi processes. I also tried cache plugins (Hyper Cache, Super WP-Cache) which work perfect but only with cache pages. Whenever I create a new post server load goes very high until all pages are cached. For one page it is taking about 30 to 50 seconds without cache. Please help me how to solve this problem. Regards, RE: Site too slow - joximu - 05-28-2010 07:35 PM you can kill all the php processes (should be done after a apache restart). If the php processes are older than the apache2 process then you have to kill them manually... they eat your ressources :-) /J RE: Site too slow - ahmadbaig2002 - 05-28-2010 09:03 PM (05-28-2010 07:35 PM)joximu Wrote: you can kill all the php processes (should be done after a apache restart). Thanks for your quick reply. I followed your instructions, now it seems a bit better but now mysql is taking cpu%(> 120%). RE: Site too slow - joximu - 05-28-2010 09:34 PM well - then you have to analyze and maybe improve the mysql config... RE: Site too slow - robdacosta - 05-31-2010 03:34 PM I got the same problem |