8000 Merge branch '5.1' into 5.x · symfony/symfony-docs@b08f100 · GitHub
[go: up one dir, main page]

Skip to content

Commit b08f100

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: [Performance] Mention Symfony Stowatch in some doc sections
2 parents 24dcdfd + 233a60d commit b08f100

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

performance.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,21 +215,24 @@ deployment process too):
215215

216216
.. _profiling-applications:
217217

218-
Profiling Applications
219-
----------------------
218+
Profiling Symfony Applications
219+
------------------------------
220+
221+
Profiling with Blackfire
222+
~~~~~~~~~~~~~~~~~~~~~~~~
220223

221224
`Blackfire`_ is the best tool to profile and optimize performance of Symfony
222225
applications during development, test and production. It's a commercial service,
223226
but provides free features that you can use to find bottlenecks in your projects.
224227

228+
Profiling with Symfony Stopwatch
229+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230+
225231
Symfony provides a basic performance profiler in the development
226232
:ref:`config environment <configuration-environments>`. Click on the "time panel"
227233
of the :ref:`web debug toolbar <web-debug-toolbar>` to see how much time Symfony
228234
spent on tasks such as making database queries and rendering templates.
229235

230-
Custom Profiling
231-
~~~~~~~~~~~~~~~~
232-
233236
You can measure the execution time and memory consumption of your own code and
234237
display the result in the Symfony profiler thanks to the `Stopwatch component`_.
235238

0 commit comments

Comments
 (0)
0