|
|
Re: DLTK indexing annoyance in Zend 7.3 [message #547219 is a reply to message #547213] |
Thu, 15 July 2010 22:02   |
Eclipse User |
|
|
|
Hi Igor,
Zend Studio is based on PDT. And PDT uses DLTK.
This indexing is not implemented by DLTK only, both projects take part in it. The storage and control is provided by DLTK and PHP specific indexing is implemented by PDT. The indexes are used in open type/method, search, auto completion, etc. It wasn't designed to be easily disabled as without it you can't use a lot of IDE functions. So, it should be there, but it should work "invisible", so you don't know if it happens. As I remember there were some improvements in the indexing performed during last year.
Unfortunately, I am not sure what PDT/DLTK versions are included in particular Zend Studio releases. And anyway, the best place to ask for help is actually Zend support. Or you can post questions in PDT forums if the problem can be reproduced in pure PDT installation.
If I understand correctly, the only way to resolve those issues is using java profiler to check what operations take most time and if they can be optimized, optimizing when possible, redesigning when it's not possible, etc. Most probably your files would be helpful for the profiling as I believe simple scripts are processed fine.
Regards,
Alex
|
|
|
|
|
|
Re: DLTK indexing annoyance in Zend 7.3 [message #549210 is a reply to message #548162] |
Mon, 26 July 2010 02:48  |
Eclipse User |
|
|
|
Roy Ganor wrote on Tue, 20 July 2010 17:05 | Hi Igor,
As I understand your project includes PHP/JS/CSS - make sure that the buildpath of the PHP is optimized and you exclude all non-php resources from your project buildpath.
|
I was almost 100% sure and people in Zend Forum pointed it out. Build path has nothing to do with DLTK indexing.
I added all my /www directory into Exclusions, unticked all Builders under Project-->Properties restarted Zend and I typed four spaces inside editor and DLTK indexing is in progress and editor hiccups.
I can post Zend components versions screenshot but this forum does not allow attachments for some reason.
Alex - what is pure PDT installation? "PDT forums if the problem can be reproduced in pure PDT installation"
Vanilla Eclipse with PHP plugin (no Zend)?
Thank you
|
|
|
Powered by
FUDForum. Page generated in 0.03690 seconds