8000 Tweaks · symfony/symfony-docs@d55b431 · GitHub
[go: up one dir, main page]

Skip to content

Commit d55b431

Browse files
committed
Tweaks
1 parent 3f34894 commit d55b431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ make them available to all requests until the server is restarted, improving
109109
performance significantly.
110110

111111
During container compilation (e.g. when running the ``cache:clear`` command),
112-
Symfony generates a file called ``.preload`` (with a leading ``.``) in the
113-
``src/`` directory with the list of classes to preload.
112+
Symfony generates a file called ``preload.php`` in the ``config/`` directory
113+
with the list of classes to preload.
114114

115115
The only requirement is that you need to set both ``container.dumper.inline_factories``
116116
and ``container.dumper.inline_class_loader`` parameters to ``true``. Then, you

0 commit comments

Comments
 (0)
0