Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 620 Bytes

profiler.rst

File metadata and controls

26 lines (18 loc) · 620 Bytes

Profiler

The profiler is a powerful development tool that gives detailed information about the execution of any request.

Never enable the profiler in production environments as it will lead to major security vulnerabilities in your project.

Installation

In applications using Symfony Flex </setup/flex>, run this command to install the profiler before using it:

$ composer require --dev symfony/profiler-pack

profiler/data_collector profiler/profiling_data profiler/matchers profiler/wdt_follow_ajax