diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3f527c02..0e010e70 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -48,6 +48,7 @@ todo: OPS view metrics PROFILE VIEWING ROUTES http://localhost:7575/profiler/results-index http://localhost:7575/profiler/results-list +http://localhost:7575/profiler/results todo: Profiling @@ -56,6 +57,8 @@ todo: Profiling Metrics view: find a way to get the raw data so it can be fed back to the metrics route and limited to what I want to allow to show maybe store just the critical or slowest routes with some db info into the database on schedule from the in memory cache? + https://github.com/MiniProfiler/dotnet/tree/master/src/MiniProfiler.Shared/ui + Full profiling view: but find a way to allow / enable the full suite of profile as it is for just technical support purposes, i.e. a hidden switch or something? some kind of limitation to the route so not anyone can just open it (source IP or domain?, i.e. tech support)