magento / catalog-storefront

Open Software License 3.0
7 stars 18 forks source link

Make variants deletion more efficient #432

Closed bricht closed 3 years ago

bricht commented 4 years ago

Currently variants are being deleted by comparing the provider data with the existing feed table data in a php loop.

This needs to be replaced by a more efficient alternative.

RuslanKostiv1 commented 3 years ago

fixed in scope of https://github.com/magento/catalog-storefront/issues/437