Hi
I am having a performance issue when using the Live Integration and the new index to retrieve products from the product catalog module. When requesting a list of products from a product catalog that is set to use a repository index, the Live Integration project creates one request for each product in the requested productlist! This takes much to long time to retrieve from the Dynamicweb Connector/Navision. But if I use the Product Catalog module setting "Product groups" the Live Integration project creates one request for all the requested products. The response for this request is much faster retrieved from the Dynamicweb Connector/Navision. The problem seems to be that when the Product Catalog is set to use a repository index it does not send the notification "ProductListBeforeSort" before the FindPrice method from the Dynamicweb.eCommerce.Prices.PriceProvider is triggered. The FindPrice method is overriden in the Live Integration project and the method receives not a list of products but one single product and the Live Integration project creates one request for that product each time it is called. Therefore a productlist takes much to long to render! Shouldn't the Product Catalog module send the notification "ProductListBeforeSort" before the FindPrice method is triggered when using a repository index to show the products?