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