686b525534e5e: GET https://skyup-s08.t2.skyup.club/ro/news?page=14&query=help at 2025-07-07 07:51:33 am by 216.73.216.102

Database Queries

Всього 5 записів.
TimeDurationTypeDuplicatedQuery
   
07:51:33.22429.6 msSELECT1
SELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.ro') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.ro') LIKE '%help%') OR (JSON_EXTRACT(content, '$.ro') LIKE '%help%') OR (JSON_EXTRACT(short_description, '$.ro') LIKE '%help%') OR (JSON_SEARCH(tags, "all", 'help', NULL, '$.ro') IS NOT NULL))

07:51:33.25621.1 msSELECT1
SELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%help%') OR (JSON_EXTRACT(content, '$.en') LIKE '%help%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%help%') OR (JSON_SEARCH(tags, "all", 'help', NULL, '$.en') IS NOT NULL))

07:51:33.2782.2 msSHOW1
SHOW FULL COLUMNS FROM `news`
07:51:33.2801.5 msSELECT1
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'

07:51:33.2829.7 msSELECT1
SELECT * FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%help%') OR (JSON_EXTRACT(content, '$.en') LIKE '%help%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%help%') OR (JSON_SEARCH(tags, "all", 'help', NULL, '$.en') IS NOT NULL)) ORDER BY `created_at` DESC LIMIT 4 OFFSET 52