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 200449

Summary: Only load information for jobs referenced by associations
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jesse Glick 2011-07-27 20:36:34 UTC
If you open a project which is associated with a single job on builds.apache.org, even though the IDE will only display notifications for that job it will still load job information over the remote API for every job on that server. This can exceed 4Mb just to synchronize! It should rather be possible to get some basic information about the server and then load job information just for jobs of interest, while trying to minimize the number of separate HTTP connections used.