Skip to content

[Audit] Database Query Optimization #48

@Snider

Description

@Snider

Audit Instructions

Perform a thorough audit focusing on database query performance.

Focus Areas

  • N+1 query problems
  • Missing indexes
  • Inefficient Eloquent patterns
  • Raw query injection risks
  • Query caching opportunities
  • Eager loading optimization

Output Format

Create a file named AUDIT-DATABASE.md with findings.

Requirements

  • Use Laravel Debugbar or similar to identify slow queries
  • Check for missing indexes on foreign keys
  • Review complex query builders

Metadata

Metadata

Assignees

No one assigned

    Labels

    julesFor Jules AI to work onlang:phpPHP/Laravel

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions