diff --git a/devdocs/todo.txt b/devdocs/todo.txt index c07e3f65..bb95ba1b 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -26,6 +26,7 @@ todo: add query fail logging to datalist just like done with picklist so in prod TODO: BizRoles.cs seems to get hammered on every single request, is it efficient? - Why is it not cached in some way? + - Look into Lazy initialization (i.e. private static readonly Lazy> mappings ....etc) todo: consider renaming ConcurrencyToken to a shorter string?