@@ -419,7 +419,7 @@ Symfony2 developer's best friend.
419
419
.. image :: /images/quick_tour/web_debug_toolbar.png
420
420
:align: center
421
421
422
- What you see initially is only the tip of the iceberg; click on the long
422
+ What you see initially is only the tip of the iceberg; click on the
423
423
hexadecimal number (the session token) to reveal yet another very useful
424
424
Symfony2 debugging tool: the profiler.
425
425
@@ -429,14 +429,17 @@ Symfony2 debugging tool: the profiler.
429
429
.. note ::
430
430
431
431
You can also get more information quickly by hovering over the items
432
- on the Web Debug Toolbar.
433
-
434
- When enabled (by default in the dev and test environments), the Profiler
435
- records a great deal of information on each request made to your application.
436
- It allows you to view details of each request, including, but not limited to,
437
- GET or POST parameters and the request headers; logs; an execution timeline;
438
- information on the currently logged in user; Doctrine queries; and more.
439
-
432
+ on the Web Debug Toolbar, or clicking them to go to their respective
433
+ pages in the profiler.
434
+
435
+ When loaded (by default in the dev and test environments), and enabled
436
+ (by default, only in the dev environment) the Profiler provides an interface
437
+ to view a great deal of information recorded on each request made to your
438
+ application. It allows you to view details of each request, including, but
439
+ not limited to, GET or POST parameters and the request headers; logs; an
440
+ execution timeline; information on the currently logged in user; Doctrine
441
+ queries; and more.
442
+
440
443
Of course, it would be unwise to have these tools enabled when you deploy
441
444
your application, so by default, the profiler is not enabled in the ``prod ``
442
445
environment. (In fact, its bundle is not even loaded).
0 commit comments