plentymarkets / plentymarkets-shopware-connector

plentymarkets shopware connector plugin
http://www.plentymarkets.eu/shopware/
MIT License
30 stars 51 forks source link

optimize performance of item sync #481

Closed resslinger closed 5 years ago

resslinger commented 5 years ago
Q A
issue or Enhancement Enhancement
Changelog updated? yes
License MIT

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