The Yii2 plugin extends Z-Ray to display Yii2 information on all the various Yii2 elements constructing the page, including Asset bundles, SQL queries, and logs, together with general information on the setup and the request.
The Yii2 plugin also defines the current route and Controller/action for serving requests. You can see the log of SQL queries and the time spent on each SQL statement with the trace stack.

*   Asset Bundles
    *   Lists all the used Yii2 asset bundles on the page, with information on the bundle name, its path, css, js and 'depends on' information.
*   DB Logger
    *   Lists all the SQL statements executed during the life cycle of the current request. Logging info includes type, query, duration, timestamp, trace and sequence of the SQL statement execution.
*   Logger
    *   Lists all the Yii2 log messages for current request. The information includes message, category, level and time of execution.
*   Page Info
    *   Shows general page info like Current route, status code received and action serving the current route.
*   Extensions
    *   Displays extensions installed in the Yii2 Application with their name and version.
*   Config Info
    *   Displays configuration information which includes Yii2 Version, Application name, Environment, Debug mode, PHP version etc.
