Pages display is slower / progressive

2012-01-05 Thread Eric de Maulde
Hi, I updated my ofbiz with the official trunk (version 1220649). Now pages display is slower and/or progressive. The current test version 1220649 is on "test.fabiance.eu" (this test server is slower than the production server) The production server is on www.fabiance.fr (Old trunk version 117

Re: Pages display is slower / progressive

2012-01-05 Thread Jacques Le Roux
Hi Eric, I guess you have tested with both versions on the same server? Because it's the 1st time a such report is done I'd 1st check for a configuration change. You are not using a cluster? Jacques From: "Eric de Maulde" Hi, I updated my ofbiz with the official trunk (version 1220649). N

Re: Pages display is slower / progressive

2012-01-05 Thread pierre.gaudin
HI Jacques and Eric, I think Eric is right. Page display are slower due to lookup display by Jquery. If there are many lookup on a page, display is slower and progressive because each time a lookup is diplay a query is done to the server... You can see request with firebug. I don't know why

Re: Pages display is slower / progressive

2012-01-06 Thread Jacques Le Roux
Hi Pierre, Eric, http://svn.apache.org/viewvc?view=revision&revision=1170985 is fairly recent. I did not expect major lookup changes since then. Could be though. Could you confirm Eric? Because what reported Eric looks more like a eCommerce UI where no lookups are used Thanks Jacques From: "

Re: Pages display is slower / progressive

2012-01-06 Thread Eric de Maulde
Hi Jacques, Pierre, Thanks for your help. On my home page & category pages, I don't have any query/lookup load by jquery. Just right images are loaded in a second time with a jquery code loads the image attribute "url" to the source. Jquery doesn't request the server. ex. http://test.fabiance.eu

Re: Pages display is slower / progressive

2012-01-06 Thread Eric de Maulde
If the same menu is static, without request to the database, Menu displays silmutaneous with the header. It's OK. The Freemarker version is same : 2.3.10 So do you believe slowness depends on database server connection/configuration ? But I don't understand why page display is now progressive !