Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/10-profiling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Profiling

For easier debugging, you can enable the Symfony Profiler.
This bundle provides an easy way to view the cache tags used in the response headers.
Additionally, you can inspect the bundle’s configuration.

### Enabling the Symfony Profiler

The Symfony Profiler is enabled by default in the `dev` environment. If you need to enable it in another environment, ensure the following bundle is registered in your `config/bundles.php`:

```php
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
File renamed without changes.