Improve the performance for Product Save operation.
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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