Update structure-applications.md

This commit is contained in:
cuiliang
2018-05-27 20:30:39 +08:00
committed by GitHub
parent 29d813c83b
commit a18681729f

View File

@ -169,7 +169,7 @@ if (YII_ENV_DEV) {
}
```
> : 启动太多的组件会降低系统性能,因为每次请求都需要重新运行启动组件,
> Note: 启动太多的组件会降低系统性能,因为每次请求都需要重新运行启动组件,
> 因此谨慎配置启动组件。