File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Configuration
39
39
* `assets_base_urls `_
40
40
* `assets_version `_
41
41
* `assets_version_format `_
42
+ * `profiler `_
43
+ * `enabled `_
42
44
43
45
secret
44
46
~~~~~~
@@ -397,6 +399,22 @@ would be ``/images/logo.png?version=5``.
397
399
The latter option is useful if you would like older asset versions to remain
398
400
accessible at their original URL.
399
401
402
+ profiler
403
+ ~~~~~~~~
404
+
405
+ .. versionadded :: 2.2
406
+ The ``enabled `` option was added in Symfony 2.2. Previously, the profiler
407
+ could only be disabled by omitting the ``framework.profiler `` configuration
408
+ entirely.
409
+
410
+ enabled
411
+ .......
412
+
413
+ **default **: ``true `` in the ``dev `` and ``test `` environments
414
+
415
+ The profiler can be disabled by setting this key to ``false ``. In reality,
416
+ the profiler still exists, but the data collectors are not activated.
417
+
400
418
Full Default Configuration
401
419
--------------------------
402
420
You can’t perform that action at this time.
0 commit comments