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 234425

Summary: org.openide.filesystems.LocalFileSystem.children: LowPerformance took 23609 ms.
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: HTTP MonitorAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: normal CC: draindra, fxabreu, topman623
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202281
Attachments: nps snapshot

Description Exceptions Reporter 2013-08-15 09:01:14 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-37-on-20130715)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
GUEST: Open Projects



Maximum slowness yet reported was 23609 ms, average is 21878
Comment 1 Exceptions Reporter 2013-08-15 09:01:16 UTC
Created attachment 138717 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-08-15 11:56:21 UTC
Some TopComponent is deserialized in EDT, using
PersistenceManager.getTopComponentPersistentForID(id, true).

I don't know whether it can be fixed.
Standa, please evaluate. Thank you.
Comment 3 Stanislav Aubrecht 2013-08-15 12:24:19 UTC
Only the latest snapshot shows an actual slowness in NetBeans because TransactionView calls org.netbeans.modules.web.monitor.client.Controller.getTransactions() when deserializing. Please evaluate whether this can be postponed to componentOpened() or componentShowing() methods, thanks.

The remaining two reports are from third-party modules.
Comment 4 Martin Balin 2016-07-07 08:53:44 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss