LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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-16

Capabilities

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

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
laravel
debugbar
debugging
profiling
query-optimization
artisan
Find requests with profiling issues
Inspect summary of debugbar collectors
Analyze SQL query performance issues
Execute EXPLAIN on SELECT statements
Laravel Debugbar profiling data
Request ID or latest keyword
Collector names
Request summaries and issue lists
Collector detailed profiling data
SQL query analysis reports