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 204423

Summary: CodeCompletion took 8047 ms.
Product: php Reporter: kolen <kolen>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: jordao, kolen, ProCOmputer
Priority: P3 Keywords: PERFORMANCE
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180793
Attachments: nps snapshot

Description kolen 2011-10-31 07:42:33 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP

User Comments:
ProCOmputer: Editing a PHP file. Hit Ctrl+Spacebar

kolen: Started completion (partial name of function and ctrl+enter) in large PHP project.

GUEST: writing code :)))



Maximum slowness yet reported was 13066 ms, average is 5458
Comment 1 kolen 2011-10-31 07:42:37 UTC
Created attachment 112580 [details]
nps snapshot
Comment 2 Petr Pisl 2011-11-01 11:24:21 UTC
Fixed by Ondra. Moved resolving variables after the item is selected.