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.
2 parents 9557c17 + 233a1ce commit d8c236aCopy full SHA for d8c236a
performance.rst
@@ -120,7 +120,9 @@ The preload file path is the same as the compiled service container but with the
120
.. code-block:: ini
121
122
; php.ini
123
- opcache.preload=/path/to/project/var/cache/prod/App_KernelProdContainer.preload.php
+ opcache.preload=/path/to/project/src/preload.php
124
+
125
+This file is generated by the ``cache:clear`` command.
126
127
Use the :ref:`container.preload <dic-tags-container-preload>` and
128
:ref:`container.no_preload <dic-tags-container-nopreload>` service tags to define
0 commit comments