religis/duplicate-queries-panel

Addon for showing duplicate DB queries in the Debug Bar.

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

This package is not auto-updated.

Last update: 2024-04-16 12:38:05 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