What problem does it solve?
Quickly triage and resolve production issues in Laravel applications, including slow routes, N+1 queries, memory leaks, stalled or looping queue jobs, Horizon worker disappearance, and silent 500 errors by guiding systematic log inspection and remediation steps.
Core Features & Use Cases
- Log Triage & Error Discovery: Locate and interpret Nginx, PHP-FPM, and Laravel logs to surface the root cause of silent failures and 500 responses.
- Queue & Horizon Diagnostics: Inspect Horizon, supervisor/systemd workers, and queue backends (Redis/database) to identify stalled jobs, retry loops, and worker crashes.
- Performance Profiling & DB Analysis: Identify N+1 queries and slow database operations, recommend indexes or query fixes, and suggest profiling checkpoints.
- Use Case: Triage a production API showing intermittent 500s and slow endpoints: gather relevant logs, reproduce high-latency queries, find offending jobs in the queue, and propose prioritized fixes.
Quick Start
Inspect the Laravel app at api.myapp.example.com for slow requests, N+1 queries, failed or stalled queue jobs, and provide step-by-step remediation including log locations and recommended fixes.