anboo/profiler-bundle

anboo/profiler 的工具包

dev-master 2019-03-02 13:17 UTC

This package is auto-updated.

Last update: 2024-09-29 04:43:32 UTC


README

安装

composer require anboo/profiler-bundle

配置

anboo_profiler:
    profile_command: true
    profile_controller: true
    ignore_commands:
        - 'debug:*'
        - 'cache:clear'
    ignore_routes:
        - '\/_wdt\/*'

自定义配置

anboo_profiler:
    host: '127.0.0.1'
    port: 25613
    transport_handler: Anboo\Profiler\Transport\AsyncCurlBatchTransport
    profile_command: true
    profile_controller: true
    ignore_commands:
        - 'debug:*'
        - 'cache:clear'
    ignore_routes:
        - '\/_wdt\/*'