diff --git a/Daily Notes/2024/11/2024-11-13 (Wednesday).md b/Daily Notes/2024/11/2024-11-13 (Wednesday).md new file mode 100644 index 0000000..c931c64 --- /dev/null +++ b/Daily Notes/2024/11/2024-11-13 (Wednesday).md @@ -0,0 +1,6 @@ + +- [ ] [[Finish Skeletor asynification]] #task +- [ ] 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](https://faithlife.slack.com/archives/C03R1MQSR51/p1730821466045049?thread_ts=1730477236.809519&cid=C03R1MQSR51) #task +- [ ] Write up post-mortem doc for Nov 1 #task + +# Summary diff --git a/Tasks.md b/Tasks.md index 1ba364e..999ed51 100644 --- a/Tasks.md +++ b/Tasks.md @@ -1,9 +1,3 @@ ```tasks not done ``` - -# Work -```tasks -path includes Work -not done -``` \ No newline at end of file diff --git a/Work/Finish Skeletor asynification.md b/Work/Finish Skeletor asynification.md new file mode 100644 index 0000000..a444655 --- /dev/null +++ b/Work/Finish Skeletor asynification.md @@ -0,0 +1,3 @@ +Review all uses of `Url` and `HttpContext` to make sure they are not used after we do `ConfigureAwait(false)` (like in private controller methods). + +Review all `HttpContext.Current` usage to replace with passed-in `HttpContextBase` parameters. \ No newline at end of file