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