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 213460 - CodeCompletion took 2859 ms. - does a lot of queries in PHP
Summary: CodeCompletion took 2859 ms. - does a lot of queries in PHP
Status: RESOLVED DUPLICATE of bug 211622
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-06-03 21:13 UTC by Exceptions Reporter
Modified: 2012-06-04 09:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188895


Attachments
nps snapshot (58.75 KB, application/nps)
2012-06-03 21:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-03 21:13:43 UTC
This bug was originally marked as duplicate of bug 197270, 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.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: Linux
Maximum slowness yet reported was 2859 ms, average is 2859
Comment 1 Exceptions Reporter 2012-06-03 21:13:52 UTC
Created attachment 120262 [details]
nps snapshot
Comment 2 Ondrej Brejla 2012-06-04 08:22:10 UTC
Probably slow PhpSourcePath.getFileType()...but ClassPath.getClassPath() from Java API takes a lot of time...not sure why.
Comment 3 Tomas Mysik 2012-06-04 09:10:47 UTC

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