anboo/profiler-bundle

Bundle for usage anboo/profiler

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

This package is auto-updated.

Last update: 2024-04-29 03:54:17 UTC


README

Installation

composer require anboo/profiler-bundle

Configuration

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

Custom Configuration

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\/*'