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
2525========
2626
2727- Added ``spark optimize `` command to optimize configuration for production environment.
28+ See :ref: `spark_optimize ` for the details.
2829- Added ``spark make:test `` command to generate a skeleton test file. See
2930 :ref: `cli-generators-make-test ` for the details.
3031- 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.
1515
1616This section describes the optimization features that CodeIgniter provides.
1717
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+
1831Composer Optimization
1932=====================
2033
You can’t perform that action at this time.
0 commit comments