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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
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.
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.
High level tasks:
The text was updated successfully, but these errors were encountered: