use symfony debug profiler
This commit is contained in:
parent
769e389787
commit
28779f9af1
7 changed files with 119 additions and 2 deletions
6
config/packages/test/web_profiler.yaml
Normal file
6
config/packages/test/web_profiler.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
web_profiler:
|
||||
toolbar: false
|
||||
intercept_redirects: false
|
||||
|
||||
framework:
|
||||
profiler: { collect: false }
|
Reference in a new issue