laravel-query-detector
laravel-query-detector copied to clipboard
Is it advisable to use this in production?
Hi,
I am planning to use this package in prod environment. Is there any concern in doing that, like could it potentially slow down the application? or it should be used for dev only?
My plan is to listen for this event
\BeyondCode\QueryDetector\Events\QueryDetected
and send report the detected queries to our chat app.