-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: parallelize event overview api requests #4406
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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/g4tu2l6bf |
Codecov Report
@@ Coverage Diff @@
## development #4406 +/- ##
===============================================
- Coverage 22.68% 22.58% -0.11%
===============================================
Files 468 468
Lines 4950 4960 +10
Branches 6 6
===============================================
- Hits 1123 1120 -3
- Misses 3826 3839 +13
Partials 1 1
Continue to review full report at Codecov.
|
@iamareebjamal allSettled is crashing the page. Checking, why. |
Reduces event overview page load time significantly, removes redundant promise for event details, as ember resolves models hierarchically, it's already resolved before the hook is called.
Fix for #4099