SF Profiler

Apex log profiler for Salesforce performance troubleshooting

SF Profiler turns Salesforce debug logs into a profile of Apex execution, database work, automation, and governor limit usage. It is built for the moments when a transaction is slow, noisy, or close to a platform limit.

Open SF Profiler

Inspect execution time

The summary, insights, and timeline views help identify slow Apex entries, recursive execution paths, and nested work inside a transaction. Instead of scanning thousands of raw log lines, you can review normalized events with timing, hierarchy, and context.

Compare database activity

SOQL and DML activity is summarized so repeated queries, row-heavy operations, and database-heavy execution paths are easier to spot. The same log can also show Flow or workflow behavior that contributes to the Apex transaction.

Keep sensitive logs local

SF Profiler parses logs in the browser or desktop shell. That keeps production and customer log data on your device while still giving you a profiler-style view of the execution.