-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Defer creation of cookies for client responses until needed #10029
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10029 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 121 121
Lines 36754 36769 +15
Branches 4388 4392 +4
=======================================
+ Hits 36289 36304 +15
Misses 314 314
Partials 151 151
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10029 will not alter performanceComparing Summary
|
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 5f5729d on top of patchback/backports/3.11/5f5729d2db02c5643e2e4e33d840b623a1af9c48/pr-10029 Backporting merged PR #10029 into master
🤖 @patchback |
Backport to 3.12: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 5f5729d on top of patchback/backports/3.12/5f5729d2db02c5643e2e4e33d840b623a1af9c48/pr-10029 Backporting merged PR #10029 into master
🤖 @patchback |
(cherry picked from commit 5f5729d)
(cherry picked from commit 5f5729d)
…nt responses until needed (#10033)
…nt responses until needed (#10034)
Defer creation of cookies for client responses until needed
Looks to be a bit faster if there are no cookies and saves some RAM if there are not