File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Commands
25
25
========
26
26
27
27
- Added ``spark optimize `` command to optimize configuration for production environment.
28
+ See :ref: `spark_optimize ` for the details.
28
29
- Added ``spark make:test `` command to generate a skeleton test file. See
29
30
:ref: `cli-generators-make-test ` for the details.
30
31
- Added ``spark config:check `` command to check Config values. See
Original file line number Diff line number Diff line change @@ -15,6 +15,19 @@ things you can do to make your application run more efficiently.
15
15
16
16
This section describes the optimization features that CodeIgniter provides.
17
17
18
+ .. _spark_optimize :
19
+
20
+ spark optimize
21
+ ==============
22
+
23
+ .. versionadded :: 4.5.0
24
+
25
+ The ``spark optimize `` command performs the following optimizations:
26
+
27
+ - `Removing Dev Packages `_
28
+ - Enabling `Config Caching `_
29
+ - Enabling `FileLocator Caching `_
30
+
18
31
Composer Optimization
19
32
=====================
20
33
You can’t perform that action at this time.
0 commit comments