vim-php / tagbar-phpctags.vim

Using phpctags to generate php ctags index for vim plugin tagbar.
http://www.vim.org/scripts/script.php?script_id=4125
105 stars 10 forks source link

xdebug related performance loss #9

Closed klaernie closed 3 years ago

klaernie commented 8 years ago

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.

InFog commented 3 years ago

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)