debug-log-analyzer
debug-log-analyzer copied to clipboard
feat: Opinionated Analysis
Is your feature request related to a problem?
Point out and highlight where it seems like there are issues.
Describe the solution you'd like
For example
- Where it looks like there is excessive looping tell them to refactor method call out of loop or call only once.
- Where the same SOQL is seen multiple times
- Tell them to refactor methods that have huge self time
I am sure there are other ideas