You need to remove the cache timeouts. There are caches for all of the XML 
widgets that cache it objects that are created from the XML files so no more 
interpretation is needed in order to execute them. If you have the default 
timeouts still enabled those will be thrown away every 10 seconds, causing HUGE 
performance problems. These settings are in the cache.properties file, and you 
can use the WebTools Cache Management pages to check on the cache settings to 
make sure they are what you expect (ie NO timeouts for the widget and other XML 
files, including service defs, etc, etc).

Please be sure to read through the sections on caching and logging in the 
Technical Production Setup Guide that is available on cwiki.apache.org.

-David


On Apr 8, 2010, at 11:50 PM, Anil Soni wrote:

> Dear Users,
> 
> I am doing OFBiz performance testing on JBOSS application server. I've done 
> all the performance setting on both side application side and database side.
> But still results are very poor then I decided to find the root cause for the 
> problem. For  that I've used Java Profiler to monitor performance and test 
> the time taken to load of ecommerce main page and found that Ofbiz is taking 
> lots of time in screen / form rendering because every time it parse XML (like 
> screens / forms/ and minilang service ) that takes lots of time.
> 
> Please refer the below link to check the performance results.
> 
> http://www.screencast.com/t/ZGJjM2QxOGY
> I also tried the one thing where I've render the FTL directly in view map 
> instead of rendering it in screen and it saves my 50 % time.
> 
> So it seems like OFBiz taking lots of time in XML parsing. Is anyone looked 
> into this issue and what is the solution for that ?
> 
> Any suggestions or reply would be highly appreciated.
> 
> 
> 
> Regards,
> Anil Soni
> Tel  : 91-22-6795 4324
> Cell : 91 9930302283
> 
> 
> ________________________________
> This Email may contain confidential or privileged information for the 
> intended recipient (s) If you are not the intended recipient, please do not 
> use or disseminate the information, notify the sender and delete it from your 
> system.
> 
> ______________________________________________________________________

Reply via email to