Hello, I've 2 questions on tuning ofbiz. 1) On a production site, the search page returns a list of numerous products (more than 200). The main content view of the search result page call rendering of productsummary for each product in result set. This view contains 2 calls: - productsummary.bsh
- productsummary.ftl

I've put dates to make chrono in the productsummary. BSH execution needs only 
between 15 to 50 ms. But each execution of the bsh is separated with about 300 
ms. So there seem to be a process that need 270ms between BSH: controler ? 
widget ? ftl ?

When I reload this page, using Shift+F5, the BSH has same duration (very fast) but no other process is done around. Then I launch a new search and each summary need 300 ms. So can somebody tell me what is done with in these 270ms and how to tune it like in the ShiftF5 approach ?

2) TIMEOUT
When a client request needs more that 60 sec. the DB links is off that many logs are displays (many thousands lines). Do you know where I could configure this timeout to increase it ? Is this dangerous for production site ? Is there a solution to break display in console of these thousands of products. Thanks a lot.

Reply via email to