This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 211622 - 3.7s - org.netbeans.modules.php.editor.PHPCompletionItem.getRhsHtml()
Summary: 3.7s - org.netbeans.modules.php.editor.PHPCompletionItem.getRhsHtml()
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: PERFORMANCE
: 213460 213472 213741 214734 214832 215009 215193 218347 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-24 09:21 UTC by Exceptions Reporter
Modified: 2012-11-05 14:11 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186158


Attachments
nps snapshot (45.79 KB, application/nps)
2012-04-24 09:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-04-24 09:21:00 UTC
Build: NetBeans IDE Dev (Build 201204190400)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

User Comments:
GUEST: Writing a PHP for() loop

GUEST: Clicked ctrl+space



Maximum slowness yet reported was 5176 ms, average is 3707
Comment 1 Exceptions Reporter 2012-04-24 09:21:07 UTC
Created attachment 118677 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-04-26 09:25:48 UTC
There are many calls into filesystem from the PHP code completion
Comment 3 Ondrej Brejla 2012-05-09 11:10:23 UTC
ProjectSourcePath.getClassPath() takes a lot of time...but I think that this issue is same as usual, that we can't do anything with that. What do you think Tomasi?
Comment 4 Tomas Mysik 2012-05-09 11:36:06 UTC
ClassPath.getClassPath() takes long time (it calls FileOwnerQuery.getOwner()) - Tome, do you think we can do something with it?

Closing as WONTFIX, sorry.
Comment 5 Tomas Zezula 2012-05-10 07:36:51 UTC
If it has to be called from EDT you cannot do nothing with it.
Comment 6 Ondrej Brejla 2012-05-10 07:58:24 UTC
It's called by CSL infrastructure which calls our implemetation of CC item and it calls that project thing, so...anything can't be done.
Comment 7 Tomas Mysik 2012-06-04 09:08:30 UTC
*** Bug 213472 has been marked as a duplicate of this bug. ***
Comment 8 Tomas Mysik 2012-06-04 09:10:47 UTC
*** Bug 213460 has been marked as a duplicate of this bug. ***
Comment 9 Tomas Mysik 2012-06-08 03:24:18 UTC
*** Bug 213741 has been marked as a duplicate of this bug. ***
Comment 10 Tomas Mysik 2012-06-28 07:22:00 UTC
*** Bug 214832 has been marked as a duplicate of this bug. ***
Comment 11 Ondrej Brejla 2012-08-07 14:12:37 UTC
*** Bug 215009 has been marked as a duplicate of this bug. ***
Comment 12 Ondrej Brejla 2012-08-13 06:47:54 UTC
*** Bug 214734 has been marked as a duplicate of this bug. ***
Comment 13 Ondrej Brejla 2012-09-04 11:54:11 UTC
*** Bug 215193 has been marked as a duplicate of this bug. ***
Comment 14 Ondrej Brejla 2012-11-05 14:11:27 UTC
*** Bug 218347 has been marked as a duplicate of this bug. ***