Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|
SHOW FULL COLUMNS FROM `products` | | 19 | 19 | 1 | maybe slow |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_general_ci'; | | 1 | 1 | 1 | |
SHOW FULL COLUMNS FROM `criteria` | | 3 | 3 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `products_criteria` | | 2 | 2 | 2 | |
SHOW FULL COLUMNS FROM `types` | | 5 | 5 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `products_types` | | 2 | 2 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `options` | | 5 | 5 | 1 | maybe slow |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_unicode_ci'; | | 1 | 1 | 3 | maybe slow |
SHOW FULL COLUMNS FROM `administrators` | | 4 | 4 | 1 | maybe slow |
SELECT COUNT(*) AS `count` FROM `products` AS `Product` WHERE `Product`.`types` LIKE '%\"27\"%' AND `Product`.`language` = 'en' | | 1 | 1 | 5 | maybe slow |
SELECT `Product`.`slug`, `Product`.`title`, `Product`.`summary`, `Product`.`dir`, `Product`.`filename` FROM `products` AS `Product` WHERE `Product`.`types` LIKE '%\"27\"%' AND `Product`.`language` = 'en' ORDER BY `Product`.`created` DESC LIMIT 24 | | 24 | 24 | 5 | maybe slow |
SELECT `Type`.`title` FROM `types` AS `Type` WHERE `Type`.`id` = 27 AND `Type`.`language` = 'en' LIMIT 1 | | 1 | 1 | 1 | |
SHOW FULL COLUMNS FROM `groups` | | 3 | 3 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `companies` | | 14 | 14 | 1 | maybe slow |
SELECT `Product`.`group_id`, `Product`.`subgroup_id`, `Product`.`is_popular`, `Product`.`types`, `Product`.`criteria`, `Product`.`company_id`, `Company`.`slug`, `Company`.`name`, `Group`.`id`, `Group`.`title`, `Company`.`id`, `Product`.`id` FROM `products` AS `Product` LEFT JOIN `companies` AS `Company` ON (`Product`.`company_id` = `Company`.`id`) LEFT JOIN `groups` AS `Group` ON (`Product`.`group_id` = `Group`.`id`) WHERE `Product`.`types` LIKE '%\"27\"%' AND `Product`.`language` = 'en' | | 126 | 126 | 4 | |
SELECT `Type`.`id`, `Type`.`title`, `Type`.`dir`, `Type`.`filename`, `ProductsType`.`product_id`, `ProductsType`.`type_id` FROM `types` AS `Type` JOIN `products_types` AS `ProductsType` ON (`ProductsType`.`product_id` IN (407, 410, 416, 417, 418, 419, 420, 421, 422, 423, 452, 476, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 750, 756, 757, 758, 759, 760, 761, 830, 831, 832, 833, 834, 835, 837, 838, 839, 840, 841, 842, 843, 844, 845, 847, 848, 849, 851, 852, 853, 854, 855, 856, 1095, 1096, 1097, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370) AND `ProductsType`.`type_id` = `Type`.`id`) | | 171 | 171 | 2 | |
SHOW FULL COLUMNS FROM `sites` | | 2 | 2 | 1 | maybe slow |
UPDATE `sites` AS `Site` SET `Site`.`view_count` = Site.view_count + 1 WHERE `Site`.`id` = 1 | | 1 | | 0 | |
SELECT `Site`.`view_count` FROM `sites` AS `Site` WHERE `Site`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 | |
SHOW FULL COLUMNS FROM `blocks` | | 3 | 3 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `block_contents` | | 4 | 4 | 1 | maybe slow |
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'after_blue_box' AND `BlockContent`.`language` = 'en' LIMIT 1 | | 1 | 1 | 6 | maybe slow |
SELECT `Type`.`id`, `Type`.`title` FROM `types` AS `Type` WHERE `Type`.`language` = 'en' ORDER BY `title` ASC | | 37 | 37 | 2 | maybe slow |
SHOW FULL COLUMNS FROM `company_categories` | | 3 | 3 | 1 | maybe slow |
SELECT `CompanyCategory`.`id`, `CompanyCategory`.`title` FROM `company_categories` AS `CompanyCategory` WHERE `CompanyCategory`.`language` = 'en' ORDER BY `title` ASC | | 12 | 12 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `links` | | 10 | 10 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `navigations` | | 3 | 3 | 4 | maybe slow |
SELECT `Link`.`id`, `Link`.`title`, `Link`.`type`, `Link`.`object_id`, `Link`.`subject`, `Link`.`lft`, `Link`.`rght`, `Link`.`language`, `Link`.`navigation_id`, `Link`.`parent_id`, `Navigation`.`id`, `Navigation`.`name`, `Navigation`.`key` FROM `links` AS `Link` LEFT JOIN `navigations` AS `Navigation` ON (`Link`.`navigation_id` = `Navigation`.`id`) WHERE `Link`.`language` = 'en' AND `Navigation`.`key` = 'main' AND `Link`.`language` = 'en' ORDER BY `Link`.`lft` ASC | | 8 | 8 | 8 | |
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'partners' AND `BlockContent`.`language` = 'en' LIMIT 1 | | 1 | 1 | 1 | |
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'right_sidebar' AND `BlockContent`.`language` = 'en' LIMIT 1 | | 1 | 1 | 0 | |
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'bottom' AND `BlockContent`.`language` = 'en' LIMIT 1 | | 1 | 1 | 0 | |
SELECT `Link`.`id`, `Link`.`title`, `Link`.`type`, `Link`.`object_id`, `Link`.`subject`, `Link`.`lft`, `Link`.`rght`, `Link`.`language`, `Link`.`navigation_id`, `Link`.`parent_id`, `Navigation`.`id`, `Navigation`.`name`, `Navigation`.`key` FROM `links` AS `Link` LEFT JOIN `navigations` AS `Navigation` ON (`Link`.`navigation_id` = `Navigation`.`id`) WHERE `Link`.`language` = 'en' AND `Navigation`.`key` = 'footer' AND `Link`.`language` = 'en' ORDER BY `Link`.`lft` ASC | | 8 | 8 | 0 | |
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'footer' AND `BlockContent`.`language` = 'en' LIMIT 1 | | 1 | 1 | 0 | |