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 bcc5634 commit bcbb87fCopy full SHA for bcbb87f
cookbook/profiler/storage.rst
@@ -4,8 +4,8 @@
4
Switching the Profiler Storage
5
==============================
6
7
-In Symfony versions previous to 2.8, profiles could be stored in files, databases,
8
-services like Redis and Memcache, etc. Starting from Symfony 2.8, the only storage
+In Symfony versions previous to 3.0, profiles could be stored in files, databases,
+services like Redis and Memcache, etc. Starting from Symfony 3.0, the only storage
9
mechanism with built-in support is the filesystem.
10
11
By default the profile stores the collected data in the ``%kernel.cache_dir%/profiler/``
0 commit comments