demo
demo copied to clipboard
Turning off debug mode should apply optimizations
- Turn off debug info collection and API:
- https://github.com/yiisoft/yii-debug/blob/master/config/params.php#L31
- https://github.com/yiisoft/yii-debug-api/blob/master/config/params.php#L10
- https://github.com/yiisoft/docs/blob/master/guide/en/tutorial/performance-tuning.md if possible.
- https://github.com/yiisoft/yii-cycle/blob/master/docs/en/reading-schema.md#schema-cache
See https://github.com/yiisoft/app/issues/166