Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|
SELECT COUNT(*) AS `count` FROM `products` AS `Product` WHERE `Product`.`group_id` = 14 AND `Product`.`language` = 'bg' | | 1 | 1 | 1 | |
SELECT `Product`.`slug`, `Product`.`title`, `Product`.`summary`, `Product`.`dir`, `Product`.`filename` FROM `products` AS `Product` WHERE `Product`.`group_id` = 14 AND `Product`.`language` = 'bg' ORDER BY `Product`.`created` DESC LIMIT 24 | | 19 | 19 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `groups` | | 3 | 3 | 1 | maybe slow |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_general_ci'; | | 1 | 1 | 1 | |
SELECT `Group`.`title` FROM `groups` AS `Group` WHERE `Group`.`id` = 14 AND `Group`.`language` = 'bg' LIMIT 1 | | 1 | 1 | 0 | |
SELECT `Product`.`group_id`, `Product`.`subgroup_id`, `Product`.`is_popular`, `Product`.`types`, `Product`.`criteria`, `Product`.`company_id`, `Company`.`slug`, `Company`.`name`, `Subgroup`.`id`, `Subgroup`.`title`, `Company`.`id`, `Product`.`id` FROM `products` AS `Product` LEFT JOIN `companies` AS `Company` ON (`Product`.`company_id` = `Company`.`id`) LEFT JOIN `subgroups` AS `Subgroup` ON (`Product`.`subgroup_id` = `Subgroup`.`id`) WHERE `Product`.`group_id` = 14 AND `Product`.`language` = 'bg' | | 19 | 19 | 1 | maybe slow |
SELECT `Criterion`.`id`, `Criterion`.`title`, `ProductsCriterium`.`product_id`, `ProductsCriterium`.`criterion_id` FROM `criteria` AS `Criterion` JOIN `products_criteria` AS `ProductsCriterium` ON (`ProductsCriterium`.`product_id` IN (3, 13, 71, 72, 74, 84, 88, 91, 93, 97, 102, 106, 113, 140, 141, 142, 143, 144, 145) AND `ProductsCriterium`.`criterion_id` = `Criterion`.`id`) | | 29 | 29 | 1 | |
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 | 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` = 'after_blue_box' AND `BlockContent`.`language` = 'bg' LIMIT 1 | | 1 | 1 | 0 | |
SELECT `Type`.`id`, `Type`.`title` FROM `types` AS `Type` WHERE `Type`.`language` = 'bg' ORDER BY `title` ASC | | 26 | 26 | 0 | |
SELECT `CompanyCategory`.`id`, `CompanyCategory`.`title` FROM `company_categories` AS `CompanyCategory` WHERE `CompanyCategory`.`language` = 'bg' ORDER BY `title` ASC | | 12 | 12 | 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` = 'bg' AND `Navigation`.`key` = 'main' AND `Link`.`language` = 'bg' ORDER BY `Link`.`lft` ASC | | 7 | 7 | 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` = 'partners' AND `BlockContent`.`language` = 'bg' 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` = 'right_sidebar' AND `BlockContent`.`language` = 'bg' 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` = 'bg' 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` = 'bg' AND `Navigation`.`key` = 'footer' AND `Link`.`language` = 'bg' ORDER BY `Link`.`lft` ASC | | 6 | 6 | 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` = 'bg' LIMIT 1 | | 1 | 1 | 0 | |