10000 Reword description · symfony/symfony@3d9a17c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d9a17c

Browse files
committed
Reword description
1 parent 965151f commit 3d9a17c

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

UPGRADE-3.4.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ DependencyInjection
7272
* The `ResolveDefinitionTemplatesPass` class is deprecated and will be removed in 4.0.
7373
Use the `ResolveChildDefinitionsPass` class instead.
7474

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:
7879

7980
```yml
8081
parameters:

UPGRADE-4.0.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,11 @@ DependencyInjection
236236

237237
* The `ExtensionCompilerPass` has been moved to before-optimization passes with priority -1000.
238238

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:
242244

243245
```yml
244246
parameters:

0 commit comments

Comments
 (0)
0