diff --git a/devdocs/todo.txt b/devdocs/todo.txt index da6af0b7..534d983f 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -5,7 +5,7 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTcxODU5OTU0IiwiZXhwIjoiMTU3MjQ ## IMMEDIATE ITEMS -PERFORMANCE CHANGE +PERFORMANCE WORK Baseline from before doing anything seeding a medium level with full text 2020-01-21 16:49:17.4662|INFO|Seeder|75 Users seeded in 2279 ms 2020-01-21 16:49:39.4481|INFO|Seeder|500 Widgets seeded in 21968 ms @@ -20,6 +20,8 @@ TODO: Search indexing is painfully slow, it accounts for 16 of 22 seconds when c - Re-code it not using EF but directly interacting with the DB - Maybe it's a case for stored procedures or something? + + TODO: DataFilter how to distinguish between filtering on specific ID value or on value column - Might need to add a filter on ID type of thing maybe?