On 7/24/06, Domas Mituzas midom.lists@gmail.com wrote:
Hi!
Also, how do you accurately profile MediaWiki? I've used xdebug and Kcachegrind to profile scripts before, but it always bothers me because
I
cannot use xdebug alongside APC or eaccelerator to get results
reflective of
Strange, I use xdebug alongside APC. And we use that when we do xdebug profiling runs on cluster.
So what is this warning, straight from xdebug's site about:
Xdebug does not work together with the Zend Optimizer or any other Zend extension (DBG, APC, APD etc). This is due to compatibility problems with those modules. We will be working on figuring out what the problems are, and of course try to fix those.
That was scary enough for me to avoid the combination.
Greg