This PR optimize the performance of the item sync. Many related informations like barcode type, attributes or availabilities were fetched on each item. With this performance improvement, all this data will be fetched once during the item sync.
This PR was tested with 11 items, 3 times.
Before: 54 - 1 minute
After: 12 - 14 seconds
Checklist
[x] Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
What's in this PR?
This PR optimize the performance of the item sync. Many related informations like barcode type, attributes or availabilities were fetched on each item. With this performance improvement, all this data will be fetched once during the item sync.
This PR was tested with 11 items, 3 times. Before: 54 - 1 minute After: 12 - 14 seconds
Checklist