-
Notifications
You must be signed in to change notification settings - Fork 603
[SDK] Perf improvement: Remove request waterfall from multiple methods #1897
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
Conversation
🦋 Changeset detectedLatest commit: 61483a8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
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 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1897 +/- ##
==========================================
+ Coverage 68.03% 68.06% +0.02%
==========================================
Files 291 291
Lines 10903 10918 +15
Branches 1488 1491 +3
==========================================
+ Hits 7418 7431 +13
- Misses 2866 2868 +2
Partials 619 619 ☔ View full report in Codecov by Sentry. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
* edit images and og:image * changes are made * Link fixes to hero Signed-off-by: Juan Leal <114959779+juandolealt@users.noreply.github.com> --------- Signed-off-by: Juan Leal <114959779+juandolealt@users.noreply.github.com> Co-authored-by: Juan Leal <114959779+juandolealt@users.noreply.github.com>
Problem solved
Avoid waterfalls in Promise.all
This is a continued work from #1648
Changes made
How to test