File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,11 @@ Helpers and Functions
123
123
Others
124
124
======
125
125
126
- - **Autoloader: ** Autoloading performance when using Composer has been improved.
127
- Adding the ``App `` namespace in the ``autoload.psr4 `` setting in **composer.json **
128
- may also improve the performance of your app. See :ref: `autoloader-application-namespace `.
126
+ - **Autoloader: **
127
+ - Autoloading performance when using Composer has been improved.
128
+ Adding the ``App `` namespace in the ``autoload.psr4 `` setting in **composer.json **
129
+ may also improve the performance of your app. See :ref: `autoloader-application-namespace `.
130
+ - FileLocator Caching implemented. See :ref: `file-locator-caching ` for details.
129
131
- **CodeIgniter: ** Added a pseudo-variable ``{memory_usage} `` to show your memory
130
132
usage in your view files, which was supported by CodeIgniter 3.
131
133
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ autoloader will be the first one to get a chance to locate the file.
143
143
144
144
.. _file-locator-caching :
145
145
146
+ *******************
146
147
FileLocator Caching
147
148
*******************
148
149
You can’t perform that action at this time.
0 commit comments