religis/duplicate-queries-panel

Debug Bar中显示重复数据库查询的插件。

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

This package is not auto-updated.

Last update: 2024-09-17 14:38:22 UTC


README

Tracy Debug面板的面板。它显示了请求中调用的重复查询的数量。在标签中,它显示了所有查询及其调用位置。

  • 作者:Jan Petr
  • 许可:MIT

安装

通过composer安装库

composer require religis/duplicate-queries-panel

在config.neon中注册条目

nette:
    debugger:
        bar: 
            - RELIGIS\DuplicateQueriesPanel