-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(medusa): Performance improvement of listing shipping options #2632
Conversation
🦋 Changeset detectedLatest commit: 998bb94 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
/snapshot-this |
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/medusa@1.6.4-snapshot-20221118155333 yarn add medusa-payment-stripe@1.1.48-snapshot-20221118155333 yarn add medusa-plugin-discount-generator@1.1.20-snapshot-20221118155333 yarn add medusa-plugin-restock-notification@1.0.1-snapshot-20221118155333
|
/snapshot-this |
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/medusa@1.6.4-snapshot-20221118173847 yarn add medusa-payment-stripe@1.1.48-snapshot-20221118173847 yarn add medusa-plugin-discount-generator@1.1.20-snapshot-20221118173847 yarn add medusa-plugin-restock-notification@1.0.1-snapshot-20221118173847
|
/snapshot-this |
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/medusa@1.6.4-snapshot-20221119094555 yarn add medusa-payment-stripe@1.1.48-snapshot-20221119094555 yarn add medusa-plugin-discount-generator@1.1.20-snapshot-20221119094555 yarn add medusa-plugin-restock-notification@1.0.1-snapshot-20221119094555
|
/snapshot-this |
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/medusa@1.6.4-snapshot-20221120001748 yarn add medusa-payment-stripe@1.1.48-snapshot-20221120001748 yarn add medusa-plugin-discount-generator@1.1.20-snapshot-20221120001748 yarn add medusa-plugin-restock-notification@1.0.1-snapshot-20221120001748
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, absolutely amazing performance improvements - great work 😍
Prod response time (named "rp" below): 7s
Local rp: 4.5s
After changes
Local rp: 16-60ms
Overall improvement up to x250
The side effect of this should be felt on every endpoint rp
FIXES CORE-813