Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This may be something that belongs on ServerFault, but I'm not completely certain.

I'm trying to diagnose performance problems on a WordPress install that consistently runs at around 88% CPU load, with 3-8 PHP processes running at any one time (sometimes a few of which are marked as <DEFUNCT>.)

I already have APC installed, WP Super Cache/WP Widget Cache installed.

Is there a way to determine exactly where the bottlenecks are coming from, ideally with a script name or similar?

share|improve this question

1 Answer

up vote 1 down vote accepted

You may look at the profiling with the XDebug extension: http://xdebug.org/docs/profiler

share|improve this answer
That's amazing. I've Googled for this multiple times and never gotten anywhere! My search-fu is weak. XDebug looks awesome, thanks. :) – sudowned Jan 15 '12 at 18:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.