debug-using-debugbar - Inspect and optimize Laravel requests using Debugbar
Inspect Laravel request profiling data including queries, exceptions, timing, cache, and auth via Artisan commands to debug and optimize performance.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Find requests with profiling issues
- Inspect summary of debugbar collectors
- Analyze SQL query performance issues
- Execute EXPLAIN on SELECT statements
- Inspect specific collector raw data
- Clear stored debugbar profiling data
Inputs
- Laravel Debugbar profiling data
- Request ID or latest keyword
- Collector names
- SQL statement index
Outputs
- Request summaries and issue lists
- Collector detailed profiling data
- SQL query analysis reports
- EXPLAIN execution plans
- JSON or formatted table output
Requirements
- Laravel framework
- fruitcake/laravel-debugbar package
- Laravel debug mode enabled
- debugbar.storage.enabled configuration set
