File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,10 @@ DependencyInjection
72
72
* The `ResolveDefinitionTemplatesPass` class is deprecated and will be removed in 4.0.
73
73
Use the `ResolveChildDefinitionsPass` class instead.
74
74
75
- * Parameter `container.dumper.inline_class_loader` was added in order to provide
76
- control in the way used to dump the loaded classes. If configured with value `true`,
77
- they will be dumped inline :
75
+ * Unless you're using a custom autoloader, you should enable the `container.dumper.inline_class_loader`
76
+ parameter. This can drastically improve DX by reducing the time to load classes
77
+ when the `DebugClassLoader` is enabled. If you're using `FrameworkBundle`, this
78
+ performance improvement will also impact the "dev" environment :
78
79
79
80
` ` ` yml
80
81
parameters:
Original file line number Diff line number Diff line change @@ -236,9 +236,11 @@ DependencyInjection
236
236
237
237
* The `ExtensionCompilerPass` has been moved to before-optimization passes with priority -1000.
238
238
239
- * In 3.4, parameter `container.dumper.inline_class_loader` was added in order to provide
240
- control in the way used to dump the loaded classes. If configured with value `true`,
241
- they will be dumped inline :
239
+ * In 3.4, parameter `container.dumper.inline_class_loader` was introduced. Unless
240
+ you're using a custom autoloader, you should enable this parameter. This can
241
+ drastically improve DX by reducing the time to load classes when the `DebugClassLoader`
242
+ is enabled. If you're using `FrameworkBundle`, this performance improvement will
243
+ also impact the "dev" environment :
242
244
243
245
` ` ` yml
244
246
parameters:
You can’t perform that action at this time.
0 commit comments