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 ebbd092 commit 767f90dCopy full SHA for 767f90d
performance.rst
@@ -113,16 +113,14 @@ classes to preload. The only requirement is that you need to set both
113
``container.dumper.inline_factories`` and ``container.dumper.inline_class_loader``
114
parameters to ``true``.
115
116
-The preload file path is the same as the compiled service container but with the
117
-``preload`` suffix:
+This preload file is generated by the ``cache:clear`` command and will be located in
+your ``src/`` directory:
118
119
.. code-block:: ini
120
121
; php.ini
122
opcache.preload=/path/to/project/src/.preload.php
123
124
-This file is generated by the ``cache:clear`` command.
125
-
126
.. _performance-configure-opcache:
127
128
Configure OPcache for Maximum Performance
0 commit comments