Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary API calls to media #714

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

indykoning
Copy link

we execute an API call for each and every image we're importing.
While at this moment the only value we use from that API call is the code.

This same code is required to do the API call in the first place
https://api.akeneo.com/api-reference.html#get_media_files__code_

So we can skip the call altogether since it's not used for anything else.

Improves (and potentially fixes): #638

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant