religis / duplicate-queries-panel
Addon for showing duplicate DB queries in the Debug Bar.
v1.0
2016-01-03 18:40 UTC
Requires
- php: >=5.6.0
- nette/database: >=2.3
- nette/utils: >=2.3
- tracy/tracy: >=2.3
This package is not auto-updated.
Last update: 2024-10-29 15:06:13 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