added profile

This commit is contained in:
2021-05-30 17:27:39 +02:00
parent 5b8a86de98
commit 79fc71d2fb
10 changed files with 593 additions and 2 deletions

@ -0,0 +1,6 @@
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler: { only_exceptions: false }

@ -0,0 +1,2 @@
twig:
strict_variables: true

@ -0,0 +1,6 @@
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }

@ -0,0 +1,2 @@
twig:
default_path: '%kernel.project_dir%/templates'