debug-using-debugbar

Inspect Laravel Debugbar collector data via Artisan commands to identify performance issues and exceptions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gabriel-daldegan/missionary_journal --skill debug-using-debugbar-gabriel-daldegan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-using-debugbar
Source: https://github.com/gabriel-daldegan/missionary_journal/tree/main/.agents/skills/debug-using-debugbar
Command: npx skills add https://github.com/gabriel-daldegan/missionary_journal --skill debug-using-debugbar-gabriel-daldegan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel applications often suffer from performance issues and debugging challenges. This skill helps developers diagnose and debug by leveraging Laravel Debugbar data collected during requests, enabling faster identification of slow pages, N+1 queries, exceptions, or unexpected behavior.

Core Features & Use Cases

  • Inspect request data and collectors to identify issues such as exceptions, slow queries, or non-2xx responses.
  • Trace the request flow to locate root causes and optimize performance.
  • Use in development or staging environments with debug mode enabled to diagnose issues without affecting production.

Quick Start

Run the provided artisan commands to locate issues, inspect collectors, and trace problems in your Laravel app.

Frequently Asked Questions about debug-using-debugbar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug slow Laravel requests and N+1 queries?

Identify and resolve Laravel performance issues by leveraging Debugbar data via Artisan commands to inspect slow requests and N+1 queries.

What's the best way to trace Laravel exceptions using Debugbar data?

Inspect request data and collectors via Artisan commands to trace Laravel exceptions, locate root causes, and optimize performance.

Do I need Laravel debug mode enabled to use Debugbar for troubleshooting?

Yes, you must enable debug mode and install fruitcake/laravel-debugbar to collect and inspect Laravel Debugbar data for troubleshooting.

Can I use Laravel Debugbar to diagnose failed API requests?

Yes, inspect collectors and trace request flow with Laravel Debugbar to identify exceptions and non-2xx responses across API routes.

When should I not use Laravel Debugbar for performance monitoring?

Avoid using Laravel Debugbar in production; restrict performance monitoring and diagnosis to development or staging environments to prevent impact.