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):
215215
216216.. _profiling-applications :
217217
218- Profiling Applications
219- ----------------------
218+ Profiling Symfony Applications
219+ ------------------------------
220+
221+ Profiling with Blackfire
222+ ~~~~~~~~~~~~~~~~~~~~~~~~
220223
221224`Blackfire `_ is the best tool to profile and optimize performance of Symfony
222225applications during development, test and production. It's a commercial service,
223226but provides free features that you can use to find bottlenecks in your projects.
224227
228+ Profiling with Symfony Stopwatch
229+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230+
225231Symfony provides a basic performance profiler in the development
226232:ref: `config environment <configuration-environments >`. Click on the "time panel"
227233of the :ref: `web debug toolbar <web-debug-toolbar >` to see how much time Symfony
228234spent on tasks such as making database queries and rendering templates.
229235
230- Custom Profiling
231- ~~~~~~~~~~~~~~~~
232-
233236You can measure the execution time and memory consumption of your own code and
234237display the result in the Symfony profiler thanks to the `Stopwatch component `_.
235238
You can’t perform that action at this time.
0 commit comments