Warnings logged during startup since upgrade to 1.486

2012-10-21 Thread David Resnick
Since upgrading to 1.486 I have a lot of warnings like below logged when Jenkins starts up. There doesn't seem to be any impact to Jenkins operation. Is this a known issue? Should I open a bug about this? Thanks, David Oct 16, 2012 7:54:16 AM hudson.model.RunMap retrieve WARNING: could not

Very long load time for main dashboard since 1.486

2012-10-21 Thread David Resnick
Since upgrading to 1.486 I've noticed long load times for some views on our Jenkins instance. Longest load times are for the main dashboard (which includes over 100 jobs and thousands of builds) -- I just timed 4 minutes 45 seconds for the page to load. Note that all pages do load eventually.

Re: Very long load time for main dashboard since 1.486

2012-10-21 Thread Richard Mortimer
On 21/10/2012 10:52, David Resnick wrote: Since upgrading to 1.486 I've noticed long load times for some views on our Jenkins instance. Longest load times are for the main dashboard (which includes over 100 jobs and thousands of builds) -- I just timed 4 minutes 45 seconds for the page to load.

Re: Very long load time for main dashboard since 1.486

2012-10-21 Thread David Resnick
Right, I'm also guessing that this is related to the lazy loading that was added in 1.485. Unfortunately, the long loading times are fairly consistent; the 5 minute time I mentioned was not the first time I loaded the main dashboard. In any case, while I expect lazy loading of builds to

Re: Very long load time for main dashboard since 1.486

2012-10-21 Thread Baptiste Mathus
Hi, Just a small guess: are you using nested view plugin? If so, it might alternatively be related to another problem introduced recently in the nested-view plugin (see recent archives about that, thread started by mpapo). Btw, it's been fixed since we logged the issue. My 2 cents. Cheers Le 21

Re: Very long load time for main dashboard since 1.486

2012-10-21 Thread David Resnick
No, I'm not using that plugin. Thanks for pointing out a possible cause for my problems. - David On Sunday, October 21, 2012 5:45:06 PM UTC+2, Baptiste Mathus wrote: Hi, Just a small guess: are you using nested view plugin? If so, it might alternatively be related to another problem