Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Performance optimizations on Save for Single product endpoint #5

Closed
misha-kotov opened this issue Dec 6, 2017 · 1 comment
Closed
Labels

Comments

@misha-kotov
Copy link

misha-kotov commented Dec 6, 2017

As a Magento developer, I would like the Catalog API endpoint on Save to be optimized so that Save operations execute as quickly and efficiently as possible.

The intention of this work is to investigate the current implementation of product Save operation and determine ways to optimize it further. Currently many different actions are performed by Magento as a result of a product save. One example of such action is generating url rewrites (which executes as a blocking call) if they're needed.

\Magento\Catalog\Api\ProductRepository(ProductInterface[] $products): ProductInterface[]

High level tasks:

  • Investigate the current implementation of the Product Save operation and determine potential areas of optimization
  • Implement the optimizations
@vrann vrann added the Epic label Dec 22, 2017
@nuzil
Copy link
Contributor

nuzil commented Nov 8, 2018

Not relevant to this project.
Good task to create on public Magento repository

@nuzil nuzil closed this as completed Nov 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants