Skip to content

Commit f746ec1

Browse files
committed
[Performance] Mention Symfony Stowatch in some doc sections
1 parent 0f7fd39 commit f746ec1

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
@@ -211,21 +211,24 @@ deployment process too):
211211

212212
.. _profiling-applications:
213213

214-
Profiling Applications
215-
----------------------
214+
Profiling Symfony Applications
215+
------------------------------
216+
217+
Profiling with Blackfire
218+
~~~~~~~~~~~~~~~~~~~~~~~~
216219

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

224+
Profilwing with Symfony Stopwatch
225+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226+
221227
Symfony provides a basic performance profiler in the development
222228
:ref:`config environment <configuration-environments>`. Click on the "time panel"
223229
of the :ref:`web debug toolbar <web-debug-toolbar>` to see how much time Symfony
224230
spent on tasks such as making database queries and rendering templates.
225231

226-
Custom Profiling
227-
~~~~~~~~~~~~~~~~
228-
229232
You can measure the execution time and memory consumption of your own code and
230233
display the result in the Symfony profiler thanks to the `Stopwatch component`_.
231234

0 commit comments

Comments
 (0)