File tree 1 file changed +10
-1
lines changed 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,19 @@ Symfony Profiler, which will look like this:
35
35
in the ``X-Debug-Token-Link `` HTTP response header. Browse the ``/_profiler ``
36
36
URL to see all profiles.
37
37
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
+
38
47
Accessing Profiling Data Programmatically
39
48
-----------------------------------------
40
49
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
42
51
web-based interface. However, you can also retrieve profiling information
43
52
programmatically thanks to the methods provided by the ``profiler `` service.
44
53
You can’t perform that action at this time.
0 commit comments