From 7f8fa8ab19cb024d280210d168713a61be0da2e9 Mon Sep 17 00:00:00 2001 From: ah-net <103565001+ah-net@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:24:54 +0200 Subject: [PATCH] fix: use id instead of sku #39 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. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1768d6e..6a170db 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ Install package using composer composer require tweakwise/magento2-tweakwise-export ``` - - Enable module If 'Store Level Export' enabled single store feed can be generated using the command line.