Debug Using Debugbar

Inspect what a Laravel request actually did — queries, exceptions, timing, cache, auth, views — by reading the profiling data Laravel Debugbar already captured, via Artisan commands. Use when investigating a bug, a slow page or endpoint, an N+1 or duplicate query problem, a failing or slow SQL statement, a 500 or unexpected status code, or when asked to optimize a request. Also covers queued jobs and Artisan commands. Applies even when the user does not mention "debugbar" or "profiling".

fruitcake ddd5fe6 5.7 KB Updated

File contents

fruitcake/laravel-debugbar/tree/main/resources/boost/skills/debug-using-debugbar commit ddd5fe6b19

Frequently asked questions

npx skillmds@latest add fruitcake/debug-using-debugbar