Skip to content

Commit

Permalink
fix: use id instead of SKU #39
Browse files Browse the repository at this point in the history
Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.
  • Loading branch information
ah-net committed Apr 10, 2024
1 parent b63a1cc commit 76d45bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ https://yoursite.com/tweakwise/feed/export/key/{{feed_key}}/type/price //price e
https://yoursite.com/tweakwise/feed/export/key/{{feed_key}}/store/storecode //store level export, only available if store level export is enabled
## Export Settings
- Store Level Export: Enables generating seperate feed for each store. If store level export is enabled
- Store Level Export: Enables generating seperate feed for each store. If store level export is enabled.
- Enabled: If products of that store should be exported to tweakwise, note that if this is false for some store then navigation and search should also be disabled for that store.
- Schedule: Cron schedule for generating the feed. We strongly encourage you to register the export task on the server crontab instead of using the Magento cron.
- Schedule export: Generate the feed on the next cron run. (default feed)
Expand Down

0 comments on commit 76d45bf

Please sign in to comment.