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 - CodeCompletion took 8047 ms.
Summary: CodeCompletion took 8047 ms.
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-10-31 07:42 UTC by kolen
Modified: 2011-11-01 11:24 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180793


Attachments
nps snapshot (61.66 KB, application/nps)
2011-10-31 07:42 UTC, kolen
Details

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