maraful/query-summary

Query summary in Laravel Debugbar

Installs: 35 153

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:package

v0.5.1 2020-02-06 20:34 UTC

This package is auto-updated.

Last update: 2024-04-07 09:27:57 UTC


README

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.