Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiler: name instead of id, filter, list logs #105

Closed
6 of 8 tasks
Tracked by #5
dufoli opened this issue May 16, 2024 · 0 comments · Fixed by #113
Closed
6 of 8 tasks
Tracked by #5

profiler: name instead of id, filter, list logs #105

dufoli opened this issue May 16, 2024 · 0 comments · Fixed by #113
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dufoli
Copy link
Owner

dufoli commented May 16, 2024

  • try to avoid all salesforce id and have name or label
  • profiler: display icon depending of type of node in treeview (or with txt (method, flow, ...) if it is too complexe) cf symbols.svg
  • profiler: button to troubleshoot with critical path : with dropdownlist : DML, query,... and it detect the biggest node each time and open it and close other
  • log: checkbox to display only USER_DEBUG
  • color highlight in debug log (time, type, ...)
  • chart tab (new) : duration view with bar from start to end to see where we lost most of time without figure: flam graph
  • log: button list all logs : select Id from ApexLog => redirect to data-export with SELECT Id, Application, Status, Operation, StartTime, LogLength, LogUser.Name FROM ApexLog ORDER BY StartTime DESC
  • log: filter soql, dml, callout only, exception
@dufoli dufoli mentioned this issue May 16, 2024
96 tasks
@dufoli dufoli changed the title review profiler to be more radable review profiler to be more readable May 16, 2024
@Dufgui Dufgui added the enhancement New feature or request label May 18, 2024
@Dufgui Dufgui self-assigned this May 21, 2024
Dufgui added a commit to Dufgui/Salesforce-Inspector-Advanced that referenced this issue May 21, 2024
@Dufgui Dufgui added this to the 1.27 milestone May 22, 2024
@dufoli dufoli changed the title review profiler to be more readable profiler: name instead of id, filter, list logs May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants