686dbc6ebb3d8: GET https://skyup-s08.t2.skyup.club/en/news?query=new_destination at 2025-07-09 03:48:46 am by 20.171.207.150

Database Queries

Всього 4 записи.
TimeDurationTypeDuplicatedQuery
   
03:48:46.77519.2 msSELECT1
SELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%new\\_destination%') OR (JSON_EXTRACT(content, '$.en') LIKE '%new\\_destination%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%new\\_destination%') OR (JSON_SEARCH(tags, "all", 'new_destination', NULL, '$.en') IS NOT NULL))

03:48:46.7951.9 msSHOW1
SHOW FULL COLUMNS FROM `news`
03:48:46.7971.2 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'

03:48:46.79913.7 msSELECT1
SELECT * FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%new\\_destination%') OR (JSON_EXTRACT(content, '$.en') LIKE '%new\\_destination%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%new\\_destination%') OR (JSON_SEARCH(tags, "all", 'new_destination', NULL, '$.en') IS NOT NULL)) ORDER BY `created_at` DESC LIMIT 4