From 42e4006ea58ffd4834c5b56bb07b08369b71118a Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Mon, 11 Nov 2024 09:27:39 -0600 Subject: [PATCH] vault backup: 2024-11-11 09:27:39 --- Daily Notes/2024/11/2024-11-11 (Monday).md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Daily Notes/2024/11/2024-11-11 (Monday).md b/Daily Notes/2024/11/2024-11-11 (Monday).md index 8abe753..3f4aacf 100644 --- a/Daily Notes/2024/11/2024-11-11 (Monday).md +++ b/Daily Notes/2024/11/2024-11-11 (Monday).md @@ -1,6 +1,9 @@ Start time: 09:23 # To-dos - -- [ ] +- [ ] Finish Skeletor asynification + - [ ] Review all uses of Url and HttpContext to make sure they are not used after we do ConfigureAwait(false) (like in private controller methods) + Since _all_ controller methods (private and public, or otherwise) have access to the controller's base class HttpContext and Url properties, I'm going to keep ConfigureAwait(true) for any controller methods but make sure they pass HttpContext down to any methods outside the controller + - [ ] Review all HttpContext.Current usage to replace with passed-in HttpContextBase parameters + - [ ] Search for specific causes of bad site performance on 11/1 FBOTM day https://faithlife.slack.com/archives/C03R1MQSR51/p1730821466045049?thread_ts=1730477236.809519&cid=C03R1MQSR51 # Summary