Skip to content

Commit 5fa66aa

Browse files
authored
More warnings (barryvdh#1696)
1 parent 3ad206c commit 5fa66aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ Read [the documentation](http://phpdebugbar.com/docs/) for more configuration op
1313

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

16+
> [!CAUTION]
17+
> Use the DebugBar only in development. Do not use Debugbar on publicly accessible websites, as it will leak information from stored requests (by design).
1618
17-
### 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.
19+
> [!WARNING]
20+
> 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.
1821
1922
This package includes some custom collectors:
2023
- QueryCollector: Show all queries, including binding + timing

0 commit comments

Comments
 (0)