anboo / profiler-bundle
Bundle for usage anboo/profiler
dev-master
2019-03-02 13:17 UTC
Requires
- anboo/profiler: dev-master
This package is auto-updated.
Last update: 2025-03-29 00:44:28 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\/*'