File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -211,21 +211,24 @@ deployment process too):
211
211
212
212
.. _profiling-applications :
213
213
214
- Profiling Applications
215
- ----------------------
214
+ Profiling Symfony Applications
215
+ ------------------------------
216
+
217
+ Profiling with Blackfire
218
+ ~~~~~~~~~~~~~~~~~~~~~~~~
216
219
217
220
`Blackfire `_ is the best tool to profile and optimize performance of Symfony
218
221
applications during development, test and production. It's a commercial service,
219
222
but provides free features that you can use to find bottlenecks in your projects.
220
223
224
+ Profilwing with Symfony Stopwatch
225
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226
+
221
227
Symfony provides a basic performance profiler in the development
222
228
:ref: `config environment <configuration-environments >`. Click on the "time panel"
223
229
of the :ref: `web debug toolbar <web-debug-toolbar >` to see how much time Symfony
224
230
spent on tasks such as making database queries and rendering templates.
225
231
226
- Custom Profiling
227
- ~~~~~~~~~~~~~~~~
228
-
229
232
You can measure the execution time and memory consumption of your own code and
230
233
display the result in the Symfony profiler thanks to the `Stopwatch component `_.
231
234
You can’t perform that action at this time.
0 commit comments