You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a really large Commerce install and some products have very large numbers of variants. This data is being imported from a PIM (https://www.akeneo.com/) via custom PHP.
Saving a product with a large number of variants can take quite a bit of time since after a product is saved, it saves each of its variants:
It would drastically improve import speed for us (and others may see value) to be able to save a product without saving all of its variants at the same time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a really large Commerce install and some products have very large numbers of variants. This data is being imported from a PIM (https://www.akeneo.com/) via custom PHP.
Saving a product with a large number of variants can take quite a bit of time since after a product is saved, it saves each of its variants:
commerce/src/elements/Product.php
Lines 810 to 825 in 28e1a3f
It would drastically improve import speed for us (and others may see value) to be able to save a product without saving all of its variants at the same time.
Beta Was this translation helpful? Give feedback.
All reactions