8000 minor #14502 [Performance] Mention Symfony Stopwatch in some doc sect… · symfony/symfony-docs@8d7ee6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d7ee6f

Browse files
committed
minor #14502 [Performance] Mention Symfony Stopwatch in some doc sections (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- [Performance] Mention Symfony Stopwatch in some doc sections This continues #14489 but makes less changes. Commits ------- f746ec1 [Performance] Mention Symfony Stowatch in some doc sections
2 parents 2cd9032 + f746ec1 commit 8d7ee6f

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)
0