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 170204

Summary: PHP needs metadata caching per project and global
Product: editor Reporter: mbirth <mbirth>
Component: Parsing & IndexingAssignee: Jan Jancura <jjancura>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: tmysik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mbirth 2009-08-11 14:37:02 UTC
When opening NetBeans, it always scans the global include path for PHP files (PEAR, PECL, etc.) which already takes its 
time. After opening a project with lots of files, it takes ages until all is scanned. Until the scan is finished, 
NetBeans runs sluggish and the Navigator is not usable.

Since we mostly work with the eZ Publish CMS which consists of hundreds (if not thousands) of files, you often need 5 or 
more minutes before you can start working on a project.

We'd need some metadata caching so that the navigator, syntax hints, etc. work directly after opening a project. The data 
could be updated on-the-fly when opening files. There should also be a manual way to trigger updating the cache.
Comment 1 Tomas Mysik 2009-08-12 09:18:36 UTC
Not PHP area, reassigning, please evaluate.
Comment 2 Vitezslav Stejskal 2009-08-12 12:16:50 UTC
Files crawling and up-to-date check of the indexed files is now much faster in dev builds.

*** This issue has been marked as a duplicate of 166340 ***