18 duplicated queries found.
Time | Duration | Type | Duplicated | Query |
---|---|---|---|---|
01:01:34.655 | 0.6 ms | SELECT | 1 | SELECT * FROM `scene` WHERE `slug`='kb01' |
01:01:34.656 | 0.8 ms | SHOW | 1 | SHOW FULL COLUMNS FROM `scene` |
01:01:34.657 | 0.5 ms | SELECT | 1 | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'scene' AND `kcu`.`TABLE_NAME` = 'scene' |
01:01:34.658 | 1.1 ms | SELECT | 1 | SELECT * FROM `point` WHERE (`construction_id` IS NULL) AND (`scene_id`=15) |
01:01:34.659 | 0.5 ms | SHOW | 1 | SHOW FULL COLUMNS FROM `point` |
01:01:34.660 | 0.3 ms | SELECT | 1 | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'point' AND `kcu`.`TABLE_NAME` = 'point' |
01:01:34.661 | 0.4 ms | SELECT | 1 | SELECT * FROM `point` WHERE ((`scene_id`=15) AND (`construction_id` IS NULL)) AND (`status`=1) ORDER BY `id` DESC |
01:01:34.662 | 0.3 ms | SELECT | 1 | SELECT `id`, `default_product`, `paving_id`, `target_object_id`, `scene_id`, `type`, `area`, `width_default`, `height_default`, `offset_x`, `offset_y`, `rotate` FROM `point` WHERE ((`construction_id` IS NULL) AND (`scene_id`=15)) AND (NOT (`default_product`='NULL')) AND (`status`=1) |
01:01:34.662 | 0.2 ms | SELECT | 2 | SELECT `id`, `name`, `image_path`, `brand_id`, `image_map`, `sub_image`, `status`, `path`, `price`, `discount`, `color`, `code`, `tag`, `roughness`, `metallic`, `size`, `type`, `image_uv`, `size_uv`, `image_map_padding` FROM `product` WHERE `id`='54' |
01:01:34.663 | 0.4 ms | SHOW | 1 | SHOW FULL COLUMNS FROM `product` |
01:01:34.663 | 0.2 ms | SELECT | 1 | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'product' AND `kcu`.`TABLE_NAME` = 'product' |
01:01:34.664 | 0.2 ms | SELECT | 2 | SELECT * FROM `category` WHERE `id`=21 |
01:01:34.664 | 0.3 ms | SHOW | 1 | SHOW FULL COLUMNS FROM `category` |
01:01:34.664 | 0.2 ms | SELECT | 1 | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'category' AND `kcu`.`TABLE_NAME` = 'category' |
01:01:34.665 | 1.2 ms | SELECT | 2 | SELECT `src`, `rows`, `cols` FROM `product_image_map` WHERE `product_id`=54 |
01:01:34.666 | 0.3 ms | SHOW | 1 | SHOW FULL COLUMNS FROM `product_image_map` |
01:01:34.666 | 0.2 ms | SELECT | 1 | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'product_image_map' AND `kcu`.`TABLE_NAME` = 'product_image_map' |
01:01:34.667 | 0.5 ms | SELECT | 1 | SELECT * FROM `point_product` WHERE (`point_id`='75') AND (`product_id`='54') |
01:01:34.668 | 0.2 ms | SELECT | 2 | SELECT `id`, `name`, `image_path`, `brand_id`, `image_map`, `sub_image`, `status`, `path`, `price`, `discount`, `color`, `code`, `tag`, `roughness`, `metallic`, `size`, `type`, `image_uv`, `size_uv`, `image_map_padding` FROM `product` WHERE `id`='165' |
01:01:34.668 | 0.1 ms | SELECT | 2 | SELECT * FROM `category` WHERE `id`=18 |
01:01:34.668 | 1.1 ms | SELECT | 2 | SELECT `src`, `rows`, `cols` FROM `product_image_map` WHERE `product_id`=165 |
01:01:34.670 | 0.4 ms | SELECT | 1 | SELECT * FROM `point_product` WHERE (`point_id`='76') AND (`product_id`='165') |
01:01:34.670 | 0.2 ms | SELECT | 1 | SELECT `id`, `name`, `image_path`, `brand_id`, `image_map`, `sub_image`, `status`, `path`, `price`, `discount`, `color`, `code`, `tag`, `roughness`, `metallic`, `size`, `type`, `image_uv`, `size_uv`, `image_map_padding` FROM `product` WHERE `id`='140' |
01:01:34.670 | 0.1 ms | SELECT | 1 | SELECT * FROM `category` WHERE `id`=22 |
01:01:34.671 | 1.1 ms | SELECT | 1 | SELECT `src`, `rows`, `cols` FROM `product_image_map` WHERE `product_id`=140 |
01:01:34.672 | 0.4 ms | SELECT | 1 | SELECT * FROM `point_product` WHERE (`point_id`='77') AND (`product_id`='140') |
01:01:34.673 | 0.2 ms | SELECT | 2 | SELECT `id`, `name`, `image_path`, `brand_id`, `image_map`, `sub_image`, `status`, `path`, `price`, `discount`, `color`, `code`, `tag`, `roughness`, `metallic`, `size`, `type`, `image_uv`, `size_uv`, `image_map_padding` FROM `product` WHERE `id`='14' |
01:01:34.673 | 0.1 ms | SELECT | 2 | SELECT * FROM `category` WHERE `id`=16 |
01:01:34.673 | 1.0 ms | SELECT | 2 | SELECT `src`, `rows`, `cols` FROM `product_image_map` WHERE `product_id`=14 |
01:01:34.674 | 0.4 ms | SELECT | 1 | SELECT * FROM `point_product` WHERE (`point_id`='79') AND (`product_id`='14') |
01:01:34.675 | 0.2 ms | SELECT | 2 | SELECT `id`, `name`, `image_path`, `brand_id`, `image_map`, `sub_image`, `status`, `path`, `price`, `discount`, `color`, `code`, `tag`, `roughness`, `metallic`, `size`, `type`, `image_uv`, `size_uv`, `image_map_padding` FROM `product` WHERE `id`='54' |
01:01:34.675 | 0.1 ms | SELECT | 2 | SELECT * FROM `category` WHERE `id`=21 |
01:01:34.675 | 1.0 ms | SELECT | 2 | SELECT `src`, `rows`, `cols` FROM `product_image_map` WHERE `product_id`=54 |
01:01:34.677 | 0.4 ms | SELECT | 1 | SELECT * FROM `point_product` WHERE (`point_id`='83') AND (`product_id`='54') |
01:01:34.677 | 0.2 ms | SELECT | 2 | SELECT `id`, `name`, `image_path`, `brand_id`, `image_map`, `sub_image`, `status`, `path`, `price`, `discount`, `color`, `code`, `tag`, `roughness`, `metallic`, `size`, `type`, `image_uv`, `size_uv`, `image_map_padding` FROM `product` WHERE `id`='14' |
01:01:34.677 | 0.1 ms | SELECT | 2 | SELECT * FROM `category` WHERE `id`=16 |
01:01:34.678 | 0.9 ms | SELECT | 2 | SELECT `src`, `rows`, `cols` FROM `product_image_map` WHERE `product_id`=14 |
01:01:34.679 | 0.4 ms | SELECT | 1 | SELECT * FROM `point_product` WHERE (`point_id`='122') AND (`product_id`='14') |
01:01:34.679 | 0.2 ms | SELECT | 2 | SELECT `id`, `name`, `image_path`, `brand_id`, `image_map`, `sub_image`, `status`, `path`, `price`, `discount`, `color`, `code`, `tag`, `roughness`, `metallic`, `size`, `type`, `image_uv`, `size_uv`, `image_map_padding` FROM `product` WHERE `id`='165' |
01:01:34.680 | 0.1 ms | SELECT | 2 | SELECT * FROM `category` WHERE `id`=18 |
01:01:34.680 | 0.9 ms | SELECT | 2 | SELECT `src`, `rows`, `cols` FROM `product_image_map` WHERE `product_id`=165 |
01:01:34.681 | 0.4 ms | SELECT | 1 | SELECT * FROM `point_product` WHERE (`point_id`='123') AND (`product_id`='165') |
01:01:34.681 | 0.2 ms | SELECT | 1 | SELECT * FROM `category` WHERE `code`='cat_brand' |
01:01:34.682 | 0.6 ms | SELECT | 1 | SELECT `category`.* FROM `category` LEFT JOIN `order_by` ON category.id = order_by.target_id and order_by.target = 'category' and order_by.user_id = 0 WHERE `parent_id`=5 ORDER BY `order_by` DESC |
01:01:34.683 | 0.2 ms | SELECT | 1 | SELECT * FROM `category` WHERE `code`='tag_gach' |
01:01:34.683 | 0.2 ms | SELECT | 1 | SELECT * FROM `category` WHERE (`parent_id`=9) AND (`author`=0) ORDER BY `id` |
01:01:34.684 | 0.3 ms | SELECT | 1 | SELECT `category`.`id`, `name` FROM `category` LEFT JOIN `order_by` ON category.id = order_by.target_id and order_by.target = 'category' and order_by.user_id = 0 WHERE `parent_id`=10 ORDER BY `order_by` DESC |
01:01:34.684 | 0.2 ms | SELECT | 1 | SELECT `category`.`id`, `name` FROM `category` LEFT JOIN `order_by` ON category.id = order_by.target_id and order_by.target = 'category' and order_by.user_id = 0 WHERE `parent_id`=11 ORDER BY `order_by` DESC |
01:01:34.684 | 0.2 ms | SELECT | 1 | SELECT `category`.`id`, `name` FROM `category` LEFT JOIN `order_by` ON category.id = order_by.target_id and order_by.target = 'category' and order_by.user_id = 0 WHERE `parent_id`=12 ORDER BY `order_by` DESC |
01:01:34.685 | 0.2 ms | SELECT | 1 | SELECT `category`.`id`, `name` FROM `category` LEFT JOIN `order_by` ON category.id = order_by.target_id and order_by.target = 'category' and order_by.user_id = 0 WHERE `parent_id`=37 ORDER BY `order_by` DESC |
Caller | No. of Calls | Total Duration | Queries | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9 | 1.8 ms |
| |||||||||||||||||||||||||||||||
9 | 1.5 ms |
| |||||||||||||||||||||||||||||||
9 | 7.6 ms |
| |||||||||||||||||||||||||||||||
7 | 3.0 ms |
| |||||||||||||||||||||||||||||||
4 | 1.0 ms |
| |||||||||||||||||||||||||||||||
3 | 1.9 ms |
| |||||||||||||||||||||||||||||||
3 | 1.9 ms |
| |||||||||||||||||||||||||||||||
1 | 0.4 ms |
| |||||||||||||||||||||||||||||||
1 | 0.3 ms |
| |||||||||||||||||||||||||||||||
1 | 0.2 ms |
| |||||||||||||||||||||||||||||||
1 | 0.6 ms |
| |||||||||||||||||||||||||||||||
1 | 0.2 ms |
| |||||||||||||||||||||||||||||||
1 | 0.2 ms |
|