Skip to content

ChrisAnstey/query-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query-summary

Latest Stable Version License

Provides a query summary in laravel-debugbar. For situations where you have many queries being made, and you need the raw queries summarised into a list of unique queries, the number of times they ran, and the total query time. Eg:

screenshot

Installation

Install the package with composer. It is recommended to only require the package in development.

composer require maraful/query-summary --dev

A Service Provider is used to automatically add the Query Summary "collector", and you'll see the results in Laravel Debugbar.

About

Composer package for query summary in debugbar

Resources

License

Stars

Watchers

Forks

Packages

No packages published