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 - Only load information for jobs referenced by associations
Summary: Only load information for jobs referenced by associations
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-07-27 20:36 UTC by Jesse Glick
Modified: 2012-06-14 16:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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