Re: Very long load time for main dashboard since 1.486

2012-10-24 Thread Bertrand Renuart
@googlegroups.commailto:jenkinsci-users@googlegroups.com Date: Wednesday 24 October 2012 07:21 To: jenkinsci-users@googlegroups.commailto:jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.commailto:jenkinsci-users@googlegroups.com Subject: Re: Very long load time for main dashboard since 1.486 Thanks! I

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread jcsirot
Helle David, I'm facing the same issue too. Looking at the log I noticed this exception. I don't know if it is linked but after this exception has been printed in the log trail the dashboard loads immediately. Did someone have any unexpected exception in the log file? Oct 22, 2012 6:53:59 PM

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread David Resnick
Hi Jean-Christophe, I can confirm that I have similar exceptions in my log too (you can find a sample at http://pastebin.com/NEXWMMa3 ). I am not able though to correlate the exceptions with the long loading times. Right now my main dashboard loads very quickly (with a Jenkins instance that

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread David Resnick
Thanks! I was hoping for some attention by core developers to this thread, but I think you have made the next right step. - David On Tuesday, October 23, 2012 3:07:29 PM UTC+2, jcsirot wrote: Hi David, I opened a ticket in Jenkins JIRA: https://issues.jenkins-ci.org/browse/JENKINS-15601

Re: Very long load time for main dashboard since 1.486

2012-10-22 Thread KP
Yes, same issue. I have load times of at least 3 minutes for the main dashboard. It occurs since that lazy loading functionality was introduced, which makes the whole lazy loading thing quite pointless. Maybe it was intended to have faster startup times, but as we're loading the main dashboard

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