Total processing time: 132 ms; Peak memory: 3.215 MB.
# | Time | Duration | Category | Info |
---|---|---|---|---|
1 | 16:17:02.196 | 0.4 ms | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=su |
2 | 16:17:02.197 | 2.3 ms | yii\db\Command::query | SELECT * FROM `easyii_texts` |
3 | 16:17:02.290 | 0.1 ms | yii\db\Command::query | SELECT * FROM `easyii_gallery_categories` ORDER BY `order_num` DESC LIMIT 3 |
4 | 16:17:02.297 | 0.5 ms | yii\db\Command::query | SHOW FULL COLUMNS FROM `easyii_gallery_categories` |
5 | 16:17:02.297 | 0.3 ms | yii\db\Command::query | SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'easyii_gallery_categories' AND kcu.table_name = 'easyii_gallery_categories' |