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 195013

Summary: LowPerformance took 3487 ms - org.netbeans.modules.csl.core.Language.getCompletionProvider - PHP
Product: editor Reporter: Montserrat
Component: CSL (API & infrastructure)Assignee: Svata Dedic <sdedic>
Status: RESOLVED INVALID    
Severity: normal CC: jamiehutber, KhArtNJava, sdedic, sjoerdmaessen, szmitek
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 168385
Attachments: nps snapshot

Description Montserrat 2011-02-03 05:32:16 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6577-on-110201)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
GUEST: CHecking for external changes takes a lot of hard disk time. There is no need to do External checking all the time.



Maximum slowness yet reported was 8660 ms, average is 4901
Comment 1 Montserrat 2011-02-03 05:32:21 UTC
Created attachment 105611 [details]
nps snapshot
Comment 2 Svata Dedic 2012-11-07 13:01:56 UTC
AWT thread is loading classes as a result of 1st invocation of CC. Subversion works on background, and PHP is trying to copy files over sftp channel -- all "normal" operations, depending on your environment or project settings.