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 197267

Summary: PHP code completion is slow
Product: php Reporter: Dusan Balek <dbalek>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: Cormo, mmirilovic
Priority: P2 Keywords: PERFORMANCE
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter: 178058
Bug Depends on:    
Bug Blocks: 179727    

Description Dusan Balek 2011-03-31 08:21:35 UTC
See NPS snapshot in Exception Reporter
Comment 1 Petr Pisl 2011-03-31 09:23:29 UTC
Snapshot from report 461128: During cc the reindexing is started. 
Snapshot from report 461175: CC spen time in index for finding new constructors
Snapshot from report 461178: the same as previous one
Snapshot from report 500376: all the time is spend in apple.awt.CGraphicsEnvironment.getDefaultScreenDevice() -> something wrong with the graphics?

So the second and the third snapshot should show for something wrong in find constructors.
Comment 2 Petr Pisl 2011-03-31 09:51:55 UTC
The two snapshot that shows slow cc for constructors are from builds from November 2010. I have fixed the issue in December as issue #193040. Marking as duplicate of this issue.

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