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 - LowPerformance took 3487 ms - org.netbeans.modules.csl.core.Language.getCompletionProvider - PHP
Summary: LowPerformance took 3487 ms - org.netbeans.modules.csl.core.Language.getCompl...
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-02-03 05:32 UTC by Montserrat
Modified: 2012-11-07 13:01 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168385


Attachments
nps snapshot (25.38 KB, application/nps)
2011-02-03 05:32 UTC, Montserrat
Details

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