I have a situation where i have a development site on the same server as a number of production sites, not ideal i know. I would like to use xdebug for the development site but i'm concerned it will create unnecessary overhead on the production sites. Assuming i disabled the error handler, tracing and profiling for all the production sites and just enabled these for the dev site then is this likely to cause any issues?

CentOS 5 server running PHP 5.2

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Answer from the Xdebug account on twitter

There is still a bit (of overhead), about 10%. Xdebug 2.2 (currently SVN-only) have some improvements for this with xdebug.coverage_enable=0

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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