Indeed, at 1st glance it seems there is something wrong (doubled lookups 
requests), I will have a closer look...

Else it's not that long here. A second to load the whole page on a simple dev 
machine. Which type of setting are you using (machine, network, DBMS, etc.)?

Jacques
  ----- Original Message ----- 
  From: Ganesh Bawne 
  To: user@ofbiz.apache.org 
  Sent: Monday, June 27, 2011 6:54 AM
  Subject: Catalog component loading Very slow on trunk


  Hi, 


  The catalog component in back-end loading very slow, Its taking almost 10-12 
secs to load the page.
  After looking in details I found that its because of the 'Search Products' 
left bar screen.


  There are below ajax request called on every page load and are taking more 
time. 
  1. 
https://demo-trunk.ofbiz.apache.org:8443/catalog/control/LookupProductCategory 
(Its called 6 times for every page load )
  2. https://demo-trunk.ofbiz.apache.org:8443/catalog/control/LookupProduct 
(its called 4 times for every page load)


  Can we avoid those request to call on page load.
  As they are for auto lookup, we need to fire those request when someone 
really try to search product/category. 
  May be onFocus event on category and product search text box.




  I have attached the screen shot to see multiple ajax calls with there load 
time.






  -- 
  Thanks,
  Ganesh Bawne
  Enterprise Software Developer
  Viithiisys Pvt. Ltd.
  http://www.viithiisys.com

Reply via email to