religis/duplicate-queries-panel

Addon for showing duplicate DB queries in the Debug Bar.

Maintainers

Package info

github.com/RELIGIS/DuplicateQueriesPanel

pkg:composer/religis/duplicate-queries-panel

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

v1.0 2016-01-03 18:40 UTC

This package is not auto-updated.

Last update: 2026-03-03 21:32:38 UTC


README

Panel for Tracy Debug panel. It shows number of duplicate queries called in request. In tab it shows all the queries with locations from where were the quesries called.

  • Author: Jan Petr
  • Licence: MIT

Installation

Install library via composer:

composer require religis/duplicate-queries-panel

Register bar in config.neon:

nette:
    debugger:
        bar: 
            - RELIGIS\DuplicateQueriesPanel