Total processing time: 26 ms; Peak memory: 3.159 MB.
# | Time | Duration | Category | Info |
---|---|---|---|---|
1 | 14:59:24.186 | 0.5 ms | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=su |
2 | 14:59:24.187 | 0.1 ms | yii\db\Command::query | SELECT * FROM `easyii_gallery_categories` ORDER BY `order_num` DESC LIMIT 3 |
3 | 14:59:24.188 | 0.6 ms | yii\db\Command::query | SHOW FULL COLUMNS FROM `easyii_gallery_categories` |
4 | 14:59:24.189 | 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' |