686c2ce31ab4a: GET https://skyup-s08.t2.skyup.club/pl/news?page=13&query=aircraft at 2025-07-07 11:24:03 pm by 20.171.207.150

Performance Profiling

Total processing time: 1,719 ms; Peak memory: 3.177 MB. Show Profiling Timeline

Всього 6 записів.
TimeDurationCategoryInfo
  
23:24:03.455871.9 msyii\db\Command::querySELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%aircraft%') OR (JSON_EXTRACT(content, '$.en') LIKE '%aircraft%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%aircraft%') OR (JSON_SEARCH(tags, "all", 'aircraft', NULL, '$.en') IS NOT NULL))
23:24:04.334445.5 msyii\db\Command::querySELECT * FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.en') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.en') LIKE '%aircraft%') OR (JSON_EXTRACT(content, '$.en') LIKE '%aircraft%') OR (JSON_EXTRACT(short_description, '$.en') LIKE '%aircraft%') OR (JSON_SEARCH(tags, "all", 'aircraft', NULL, '$.en') IS NOT NULL)) ORDER BY `created_at` DESC LIMIT 4 OFFSET 48
23:24:03.247207.3 msyii\db\Command::querySELECT COUNT(*) FROM `news` WHERE (`publish`=TRUE) AND (JSON_EXTRACT(content, '$.pl') IS NOT NULL) AND ((JSON_EXTRACT(title, '$.pl') LIKE '%aircraft%') OR (JSON_EXTRACT(content, '$.pl') LIKE '%aircraft%') OR (JSON_EXTRACT(short_description, '$.pl') LIKE '%aircraft%') OR (JSON_SEARCH(tags, "all", 'aircraft', NULL, '$.pl') IS NOT NULL))
23:24:03.139107.7 msyii\db\Connection::openOpening DB connection: mysql:host=10.129.8.1;dbname=site_slot08
23:24:04.3283.1 msyii\db\Command::querySHOW FULL COLUMNS FROM `news`
23:24:04.3312.6 msyii\db\Command::querySELECT 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'