Skip to content

Commit

Permalink
docs: add section for "spark optimize"
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 10, 2024
1 parent 194edd6 commit 51ceb27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Commands
========

- Added ``spark optimize`` command to optimize configuration for production environment.
See :ref:`spark_optimize` for the details.
- Added ``spark make:test`` command to generate a skeleton test file. See
:ref:`cli-generators-make-test` for the details.
- Added ``spark config:check`` command to check Config values. See
Expand Down
13 changes: 13 additions & 0 deletions user_guide_src/source/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ things you can do to make your application run more efficiently.

This section describes the optimization features that CodeIgniter provides.

.. _spark_optimize:

spark optimize
==============

.. versionadded:: 4.5.0

The ``spark optimize`` command performs the following optimizations:

- `Removing Dev Packages`_
- Enabling `Config Caching`_
- Enabling `FileLocator Caching`_

Composer Optimization
=====================

Expand Down

0 comments on commit 51ceb27

Please sign in to comment.