Skip to content

Commit 288f41f

Browse files
committed
Add information about profile auto-cleanup
1 parent f0b7d2a commit 288f41f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

profiler.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,19 @@ Symfony Profiler, which will look like this:
3535
in the ``X-Debug-Token-Link`` HTTP response header. Browse the ``/_profiler``
3636
URL to see all profiles.
3737

38+
.. versionadded:: 6.3
39+
40+
Profile garbage collection was introduced in Symfony 6.3.
41+
42+
.. note::
43+
44+
To limit the storage used by profiles on disk, they are probabilistically
45+
removed after 2 days.
46+
3847
Accessing Profiling Data Programmatically
3948
-----------------------------------------
4049

41-
Most of the times, the profiler information is accessed and analyzed using its
50+
Most of the time, the profiler information is accessed and analyzed using its
4251
web-based interface. However, you can also retrieve profiling information
4352
programmatically thanks to the methods provided by the ``profiler`` service.
4453

0 commit comments

Comments
 (0)