Performance Analysis Methodology 1. Generate a binlog : 2. Use the binlog MCP server ( , exposed under the MCP namespace) which is bundled with this plugin Alternate flow when MCP is unavailable: binlog replay to text logs 1. Generate a binlog : 2. Replay to diagnostic log with performance summary : 3. Read the performance summary (at the end of ): 4. Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time 5. Check for node utilization : grep for scheduling and node messages 6. Check analyzers : grep for analyzer timing Key Metrics a…