Skip to content

Commit

Permalink
More warnings (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Oct 30, 2024
1 parent 3ad206c commit 5fa66aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ Read [the documentation](http://phpdebugbar.com/docs/) for more configuration op

![Debugbar Dark Mode screenshot](https://github.com/barryvdh/laravel-debugbar/assets/973269/6600837a-8b2d-4acb-ab0c-158c9ca5439c)

> [!CAUTION]
> Use the DebugBar only in development. Do not use Debugbar on publicly accessible websites, as it will leak information from stored requests (by design).
### Note: Use the DebugBar only in development. Do not use Debugbar on publicly accessible websites, as it will leak information from stored requests (by design). It can also slow the application down (because it has to gather data). So when experiencing slowness, try disabling some of the collectors.
> [!WARNING]
> It can also slow the application down (because it has to gather and render data). So when experiencing slowness, try disabling some of the collectors.
This package includes some custom collectors:
- QueryCollector: Show all queries, including binding + timing
Expand Down

0 comments on commit 5fa66aa

Please # to comment.