Re: slowness with jenkins 1.490

2012-12-10 Thread Jesse Glick
On 12/10/2012 04:25 PM, ohad shai wrote: when I have only name field, the view is fast. as I said it seems like each added column slow down a bit more (few more seconds) OK, I filed JENKINS-16089 [1] to track this. Will try to look into it in January if no one else gets to it before then.

Re: slowness with jenkins 1.490

2012-12-08 Thread ohad shai
An update: It seems like each field I add to a view add few seconds to the load: weather, duration, last failure, last success... I have 70 jobs in the main view, is this the reason? On Friday, December 7, 2012 9:53:54 PM UTC+2, ohad shai wrote: I will try that and update. Thanks, Ohad.

Re: slowness with jenkins 1.490

2012-12-07 Thread Ben Castellucci
There is another email bouncing around on this list with the subject, memory consumption of builds that sounds a lot like it is describing the same behavior. Was a change made after 1.485 to load all builds when a user navigates to the main page vs on startup? Is that the problem here? Just my

Re: slowness with jenkins 1.490

2012-12-07 Thread Jesse Glick
On 12/07/2012 02:10 PM, Ben Castellucci wrote: Was a change made after 1.485 to load all builds when a user navigates to the main page vs on startup? As of 1.485 builds are loaded on demand rather than on startup. Simply viewing an overview page is not supposed to trigger loading of lots of

Re: slowness with jenkins 1.490

2012-12-07 Thread ohad shai
I have other views, and they are in seperate tabs in the page. Are they also loaded on page load? or is it just loaded on the click on the view which cause refresh? On Fri, Dec 7, 2012 at 9:38 PM, Jesse Glick jgl...@cloudbees.com wrote: On 12/07/2012 02:10 PM, Ben Castellucci wrote: Was a

Re: slowness with jenkins 1.490

2012-12-07 Thread Jesse Glick
On 12/07/2012 02:40 PM, ohad shai wrote: I have other views, and they are in seperate tabs in the page. Are they also loaded on page load? or is it just loaded on the click on the view which cause refresh? Just when clicking on the view tab. I think I may know what is causing the problem in

Re: slowness with jenkins 1.490

2012-12-07 Thread ohad shai
I will try that and update. Thanks, Ohad.

Re: slowness with jenkins 1.490

2012-12-06 Thread ohad shai
Is there a way to disable lazy loading? On Monday, November 26, 2012 11:38:47 PM UTC+2, ohad shai wrote: I have some views, but this happened on default view. the main page is on the default view. Maybe there is a plugin involved? On Mon, Nov 26, 2012 at 8:03 PM, Jesse Glick

Re: slowness with jenkins 1.490

2012-12-06 Thread ohad shai
I think this is not correct. prior to version 1.485 jenkins was OK, although its startup time was few minutes. after the upgrade the startup time decreased to few seconds. However, each load of a web page take from few long seconds to few minutes or timeout. From my point of view, it is better to

Re: slowness with jenkins 1.490

2012-11-26 Thread Jesse Glick
On 11/20/2012 08:41 AM, ohad shai wrote: Handling GET / : … at java.io.UnixFileSystem.getBooleanAttributes0(Native Method) at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:228) at java.io.File.isDirectory(File.java:754) at

Re: slowness with jenkins 1.490

2012-11-21 Thread Per Arnold Blaasmo
On 20. nov. 2012 14:42, ohad shai wrote: I also happened on 1.491 On Tuesday, November 20, 2012 2:30:22 PM UTC+2, ohad shai wrote: Hi, I upgraded from jenkins 1.482 to 1.490. I am using a war file directly. I noticed a huge slowness when loading the main web page and also

Re: slowness with jenkins 1.490

2012-11-20 Thread ohad shai
I also happened on 1.491 On Tuesday, November 20, 2012 2:30:22 PM UTC+2, ohad shai wrote: Hi, I upgraded from jenkins 1.482 to 1.490. I am using a war file directly. I noticed a huge slowness when loading the main web page and also some other jobs pages. Does anyone know about that issue?