I realize that Java code will slow down when run in debugger.
Question is, will the code slow down simply by starting Java with these options:
Xdebug
No, simply enabling the debugging port will have no effect on runtime performance. At least I've never noticed any.
..