diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1c5c8c77..808c7a1f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,17 +7,21 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 -todo: remove search option from metrics / logs etc as it implies you can search those things and you can't - -todo: Profiling - Run HUGE seeding then immediately go over profiling (NOT unit tests first but maybe after as they are not generating realistic load) see where there are obvious issues and bottlenecks now that I have the data - Block licensing related queries and view and auth from profile - - -todo: what exactly is in gc gen0, 1 and 2? They seem to increase then stay high without dropping - Can I view the actual objects stored there? +todo: MEMORY / RESOURCE LEAK APPARENT + what exactly is in gc gen0, 1 and 2? They seem to increase then stay high without dropping + can I view the actual objects stored there? + memory consumption seems to rise and rise and stick + STEPS: + Test long run without doing anything see if increases on it's own + Test with unit tests and not seeding much at all see if it increases from unit tests + Test with big gen and see if it goes down on it's own overnight (I don't think it is but can double check) + Find out whats being held in GC-Gen0, Gen1 and 2 imply they will eventually be collected + Review that profiling / metrics doc from Microsoft re .net core 3 +todo: Block licensing related queries and view and auth from profile + + todo: Make stub help docs for new ops pages make a quick note in help document how to use chart as it's not all obvious i.e. can hover, can hide line by clicking on legend etc @@ -39,6 +43,8 @@ todo: Are UTC filters really working properly? I'm seeing weirdness with the metrics that makes me think the server is not filtering in UTC but converting the incoming datetime / assuming local Make a date filterable record confirm it properly finds based on time +todo: server state has a "more" icon in menu inexplicably + todo: dark mode would be nice just for me and my eyes look into it