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):
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
218221applications during development, test and production. It's a commercial service,
219222but provides free features that you can use to find bottlenecks in your projects.
220223
224+ Profilwing with Symfony Stopwatch
225+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226+
221227Symfony provides a basic performance profiler in the development
222228:ref: `config environment <configuration-environments >`. Click on the "time panel"
223229of the :ref: `web debug toolbar <web-debug-toolbar >` to see how much time Symfony
224230spent on tasks such as making database queries and rendering templates.
225231
226- Custom Profiling
227- ~~~~~~~~~~~~~~~~
228-
229232You can measure the execution time and memory consumption of your own code and
230233display the result in the Symfony profiler thanks to the `Stopwatch component `_.
231234
You can’t perform that action at this time.
0 commit comments