Time | Duration | Type | Duplicated | Query |
---|---|---|---|---|
03:26:02.460 | 45.5 ms | SELECT | 1 | SELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.ro') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.ro') LIKE '%online check-in%') OR (JSON_EXTRACT(content, '$.ro') LIKE '%online check-in%') OR (JSON_EXTRACT(short_description, '$.ro') LIKE '%online check-in%') OR (JSON_SEARCH(tags, "all", 'online check-in', NULL, '$.ro') IS NOT NULL)) |
03:26:02.507 | 301.1 ms | SELECT | 1 | SELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%online check-in%') OR (JSON_EXTRACT(content, '$.en') LIKE '%online check-in%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%online check-in%') OR (JSON_SEARCH(tags, "all", 'online check-in', NULL, '$.en') IS NOT NULL)) |
03:26:02.808 | 48.8 ms | SHOW | 1 | SHOW FULL COLUMNS FROM `news` |
03:26:02.857 | 61.0 ms | SELECT | 1 | 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' |
03:26:02.919 | 217.6 ms | SELECT | 1 | SELECT * FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%online check-in%') OR (JSON_EXTRACT(content, '$.en') LIKE '%online check-in%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%online check-in%') OR (JSON_SEARCH(tags, "all", 'online check-in', NULL, '$.en') IS NOT NULL)) ORDER BY `created_at` DESC LIMIT 4 |