Skip to content

Commit 46e3348

Browse files
committed
docs: add section for "spark optimize"
1 parent 4302753 commit 46e3348

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

user_guide_src/source/installation/deployment.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ things you can do to make your application run more efficiently.
1515

1616
This 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+
1831
Composer Optimization
1932
=====================
2033

0 commit comments

Comments
 (0)