Apex Log Analyzer
By FinancialForce
What It Does
Visualize Apex debug logs as a flame chart. See exactly where time is spent, which methods are called, and where governor limits are consumed.
Glen's Take
Debug logs are unreadable walls of text. This extension turns them into visual flame charts showing exactly where your CPU time goes. I've found performance bottlenecks in minutes that would have taken hours staring at raw logs. Essential for any performance investigation.
Links
Tags
Need help with your Salesforce tooling stack?
I'll help you pick and configure the right tools for your team.
View Consulting →Enjoyed this? Get more like it.
Glen's Musings — AI, investing, and building things. Occasional. Free.
More VS Code Tools
Salesforce Extension Pack
Official VS Code extension pack from Salesforce. Apex language support, SOQL builder, LWC support, org browser, and deployment tools.
Read moreOpen SourceApex PMD
Static code analysis for Apex. Catches common mistakes, security vulnerabilities, and code style issues before they hit production.
Read moreOpen SourceSOQL Editor / Inline SOQL
Execute SOQL queries directly from VS Code with inline results. Supports query history and result export.
Read more