1
0
Fork 0

Warn about using autoloader optimizations in dev

pull/6093/merge
Jordi Boggiano 2017-03-07 14:04:10 +01:00
parent f1f064981b
commit 6260bb70d0
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ new classes do not appear at random between deploys.
For this reason, Composer offers a few strategies to optimize the autoloader. For this reason, Composer offers a few strategies to optimize the autoloader.
> **Note:** You **should not** enable any of these optimizations in **development** as
> they all will cause various problems when adding/removing classes. The performance
> gains are not worth the trouble in a development setting.
## Optimization Level 1: Class map generation ## Optimization Level 1: Class map generation
### How to run it? ### How to run it?