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 235187

Summary: org.netbeans.modules.search.SearchPanel.showDialog: LowPerformance took 7823 ms.
Product: utilities Reporter: szmitek <szmitek>
Component: CodeAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED WONTFIX    
Severity: normal CC: szmitek
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203405
Attachments: nps snapshot

Description szmitek 2013-08-28 16:25:41 UTC
This issue was reported manually by szmitek.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b45, Java(TM) SE Runtime Environment, 1.8.0-ea-b103
OS: Linux

User Comments:
szmitek: Edit in PHP file, closing open PHP files, searching in projects for 'iface_stream_wrapper'



Maximum slowness yet reported was 7823 ms, average is 7823
Comment 1 szmitek 2013-08-28 16:25:43 UTC
Created attachment 139382 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-08-29 07:02:51 UTC
Most time was spent here:
sun.awt.X11.XComponentPeer.requestFocus()	61.36484	4,718 ms 

The slowness is caused by the UI system (Swig on X11),
it probably cannot be fixed in NetBeans.

Hopefully, this is not a big issue, the bug shouldn't occur too often.

Thank you for reporting.