WARNING:
You are browsing the documentation for Symfony 4.0 which is not maintained anymore.
Consider upgrading your projects to Symfony 5.2.
Profiler
Profiler¶
Symfony provides a powerful profiler to get detailed information about the execution of any request.
Installation¶
In applications using Symfony Flex, run this command to install the profiler before using it:
1 | $ composer require --dev symfony/profiler-pack
|
This work, including the code samples, is licensed under a Creative Commons BY-SA 3.0 license.