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 - org.netbeans.modules.search.SearchPanel.showDialog: LowPerformance took 7823 ms.
Summary: org.netbeans.modules.search.SearchPanel.showDialog: LowPerformance took 7823 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-08-28 16:25 UTC by szmitek
Modified: 2013-08-29 07:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203405


Attachments
nps snapshot (26.87 KB, application/nps)
2013-08-28 16:25 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.