From 5fa66aa6e52ac010c0efbc5378e08cab72f51ae9 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 30 Oct 2024 11:53:31 +0100 Subject: [PATCH] More warnings (#1696) --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6b6025021..d0408b48d 100644 --- a/readme.md +++ b/readme.md @@ -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