We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0f732 commit c69b277Copy full SHA for c69b277
cookbook/profiler/storage.rst
@@ -4,7 +4,7 @@
4
Switching the Profiler Storage
5
==============================
6
7
-By default the profile stores the collected data in files in the cache directory.
+By default the profile stores the collected data in files in the cache directory, under ``%kernel.cache_dir%/profiler``.
8
You can control the storage being used through the ``dsn``, ``username``,
9
``password`` and ``lifetime`` options. For example, the following configuration
10
uses MySQL as the storage for the profiler with a lifetime of one hour:
0 commit comments