magento / magento/inventory

Improve the performance for Product Save operation.

Open
#2,027 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Performance
Dominant language
PHP
Stars
357
Forks
262
PR merge metrics
No merged PRs in 30d

Description

Currently, each time when a product saved when the product assigned to "Default Stock", the system make data synchronization with Legacy Catalog Inventory.

We have to make this synchronization to work in an asynchronous way boost performance of Command Operations

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the product save path and the synchronization with Legacy Catalog Inventory when a product is assigned to Default Stock. Confirm how the save currently waits for synchronization; done means the synchronization is asynchronous while product save behavior remains correct.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend, performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.