This commit is contained in:
@@ -5,8 +5,10 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
|
||||
WIFI change 5g channel to 52,56,60 and 2g channel to 8
|
||||
recheck before doing as it seems to vary, maybe someone else's is auto switching
|
||||
|
||||
todo: storage graphs look shitty overtop of each other
|
||||
all muddied together
|
||||
maybe use completely different colors for each so no color appears twice on that tab
|
||||
|
||||
todo: find correct chart type for db table sizes top ten and implement it
|
||||
todo: metrics page not localized "storage" etc
|
||||
todo: metrics tables have no indexes?
|
||||
but they need to fetch by date range so...not sure about that one
|
||||
@@ -17,8 +19,6 @@ 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: db indexes potential issue:
|
||||
asearchkey has many more sequential scans than index scans under burn test load
|
||||
|
||||
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?
|
||||
|
||||
Reference in New Issue
Block a user