Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 459 Bytes

profiler.rst

File metadata and controls

23 lines (16 loc) · 459 Bytes

Profiler

Symfony provides a powerful profiler to get detailed information about the execution of any request.

Installation

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

$ composer require profiler --dev

profiler/data_collector profiler/profiling_data profiler/matchers profiler/storage