-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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