Total processing time: 213 ms; Peak memory: 3.275 MB. Show Profiling Timeline
Time | Duration | Category | Info |
---|---|---|---|
13:24:25.449 | 43.0 ms | yii\db\Command::query | SELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%SkyUp Airlines%') OR (JSON_EXTRACT(content, '$.en') LIKE '%SkyUp Airlines%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%SkyUp Airlines%') OR (JSON_SEARCH(tags, "all", 'SkyUp Airlines', NULL, '$.en') IS NOT NULL)) |
13:24:25.499 | 13.1 ms | yii\db\Command::query | SELECT * FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%SkyUp Airlines%') OR (JSON_EXTRACT(content, '$.en') LIKE '%SkyUp Airlines%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%SkyUp Airlines%') OR (JSON_SEARCH(tags, "all", 'SkyUp Airlines', NULL, '$.en') IS NOT NULL)) ORDER BY `created_at` DESC LIMIT 4 OFFSET 192 |
13:24:25.494 | 2.4 ms | yii\db\Command::query | SHOW FULL COLUMNS FROM `news` |
13:24:25.497 | 1.5 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 = 'news' AND kcu.table_name = 'news' |
13:24:25.448 | 1.2 ms | yii\db\Connection::open | Opening DB connection: mysql:host=10.129.8.1;dbname=site_slot08 |