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 2b1dbee commit afbce94Copy full SHA for afbce94
bundles/extension.rst
@@ -129,6 +129,11 @@ read more about it, see the ":doc:`/bundles/configuration`" article.
129
Adding Classes to Compile
130
-------------------------
131
132
+.. versionadded:: 3.3
133
+ This technique is discouraged and the ``addClassesToCompile()`` has been
134
+ deprecated starting from Symfony 3.3, because modern PHP versions make it
135
+ unnecessary.
136
+
137
Symfony creates a big ``classes.php`` file in the cache directory to aggregate
138
the contents of the PHP classes that are used in every request. This reduces the
139
I/O operations and increases the application performance.
0 commit comments