Magento 2 – Speed up product save

You may also like...

3 Responses

  1. dan says:

    This is a very interesting post about the performance of _updating_ products. Thank you for publishing it, it helped me already. But how about _creating_ products? Is there a shortcut to _create_ products fast and quick?

  2. Aario says:

    Thanks for the article. But the problem is it still loads the whole product:

    $product = $objectManager->get(‘Magento\Catalog\Model\Product’)->load($product_id);

Leave a Reply