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 214734

Summary: LowPerformance took 3260 ms.
Product: php Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 190046
Attachments: nps snapshot

Description Exceptions Reporter 2012-06-25 17:35:39 UTC
This bug was originally marked as duplicate of bug 174050, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X
Maximum slowness yet reported was 3260 ms, average is 3260
Comment 1 Exceptions Reporter 2012-06-25 17:35:43 UTC
Created attachment 121314 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-08-10 16:59:20 UTC
One call to 
org.netbeans.modules.csl.editor.completion.GsfCompletionItem.getPreferredWidth()	99.71572	3 120 ms (99,7%)	3 120 ms	2
leads to 74 calls to 
org.netbeans.modules.csl.core.ProjectClassPathProvider.findClassPath()	58.750595	1 838 ms (58,8%)	1 838 ms	74
the call goes through:
org.netbeans.modules.php.project.api.PhpSourcePath.getFileType()	74.072014	2 317 ms (74,1%)	2 317 ms	58
Comment 3 Ondrej Brejla 2012-08-13 06:47:54 UTC

*** This bug has been marked as a duplicate of bug 211622 ***