debug-using-debugbar

Analyze Laravel request and database query issues via Laravel Debugbar.

Updated Sep 25, 2025
One-click install
npx skills add https://github.com/angelgarciasolorzano/social-hub --skill debug-using-debugbar-angelgarciasolorzano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-using-debugbar
Source: https://github.com/angelgarciasolorzano/social-hub/tree/main/.agents/skills/debug-using-debugbar
Command: npx skills add https://github.com/angelgarciasolorzano/social-hub --skill debug-using-debugbar-angelgarciasolorzano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fruitcake/laravel-debugbar, and includes scripts (resource) components.

What problem does it solve?

This skill addresses the challenge of debugging Laravel application issues by providing insights into slow pages, N+1 queries, exceptions, and unexpected behavior through Laravel Debugbar.

Core Features & Use Cases

  • Request Optimization: Analyze request data to identify performance bottlenecks.
  • Bug Diagnostics: Investigate issues with slow requests, exceptions, and failed requests.
  • Query Analysis: Examine database queries for potential optimizations.
  • Use Case: A developer uses this skill to pinpoint the source of a slow database query in a Laravel application, leading to performance improvements.

Quick Start

Use the 'debug-using-debugbar' skill to find the most recent request with potential issues using 'php artisan debugbar:find --issues'.

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 requests and N+1 queries in a Laravel application?

You can identify slow Laravel requests and N+1 queries by using this Skill to analyze application issues through Laravel Debugbar, pinpointing performance bottlenecks and examining database queries for optimizations.

How do I find recent Laravel requests with exceptions or performance issues?

Find recent Laravel requests with issues by executing 'php artisan debugbar:find --issues' to identify slow requests, failed requests, and exceptions captured by Laravel Debugbar.

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

Yes, Laravel Debugbar profiling requires debug mode enabled, along with having Laravel and the fruitcake/laravel-debugbar package installed in your application environment.

Does the Laravel Debugbar skill work for analyzing database query performance?

Yes, this skill works for database query analysis by examining recorded queries to investigate slow database performance and identify potential optimizations within your Laravel application.

What is the best way to diagnose unexpected behavior and exceptions in Laravel?

Diagnosing unexpected Laravel behavior is best done using Laravel Debugbar to investigate slow requests, debug exceptions, and analyze request data for issues causing the unexpected application behavior.