EmicoEcommerce / Magento2TweakwiseExport

Magento 2 module for Tweakwise export
Other
1 stars 11 forks source link

Merge #46

Closed ah-net closed 7 months ago

ah-net commented 7 months ago

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.

6.0.3-beta.1 (2024-03-29)

Bug Fixes

BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules.

7.0.0-beta.1 (2024-03-29)

Bug Fixes

Performance Improvements

BREAKING CHANGES

7.0.0-beta.1 (2024-04-05)

Bug Fixes

Performance Improvements

BREAKING CHANGES

7.0.0-beta.1 (2024-04-05)

Bug Fixes

Performance Improvements

BREAKING CHANGES

7.0.0-beta.1 (2024-04-09)

Bug Fixes

Performance Improvements

BREAKING CHANGES

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.

7.0.0-beta.1 (2024-04-09)

Bug Fixes

Performance Improvements

BREAKING CHANGES

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.

7.0.0-beta.2 (2024-04-09)

Bug Fixes

BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules. #37 #36

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.

7.0.0-beta.3 (2024-04-10)

Bug Fixes

Performance Improvements

BREAKING CHANGES


github-actions[bot] commented 7 months ago

:tada: This PR is included in version 7.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: