Add profiler

This commit is contained in:
2024-12-19 15:20:37 +01:00
parent ef9eecfdea
commit 4edf1516dd
6 changed files with 125 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler:
only_exceptions: false
collect_serializer_data: true
when@test:
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }