Skip to content

Conversation

dcramer
Copy link
Member

@dcramer dcramer commented Aug 6, 2025

Add comprehensive support for formatting performance issues, particularly N+1 database query detection. Includes evidence data parsing, span tree visualization, and test fixtures for performance events.

  • Add performance event fixture with N+1 query occurrence data
  • Extend API schema to support performance issue metadata
  • Implement formatPerformanceIssueOutput with N+1 query detection
  • Add span tree visualization for performance issues
  • Include comprehensive tests for performance formatting

Fixes #345

cursor[bot]

This comment was marked as outdated.

Add comprehensive support for formatting performance issues, particularly N+1
database query detection. Includes evidence data parsing, span tree visualization,
and test fixtures for performance events.

- Add performance event fixture with N+1 query occurrence data
- Extend API schema to support performance issue metadata
- Implement formatPerformanceIssueOutput with N+1 query detection
- Add span tree visualization for performance issues
- Include comprehensive tests for performance formatting

Fixes #345
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show query for N+1 query issues in get_issue_details
1 participant