vim-php / tagbar-phpctags.vim

Using phpctags to generate php ctags index for vim plugin tagbar.

Home Page:http://www.vim.org/scripts/script.php?script_id=4125

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xdebug related performance loss

klaernie opened this issue · comments

While it is not noticeable with smaller files, on big class files I found that having xdebug enabled slows down phpctags extremely, to the point where saving a file costs 15 seconds.

Please support disabling xdebug from inside phpctags.

Thank you, @klaernie. Please, open an issue on https://github.com/vim-php/phpctags.

Just out of curiosity... How big are the files?

(I'm closing this one since it's not an issue on the tagbar itself)