Iteration planning
In order to achieve the goal of preparing our application for a production environment, we are going to focus on the following granular tasks:
Implement Yii's application logging framework to ensure we are logging information about critical production errors and events
Implement Yii's application error handling framework to ensure we understand how this works differently in a production environment than in a development environment
Implement application data caching to help improve performance