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 186932

Summary: LowPerformance took 36422 ms.
Product: php Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED WONTFIX    
Severity: normal CC: azizur
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166384
Attachments: nps snapshot

Description Exceptions Reporter 2010-05-29 05:02:18 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
GUEST: I was switching project group to (none).



Maximum slowness yet reported was 36422 ms, average is 21927
Comment 1 Exceptions Reporter 2010-05-29 05:02:22 UTC
Created attachment 99641 [details]
nps snapshot
Comment 2 Tomas Mysik 2010-06-01 12:24:24 UTC
Unfortunately, there's no way to fix these cases AFAIK.

All the snapshots show that java.util.ZipFile.open() is slow, sometimes very slow and isActionEnabled() is synchronous so we need to wait for the result (for reading project properties in this case).

Closing as WONTFIX.