Hi Guys,
I am working on a shop with more around 300000 products, and I am migrating it to shopware 6. We have a very long conditions for feed generation. Multiple categories, manufacturers to ignore, some other conditions as well. So feed generation looks very slow to me. But in the live server (sw5), it finishes faster. Any tips and tricks to make it run quicker?
Am I the only one feel this?
Also I have complex condition like this in shopware 5,
(coalesce(d.releasedate, current_date()) <= DATE_ADD(current_date(), interval 10 day) or d.instock > 0)
how can I add it to the shopware 6 rule builder?
All solutions are welcome.