| 0 | connect | 0.59ms |
| 1 | SET NAMES utf8 | 0.08ms |
| 2 | SELECT `store_website`.* FROM `store_website` | 0.22ms |
| 3 | SELECT `store_group`.* FROM `store_group` | 0.14ms |
| 4 | SELECT `store`.* FROM `store` | 0.12ms |
| 5 | SHOW TABLE STATUS LIKE 'session' | 3.31ms |
| 6 | SELECT `session`.`session_data` FROM `session` WHERE (session_id = :session_id) | 0.22ms |
| 7 | SELECT `flag`.* FROM `flag` WHERE (`flag`.`flag_code`='config_hash') | 0.19ms |
| 8 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`request_path` IN ('informatica-y-componentes/almacenamiento/dispositivos-de-almacenamiento-de-datos.html', 'informatica-y-componentes/almacenamiento/dispositivos-de-almacenamiento-de-datos.html/')) AND (`store_id` IN ('1')) | 0.33ms |
| 9 | SELECT id_colectivo FROM semic_colectivos WHERE codigo_colectivo_4G = 9999 | 0.18ms |
| 10 | SELECT id_colectivo FROM semic_colectivos WHERE codigo_colectivo_4G = 9999 | 0.17ms |
| 11 | SELECT related_collectives FROM semic_colectivos WHERE id_colectivo = 1 | 0.15ms |
| 12 | SELECT `customer_entity`.* FROM `customer_entity` WHERE (entity_id ='') | 0.26ms |
| 13 | SELECT codigo_colectivo_4G FROM semic_colectivos WHERE id_colectivo = '' | 0.18ms |
| 14 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`request_path` IN ('catalog/category/view/id/51894', 'catalog/category/view/id/51894/')) AND (`store_id` IN ('1')) | 0.25ms |
| 15 | SELECT `url_rewrite`.*, `relation`.`category_id`, `relation`.`product_id` FROM `url_rewrite` LEFT JOIN `catalog_url_rewrite_product_category` AS `relation` ON url_rewrite.url_rewrite_id = relation.url_rewrite_id WHERE (url_rewrite.request_path IN ('catalog/category/view/id/51894', 'catalog/category/view/id/51894/')) AND (url_rewrite.store_id IN ('1')) AND (relation.category_id IS NULL) | 0.28ms |
| 16 | SELECT codigo_colectivo_4G FROM semic_colectivos WHERE id_colectivo = '' | 0.17ms |
| 17 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.19ms |
| 18 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.17ms |
| 19 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN ('1', 0))) ) AS `u` ORDER BY `store_id` ASC | 1.06ms |
| 20 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.17ms |
| 21 | SELECT `e`.*, IF(at_custom_use_parent_settings.value_id > 0, at_custom_use_parent_settings.value, at_custom_use_parent_settings_default.value) AS `custom_use_parent_settings` FROM `catalog_category_entity` AS `e` LEFT JOIN `catalog_category_entity_int` AS `at_custom_use_parent_settings_default` ON (`at_custom_use_parent_settings_default`.`entity_id` = `e`.`entity_id`) AND (`at_custom_use_parent_settings_default`.`attribute_id` = '70') AND `at_custom_use_parent_settings_default`.`store_id` = 0 LEFT JOIN `catalog_category_entity_int` AS `at_custom_use_parent_settings` ON (`at_custom_use_parent_settings`.`entity_id` = `e`.`entity_id`) AND (`at_custom_use_parent_settings`.`attribute_id` = '70') AND (`at_custom_use_parent_settings`.`store_id` = 1) WHERE (`e`.`entity_id` IN('51894', '51598', '51500', '2', '1')) AND (((IF(at_custom_use_parent_settings.value_id > 0, at_custom_use_parent_settings.value, at_custom_use_parent_settings_default.value) = 0) OR (IF(at_custom_use_parent_settings.value_id > 0, at_custom_use_parent_settings.value, at_custom_use_parent_settings_default.value) IS NULL))) AND (`e`.`level` != 0) ORDER BY `e`.`level` DESC | 0.45ms |
| 22 | SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_varchar` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_varchar` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51894, 51598, 51500, 2)) AND (t_d.attribute_id IN ('60', '63', '5046')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_datetime` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_datetime` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51894, 51598, 51500, 2)) AND (t_d.attribute_id IN ('61', '62')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_text` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_text` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51894, 51598, 51500, 2)) AND (t_d.attribute_id IN ('64')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_int` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_int` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51894, 51598, 51500, 2)) AND (t_d.attribute_id IN ('71')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.00ms |
| 23 | SELECT COUNT(m.entity_id) FROM `catalog_category_entity` AS `m` LEFT JOIN `catalog_category_entity_int` AS `d` ON d.attribute_id = :attribute_id AND d.store_id = 0 AND d.entity_id = m.entity_id LEFT JOIN `catalog_category_entity_int` AS `c` ON c.attribute_id = :attribute_id AND c.store_id = :store_id AND c.entity_id = m.entity_id WHERE (m.path LIKE :c_path) AND (IF(c.value_id > 0, c.value, d.value) = :active_flag) | 0.56ms |
| 24 | SELECT `session`.* FROM `session` WHERE (session_id = :session_id) | 0.36ms |
| 25 | UPDATE `session` SET `session_expires` = ?, `session_data` = ? WHERE (session_id='of05io8l9gq9j13pq5laf4tmtr') | 4.99ms |
| 26 | SELECT `e`.*, IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) AS `is_active` FROM `catalog_category_entity` AS `e` LEFT JOIN `catalog_category_entity_int` AS `at_is_active_default` ON (`at_is_active_default`.`entity_id` = `e`.`entity_id`) AND (`at_is_active_default`.`attribute_id` = '46') AND `at_is_active_default`.`store_id` = 0 LEFT JOIN `catalog_category_entity_int` AS `at_is_active` ON (`at_is_active`.`entity_id` = `e`.`entity_id`) AND (`at_is_active`.`attribute_id` = '46') AND (`at_is_active`.`store_id` = 1) WHERE (`e`.`entity_id` IN('51500', '51598', '51894')) AND (IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) = '1') | 0.48ms |
| 27 | SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_varchar` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_varchar` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51500, 51598, 51894)) AND (t_d.attribute_id IN ('45', '124')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.54ms |
| 28 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('51500')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.26ms |
| 29 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('51598')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.22ms |
| 30 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('51894')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.22ms |
| 31 | SELECT `main_table`.`entity_type_id`, `main_table`.`attribute_code`, `main_table`.`attribute_model`, `main_table`.`backend_model`, `main_table`.`backend_type`, `main_table`.`backend_table`, `main_table`.`frontend_model`, `main_table`.`frontend_input`, `main_table`.`frontend_label`, `main_table`.`frontend_class`, `main_table`.`source_model`, `main_table`.`is_required`, `main_table`.`is_user_defined`, `main_table`.`default_value`, `main_table`.`is_unique`, `main_table`.`note`, `additional_table`.*, IFNULL(al.value, main_table.frontend_label) AS `store_label` FROM `eav_attribute` AS `main_table` INNER JOIN `catalog_eav_attribute` AS `additional_table` ON additional_table.attribute_id = main_table.attribute_id LEFT JOIN `eav_attribute_label` AS `al` ON al.attribute_id = main_table.attribute_id AND al.store_id = 1 WHERE (main_table.entity_type_id = 4) AND (`additional_table`.`is_filterable` > 0) ORDER BY position ASC | 0.66ms |
| 32 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id ='51894') | 0.18ms |
| 33 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = '51894') | 0.16ms |
| 34 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN ('1', 0))) ) AS `u` ORDER BY `store_id` ASC | 1.04ms |
| 35 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.17ms |
| 36 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.37ms |
| 37 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.32ms |
| 38 | SELECT `amasty_ampromo_rule`.`sku` FROM `amasty_ampromo_rule` WHERE (salesrule_id IN (142, 143)) | 0.21ms |
| 39 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='top_promotional_block') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.43ms |
| 40 | SELECT `session`.`session_data` FROM `session` WHERE (session_id = :session_id) | 0.19ms |
| 41 | SELECT id_colectivo FROM semic_colectivos WHERE codigo_colectivo_4G = 9999 | 0.17ms |
| 42 | SELECT related_collectives, share_menu FROM semic_colectivos WHERE id_colectivo = :id_colectivo | 0.18ms |
| 43 | SELECT menu_json FROM semic_pim_collective_menu WHERE collective = :collective AND language_code = :lang | 0.19ms |
| 44 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='porto_custom_block_type_8') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.69ms |
| 45 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '136') | 0.20ms |
| 46 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.28ms |
| 47 | SELECT id_colectivo FROM semic_colectivos WHERE codigo_colectivo_4G = 9999 | 0.23ms |
| 48 | SELECT related_collectives, share_menu FROM semic_colectivos WHERE id_colectivo = :id_colectivo | 0.19ms |
| 49 | SELECT menu_json FROM semic_pim_collective_menu WHERE collective = :collective AND language_code = :lang | 0.20ms |
| 50 | SELECT c.*, t.name FROM semic_pim_collective_categories c INNER JOIN semic_pim_collective_categories_descriptions t ON c.pim_collective_category_id = t.pim_collective_category_id WHERE c.magento_category_id = :categoryId AND c.collective_id = :collectiveId AND t.language_code = :languageCode LIMIT 1 | 0.36ms |
| 51 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id ='51894') | 0.17ms |
| 52 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = '51894') | 0.16ms |
| 53 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.06ms |
| 54 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.17ms |
| 55 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('51894')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.23ms |
| 56 | SELECT magento_category_id FROM semic_pim_collective_categories WHERE pim_collective_category_id = :parentId AND collective_id = :collectiveId LIMIT 1 | 0.17ms |
| 57 | SELECT c.*, t.name FROM semic_pim_collective_categories c INNER JOIN semic_pim_collective_categories_descriptions t ON c.pim_collective_category_id = t.pim_collective_category_id WHERE c.magento_category_id = :categoryId AND c.collective_id = :collectiveId AND t.language_code = :languageCode LIMIT 1 | 0.30ms |
| 58 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id ='51598') | 0.15ms |
| 59 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = '51598') | 0.16ms |
| 60 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51598') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51598') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51598') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51598') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51598') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.96ms |
| 61 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51598') LIMIT 1 | 0.17ms |
| 62 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('51598')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.22ms |
| 63 | SELECT magento_category_id FROM semic_pim_collective_categories WHERE pim_collective_category_id = :parentId AND collective_id = :collectiveId LIMIT 1 | 0.17ms |
| 64 | SELECT c.*, t.name FROM semic_pim_collective_categories c INNER JOIN semic_pim_collective_categories_descriptions t ON c.pim_collective_category_id = t.pim_collective_category_id WHERE c.magento_category_id = :categoryId AND c.collective_id = :collectiveId AND t.language_code = :languageCode LIMIT 1 | 0.28ms |
| 65 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id ='51500') | 0.15ms |
| 66 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = '51500') | 0.15ms |
| 67 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51500') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51500') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51500') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51500') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51500') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.90ms |
| 68 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51500') LIMIT 1 | 0.17ms |
| 69 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('51500')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.23ms |
| 70 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.33ms |
| 71 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.30ms |
| 72 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.32ms |
| 73 | SELECT `main_table`.* FROM `cataloginventory_stock` AS `main_table` | 0.17ms |
| 74 | CREATE TEMPORARY TABLE `search_tmp_69065666b8aba9_07181688` ( `entity_id` int UNSIGNED NOT NULL COMMENT 'Entity ID' , `score` decimal(32,16) UNSIGNED NULL COMMENT 'Score' , PRIMARY KEY (`entity_id`)
) COMMENT='search_tmp_69065666b8aba9_07181688' ENGINE=memory charset=utf8 COLLATE=utf8_general_ci | 0.31ms |
| 75 | INSERT INTO `search_tmp_69065666b8aba9_07181688` SELECT `main_select`.`entity_id`, SUM(score) AS `relevance` FROM ( SELECT DISTINCT `search_index`.`entity_id`, (((0) + (0)) * 1) AS `score` FROM `catalog_product_index_eav` AS `search_index` INNER JOIN `cataloginventory_stock_status` AS `stock_index` ON stock_index.product_id = search_index.entity_id AND `stock_index`.`website_id` = 0 AND `stock_index`.`stock_id` = 1 INNER JOIN `catalog_category_product_index_store1` AS `category_ids_index` ON search_index.entity_id = category_ids_index.product_id AND category_ids_index.store_id = '1' WHERE (search_index.store_id = '1') AND (`search_index`.`attribute_id` = 99 AND `search_index`.`value` in ('2', '4') AND `search_index`.`store_id` = '1') AND (category_ids_index.category_id in ('51894'))) AS `main_select` GROUP BY `entity_id` ORDER BY `relevance` DESC, `entity_id` DESC LIMIT 10000 | 29.61ms |
| 76 | SELECT `search_tmp_69065666b8aba9_07181688`.`entity_id`, `search_tmp_69065666b8aba9_07181688`.`score` FROM `search_tmp_69065666b8aba9_07181688` | 1.27ms |
| 77 | SELECT `e`.`attribute_set_id` FROM `catalog_product_entity` AS `e` WHERE (entity_id IN (1377671, 1377657, 1377656, 1377616, 1377615, 1377614, 1377610, 1377609, 1377608, 1377607, 1377606, 1377605, 1377604, 1377603, 1377587, 1377432, 1377429, 1377398, 1377104, 1377101, 1376996, 1376995, 1376994, 1376993, 1376992, 1376991, 1376990, 1376989, 1376988, 1376987, 1376986, 1376985, 1376984, 1376983, 1376982, 1376831, 1376830, 1376776, 1376775, 1376643, 1376617, 1376493, 1376492, 1376491, 1376488, 1376311, 1375806, 1375805, 1375804, 1375803, 1375802, 1375801, 1375800, 1375799, 1375725, 1375723, 1375721, 1375719, 1375707, 1375505, 1375504, 1375503, 1375502, 1375501, 1375497, 1375496, 1375478, 1375475, 1375474, 1375444, 1375443, 1375075, 1374985, 1374875, 1374874, 1374873, 1374788, 1374749, 1374748, 1374741, 1374731, 1374730, 1374729, 1374690, 1374689, 1374688, 1374687, 1374686, 1374685, 1374683, 1374682, 1374681, 1374680, 1374679, 1374678, 1374677, 1374676, 1374675, 1374674, 1374673, 1374672, 1374671, 1374670, 1374669, 1374668, 1374667, 1374666, 1374665, 1374664, 1374663, 1374662, 1374661, 1374660, 1374659, 1374658, 1374657, 1374656, 1374655, 1374654, 1374653, 1374652, 1374651, 1374650, 1374649, 1374648, 1374647, 1374511, 1374507, 1374504, 1374501, 1374494, 1374493, 1374482, 1374481, 1374480, 1374479, 1374478, 1374477, 1374476, 1374475, 1374474, 1374391, 1374387, 1374304, 1374303, 1374302, 1374301, 1374300, 1374299, 1374298, 1374297, 1374296, 1374295, 1374294, 1374293, 1374292, 1374291, 1374290, 1374289, 1374288, 1374287, 1374286, 1374285, 1374284, 1374283, 1374282, 1374281, 1374280, 1374279, 1374278, 1374277, 1374276, 1374275, 1374274, 1374273, 1374272, 1374271, 1374270, 1374269, 1374268, 1374267, 1374266, 1374265, 1374264, 1374259, 1374182, 1374181, 1374180, 1374179, 1374178, 1374177, 1374176, 1374163, 1374159, 1374158, 1374157, 1374145, 1374141, 1374140, 1374139, 1374138, 1374137, 1374136, 1374135, 1374134, 1373942, 1373941, 1373940, 1373939, 1373938, 1373937, 1373634, 1373633, 1373603, 1373581, 1373580, 1373564, 1373563, 1373308, 1373307, 1373256, 1373244, 1373111, 1373110, 1372963, 1372944, 1372937, 1372935, 1372934, 1372824, 1372823, 1372744, 1372563, 1372562, 1372537, 1372508, 1372438, 1372420, 1372419, 1372393, 1372294, 1372293, 1372172, 1372171, 1372170, 1372151, 1372137, 1372136, 1371826, 1371825, 1371824, 1371823, 1371767, 1371380, 1370950, 1370931, 1370855, 1370854, 1370853, 1370846, 1370842, 1370837, 1370836, 1370832, 1370821, 1370820, 1370585, 1370584, 1370493, 1370052, 1370051, 1369830, 1369829, 1369828, 1369826, 1369819, 1369818, 1369688, 1369687, 1369684, 1369683, 1369117, 1369095, 1369072, 1365406, 1365303, 1365302, 1365082, 1365044, 1365043, 1365042, 1365041, 1365040, 1365039, 1365038, 1365037, 1365036, 1365035, 1365034, 1365033, 1365031, 1365030, 1365029, 1365028, 1365027, 1364892, 1364891, 1364890, 1364889, 1364888, 1364887, 1364886, 1364744, 1364646, 1364518, 1364489, 1364484, 1364481, 1364480, 1364306, 1364256, 1364255, 1364254, 1364253, 1364224, 1364148, 1364147, 1364146, 1364145, 1364123, 1364110, 1364109, 1364096, 1364060, 1364047, 1364035, 1364034, 1364017, 1363942, 1363627, 1363626, 1363535, 1363534, 1363533, 1363532, 1363529, 1363355, 1363199, 1363198, 1363197, 1363006, 1362990, 1362945, 1362935, 1362490, 1362489, 1362464, 1362456, 1362455, 1362437, 1362436, 1362435, 1362434, 1362433, 1362432, 1362431, 1362430, 1362426, 1362425, 1362424, 1362423, 1362422, 1362421, 1362420, 1362419, 1362418, 1362417, 1362416, 1362415, 1362414, 1362413, 1362412, 1362411, 1362410, 1362409, 1362408, 1362407, 1362406, 1362405, 1362404, 1362403, 1362402, 1362401, 1362400, 1362399, 1362398, 1362397, 1362396, 1362395, 1362394, 1362393, 1362392, 1362391, 1362390, 1362381, 1362380, 1362379, 1362358, 1362357, 1362356, 1362355, 1362354, 1362353, 1362352, 1362351, 1362350, 1362349, 1362348, 1362347, 1362346, 1362345, 1362344, 1362343, 1362342, 1362341, 1362340, 1362330, 1362329, 1362323, 1362320, 1362317, 1362316, 1362287, 1362286, 1362279, 1362278, 1362174, 1362147, 1362146, 1362140, 1362139, 1362138, 1362137, 1362136, 1362134, 1362133, 1362132, 1362131, 1362130, 1362129, 1362128, 1362127, 1362126, 1362125, 1362124, 1362123, 1362122, 1361964, 1361826, 1361825, 1361809, 1361422, 1361420, 1361419, 1361405, 1359141, 1359073, 1359036, 1359035, 1359031, 1359029, 1359002, 1358983, 1358982, 1358981, 1358980, 1358979, 1358978, 1358977, 1358976, 1358975, 1358874, 1358864, 1358740, 1358673, 1358639, 1358638, 1358637, 1358634, 1358215, 1358214, 1358213, 1358212, 1358211, 1358210, 1358209, 1358208, 1358204, 1358111, 1358110, 1358109, 1358108, 1358107, 1358106, 1358105, 1358104, 1358103, 1358102, 1358101, 1358100, 1358099, 1358098, 1358097, 1358096, 1358095, 1358094, 1358093, 1358092, 1358091, 1358090, 1358089, 1358088, 1358087, 1358086, 1358078, 1358077, 1358076, 1358075, 1358074, 1358073, 1358071, 1358070, 1358069, 1358068, 1358067, 1358066, 1358065, 1358064, 1358063, 1358062, 1358061, 1358060, 1358059, 1358058, 1358057, 1358056, 1358055, 1358054, 1358053, 1358052, 1358051, 1358050, 1358049, 1358048, 1358047, 1358046, 1358045, 1358044, 1358043, 1358042, 1357989, 1357988, 1357987, 1357986, 1357985, 1357984, 1357983, 1357982, 1357981, 1357980, 1357979, 1357978, 1357977, 1357976, 1357975, 1357974, 1357973, 1357972, 1357971, 1357970, 1357969, 1357968, 1357967, 1357966, 1357965, 1357964, 1357963, 1357962, 1357961, 1357960, 1357959, 1357958, 1357957, 1357956, 1357916, 1357915, 1357914, 1357913, 1357912, 1357911, 1357910, 1357909, 1357908, 1357907, 1357906, 1357905, 1357904, 1357903, 1357902, 1357901, 1357900, 1357899, 1357898, 1357897, 1357896, 1357895, 1357894, 1357893, 1357892, 1357891, 1357890, 1357884, 1357883, 1357882, 1357881, 1357880, 1357879, 1357878, 1357877, 1357871, 1357870, 1357867, 1357866, 1357863, 1357041, 1357010, 1357009, 1357001, 1356945, 1356944, 1356943, 1356942, 1356941, 1356940, 1356939, 1356938, 1356936, 1356935, 1356934, 1356933, 1356932, 1356931, 1356930, 1356929, 1356928, 1356927, 1356925, 1356924, 1356923, 1356922, 1356921, 1356919, 1356918, 1356917, 1356916, 1356806, 1356803, 1356802, 1356801, 1356800, 1356794, 1356793, 1356792, 1356791, 1356790, 1356789, 1356788, 1356787, 1356786, 1356785, 1356784, 1356783, 1356782, 1356781, 1356780, 1356779, 1356778, 1356777, 1356776, 1356775, 1356774, 1356773, 1356772, 1356771, 1356770, 1356769, 1356768, 1356767, 1356766, 1356765, 1356764, 1356763, 1356762, 1356761, 1356760, 1356759, 1356758, 1356757, 1356756, 1356755, 1356754, 1356753, 1356752, 1356751, 1356750, 1356747, 1356746, 1356745, 1356739, 1356737, 1356736, 1356726, 1356725, 1356724, 1356722, 1356721, 1356720, 1356719, 1356718, 1356717, 1356716, 1356715, 1356714, 1356713, 1356711, 1356710, 1356575, 1356495, 1356147, 1355330, 1355253, 1355219, 1355218, 1355217, 1354722, 1354069, 1354068, 1354067, 1353969, 1353968, 1353639, 1352473, 1352472, 1352259, 1351983, 1351982, 1351981, 1351980, 1351979, 1351978, 1351977, 1351976, 1351975, 1351974, 1351973, 1351972, 1351971, 1351970, 1351923, 1351922, 1351921, 1351920, 1351919, 1351918, 1351917, 1351916, 1351915, 1351914, 1351913, 1351912, 1351911, 1351910, 1351909, 1351908, 1351907, 1351906, 1351905, 1351904, 1351903, 1351902, 1351901, 1351900, 1351899, 1351898, 1351897, 1351896, 1351895, 1351894, 1351893, 1351892, 1351891, 1351890, 1351889, 1351888, 1351887, 1351886, 1351885, 1351884, 1351883, 1351845, 1351844, 1351841, 1351820, 1351819, 1351818, 1351817, 1351816, 1351815, 1351814, 1351813, 1351812, 1351811, 1351772, 1350535, 1350134, 1350105, 1350104, 1350052, 1350047, 1350019, 1349863, 1348046, 1348045, 1348044, 1348043, 1348042, 1348041, 1348034, 1348033, 1348032, 1348031, 1348030, 1348028, 1347953, 1347904, 1347903, 1347902, 1347901, 1347898, 1347897, 1347896, 1347895, 1347894, 1347893, 1347890, 1347888, 1347887, 1347886, 1347885, 1347884, 1347883, 1347882, 1347881, 1347880, 1347799, 1347667, 1347666, 1347541, 1347485, 1347383, 1347301, 1347300, 1347299, 1347298, 1347297, 1347296, 1347295, 1347104, 1347045, 1347044, 1347043, 1347042, 1347041, 1347027, 1346958, 1346956, 1346934, 1346933, 1346932, 1346931, 1346930, 1346929, 1346928, 1346927, 1346926, 1346925, 1346924, 1346923, 1346922, 1346912, 1346911, 1346901, 1346900, 1346899, 1346320, 1346319, 1346295, 1346294, 1343521, 1343380, 1343379, 1343302, 1343188, 1343186, 1343050, 1343049, 1343048, 1343036, 1342894, 1342891, 1342890, 1342863, 1342515, 1342198, 1342197, 1341969, 1341454, 1341453, 1340942, 1340004, 1340003, 1340001, 1340000, 1339999, 1339998, 1339997, 1339996, 1339995, 1339994, 1339915, 1339914, 1339913, 1339912, 1339911, 1339910, 1339909, 1339908, 1339907, 1339906, 1339905, 1339904, 1339903, 1339902, 1339901, 1339900, 1339889, 1339888, 1339887, 1339881, 1339880, 1339879, 1339878, 1339877, 1339876, 1339875, 1339874, 1339873, 1339872, 1339871, 1339707, 1339701, 1339695, 1339694, 1339693, 1339692, 1339691, 1339690, 1339689, 1339686, 1339677, 1339676, 1339667, 1339658, 1339657, 1339656, 1339655, 1339654, 1339344, 1339286, 1339215, 1339204, 1339203, 1339202, 1339195, 1339194, 1339193, 1339181, 1339180, 1339005, 1338960, 1338959, 1338958, 1338716, 1338656, 1338627, 1337992, 1337991, 1337990, 1337794, 1337793, 1337792, 1337590, 1337538, 1337537, 1337536, 1336863, 1336862, 1336861, 1336860, 1336859, 1336858, 1336857, 1336856, 1336855, 1336854, 1336853, 1336852, 1336851, 1336850, 1336849, 1336848, 1336847, 1336846, 1336845, 1336844, 1336843, 1336842, 1336841, 1336840, 1336839, 1336837, 1336836, 1336835, 1336834, 1336833, 1336832, 1336831, 1336830, 1336829, 1336747, 1336746, 1336700, 1336672, 1336671, 1336627, 1336626, 1336625, 1336624, 1336623, 1336622, 1336621, 1336505, 1336489, 1336456, 1336455, 1336454, 1336453, 1336452, 1336451, 1336386, 1336385, 1336376, 1336375, 1336374, 1336373, 1336372, 1336371, 1336370, 1336361, 1336360, 1336359, 1336358, 1336357, 1336333, 1336331, 1336277, 1336088, 1336048, 1336047, 1336046, 1336045, 1335971, 1335970, 1335969, 1335968, 1335967, 1335966, 1335965, 1335964, 1335962, 1335961, 1335960, 1335739, 1335333, 1335332, 1334642, 1334572, 1334571, 1334570, 1334569, 1334568, 1334567, 1334566, 1334565, 1334564, 1334380, 1334379, 1334378, 1334377, 1334376, 1334375, 1333621, 1333620, 1333619, 1333417, 1333416, 1333415, 1333414, 1333413, 1333412, 1333411, 1333410, 1333409, 1333408, 1333407, 1333406, 1333405, 1333404, 1333403, 1333402, 1333401, 1333400, 1333399, 1333398, 1333397, 1333396, 1333395, 1333394, 1333393, 1333392, 1333391, 1333390, 1333389, 1333388, 1333387, 1333386, 1333385, 1333384, 1333382, 1333381, 1333380, 1333379, 1333378, 1333377, 1333376, 1333375, 1333374, 1333373, 1333372, 1333371, 1333370, 1333369, 1333368, 1333367, 1333366, 1333365, 1333364, 1333363, 1333362, 1333361, 1333360, 1333359, 1333358, 1333357, 1333356, 1333355, 1333354, 1333353, 1333352, 1333316, 1333315, 1333314, 1333311, 1333310, 1333309, 1333308, 1333307, 1333306, 1333305, 1333304, 1333303, 1333302, 1333301, 1333300, 1333299, 1333298, 1333297, 1333296, 1333295, 1333200, 1333199, 1333198, 1333197, 1333196, 1333195, 1333194, 1333193, 1333192, 1333191, 1333190, 1333189, 1333188, 1333187, 1333186, 1333185, 1333161, 1333120, 1333119, 1333116, 1332945, 1332944, 1332943, 1332942, 1332941, 1332940, 1332939, 1332938, 1332937, 1332936, 1332935, 1332934, 1332933, 1332932, 1332893, 1332892, 1332891, 1332890, 1332889, 1332888, 1332887, 1332886, 1332885, 1332884, 1332883, 1332882, 1332881, 1332880, 1332879, 1332878, 1332877, 1332866, 1332865, 1332864, 1332863, 1332862, 1332861, 1332860, 1332859, 1332858, 1332857, 1332856, 1332855, 1332854, 1332853, 1332850, 1332848, 1332847, 1332846, 1332844, 1332378, 1332377, 1332376, 1332375, 1332374, 1332373, 1332372, 1332371, 1332370, 1332369, 1332368, 1332367, 1332366, 1332365, 1332364, 1332289, 1332100, 1332099, 1332098, 1332097, 1332096, 1332095, 1332094, 1332093, 1332092, 1331800, 1331795, 1331783, 1331782, 1331609, 1331605, 1331604, 1331439, 1331347, 1331308, 1331298, 1331297, 1331273, 1331263, 1331262, 1331261, 1331260, 1331259, 1331258, 1331257, 1331256, 1331239, 1331238, 1331237, 1331236, 1331233, 1331232, 1331231, 1331230, 1331204, 1330955, 1330950, 1330946, 1330891, 1330890, 1330834, 1330801, 1330800, 1330799, 1330785, 1330712, 1330707, 1330706, 1330691, 1330690, 1330689, 1330688, 1330684, 1330661, 1330660, 1330639, 1330638, 1330637, 1330636, 1330635, 1330634, 1330633, 1330632, 1330622, 1330618, 1330570, 1330569, 1330568, 1330555, 1330531, 1330530, 1330529, 1330528, 1330527, 1330526, 1330525, 1330524, 1330523, 1330522, 1330521, 1330520, 1330519, 1330518, 1330517, 1330491, 1330489, 1330376, 1330246, 1330245, 1330244, 1330235, 1330229, 1330228, 1330226, 1330225, 1330219, 1330145, 1329698, 1329697, 1329696, 1329695, 1329694, 1329693, 1329692, 1329691, 1329690, 1329689, 1329688, 1329687, 1329686, 1329685, 1329684, 1329683, 1329682, 1329681, 1329680, 1329679, 1329678, 1329677, 1329675, 1329667, 1329554, 1329542, 1329499, 1329488, 1329467, 1329466, 1329463, 1329447, 1329446, 1329445, 1329444, 1329443, 1329442, 1329441, 1329440, 1329439, 1329438, 1329434, 1329433, 1329430, 1329421, 1329420, 1329316, 1329315, 1329242, 1329241, 1329233, 1329039, 1329036, 1329035, 1329034, 1329033, 1329032, 1329013, 1329012, 1328950, 1328949, 1328945, 1328942, 1328941, 1328940, 1328857, 1328837, 1328836, 1328835, 1328834, 1328833, 1328832, 1328831, 1328830, 1328829, 1328828, 1328827, 1328826, 1328825, 1328824, 1328823, 1328822, 1328821, 1328820, 1328819, 1328818, 1328817, 1328816, 1328815, 1328810, 1328800, 1328799, 1328798, 1328797, 1328796, 1328792, 1328791, 1328790, 1328770, 1328769, 1328768, 1328767, 1328766, 1328765, 1328764, 1328739, 1328738, 1328662, 1328657, 1328656, 1328655, 1328654, 1328653, 1328652, 1328651, 1328650, 1328649, 1328648, 1328647, 1328646, 1328645, 1328644, 1328643, 1328642, 1328641, 1328640, 1328639, 1328638, 1328637, 1328636, 1328635, 1328634, 1328633, 1328632, 1328631, 1328630, 1328629, 1328628, 1328627, 1328626, 1328625, 1328624, 1328623, 1328622, 1328621, 1328620, 1328619, 1328618, 1328617, 1328616, 1328615, 1328614, 1328613, 1328612, 1328611, 1328610, 1328609, 1328608, 1328607, 1328606, 1328605, 1328604, 1328603, 1328601, 1328600, 1328599, 1328598, 1328597, 1328596, 1328595, 1328594, 1328593, 1328592, 1328591, 1328590, 1328589, 1328588, 1328587, 1328586, 1328585, 1328584, 1328583, 1328582, 1328581, 1328580, 1328571, 1328570, 1328569, 1328568, 1328567, 1328566, 1328565, 1328564, 1328563, 1328562, 1328561, 1328560, 1328559, 1328558, 1328557, 1328556, 1328555, 1328554, 1328553, 1328552, 1328551, 1328550, 1328549, 1328548, 1328547, 1328546, 1328545, 1328544, 1328543, 1328542, 1328541, 1328540, 1328539, 1328538, 1328537, 1328536, 1328535, 1328534, 1328533, 1328532, 1328531, 1328530, 1328529, 1328528, 1328527, 1328526, 1328525, 1328524, 1328523, 1328522, 1328521, 1328520, 1328519, 1328518, 1328517, 1328516, 1328515, 1328514, 1328513, 1328512, 1328511, 1328510, 1328509, 1328508, 1328507, 1328506, 1328505, 1328504, 1328503, 1328502, 1328501, 1328500, 1328499, 1328498, 1328497, 1328496, 1328495, 1328494, 1328493, 1328492, 1328491, 1328490, 1328489, 1328488, 1328487, 1328486, 1328485, 1328484, 1328483, 1328482, 1328481, 1328480, 1328479, 1328478, 1328477, 1328476, 1328475, 1328474, 1328473, 1328472, 1328470, 1328469, 1328468, 1328467, 1328466, 1328465, 1328464, 1328463, 1328462, 1328461, 1328460, 1328459, 1328458, 1328457, 1328456, 1328455, 1328454, 1328453, 1328452, 1328451, 1328450, 1328449, 1328448, 1328447, 1328446, 1328445, 1328444, 1328443, 1328442, 1328441, 1328440, 1328439, 1328438, 1328437, 1328436, 1328435, 1328434, 1328433, 1328432, 1328430, 1328429, 1328428, 1328427, 1328426, 1328425, 1328424, 1328423, 1328422, 1328421, 1328420, 1328419, 1328418, 1328417, 1328416, 1328415, 1328414, 1328410, 1328409, 1328408, 1328395, 1328394, 1328393, 1328392, 1328391, 1328390, 1328389, 1328388, 1328387, 1328386, 1328385, 1328384, 1328383, 1328382, 1328381, 1328380, 1328379, 1328378, 1328377, 1328376, 1328375, 1328374, 1328373, 1328372, 1328371, 1328370, 1328369, 1328368, 1328367, 1328366, 1328365, 1328364, 1328363, 1328362, 1328361, 1328360, 1328359, 1328358, 1328357, 1328356, 1328355, 1328354, 1328353, 1328352, 1328351, 1328350, 1328349, 1328348, 1328347, 1328346, 1328345, 1328344, 1328343, 1328342, 1328341, 1328340, 1328339, 1328338, 1328337, 1328336, 1328335, 1328334, 1328333, 1328331, 1328330, 1328329, 1328328, 1328327, 1328326, 1328325, 1328324, 1328323, 1328322, 1328321, 1328320, 1328317, 1328316, 1328315, 1328314, 1328313, 1328312, 1328311, 1328310, 1328309, 1328308, 1328306, 1328305, 1328304, 1328303, 1328302, 1328301, 1328300, 1328299, 1328298, 1328297, 1328296, 1328295, 1328294, 1328293, 1328292, 1328291, 1328290, 1328289, 1328288, 1328287, 1328286, 1328285, 1328284, 1328282, 1328281, 1328280, 1328279, 1328278, 1328277, 1328276, 1328275, 1328274, 1328273, 1328267, 1327956, 1327881, 1327880, 1327879, 1327878, 1327877, 1327873, 1327864, 1327624, 1327623, 1327621, 1327619, 1327617, 1327615, 1327613, 1327611, 1327609, 1327565, 1327564, 1327525, 1327524, 1327523, 1327522, 1327521, 1327520, 1327515, 1327514, 1327513, 1327512, 1327511, 1327510, 1327509, 1327508, 1327507, 1327506, 1327505, 1327504, 1327503, 1327463, 1327462, 1327461, 1327460, 1327459, 1327458, 1327457, 1327456, 1327455, 1327454, 1327453, 1327452, 1327451, 1327450, 1327449, 1327448, 1327414, 1327413, 1327412, 1327411, 1327410, 1327408, 1327407, 1327406, 1327405, 1327404, 1327403, 1327402, 1327401, 1327400, 1327399, 1327397, 1327396, 1327395, 1327394, 1327393, 1327392, 1327391, 1327390, 1327389, 1327388, 1327387, 1327386, 1327385, 1327384, 1327383, 1327382, 1327381, 1327380, 1327379, 1327378, 1327377, 1327376, 1327375, 1327374, 1327373, 1327372, 1327316, 1327315, 1327266, 1327265, 1327264, 1327263, 1327262, 1327261, 1327254, 1327249, 1327248, 1327247, 1327236, 1327235, 1327234, 1327217, 1327216, 1327215, 1327214, 1327213, 1327212, 1327211, 1327199, 1327198, 1327187, 1327185, 1327184, 1327183, 1327181, 1327179, 1327178, 1327177, 1327174, 1327134, 1327132, 1327131, 1327130, 1327084, 1327083, 1327082, 1327081, 1327080, 1327079, 1327078, 1327075, 1327074, 1327073, 1327069, 1327068, 1327067, 1327066, 1327065, 1327064, 1327063, 1327062, 1327061, 1327019, 1327018, 1327017, 1327016, 1327015, 1327014, 1327013, 1327012, 1327011, 1327010, 1327009, 1327008, 1327007, 1327006, 1327005, 1327004, 1327003, 1327002, 1327001, 1327000, 1326999, 1326998, 1326997, 1326996, 1326995, 1326921, 1326920, 1326915, 1326914, 1326913, 1326912, 1326911, 1326910, 1326909, 1326908, 1326907, 1326906, 1326905, 1326904, 1326903, 1326893, 1326892, 1326891, 1326890, 1326889, 1326888, 1326887, 1326886, 1326885, 1326884, 1326883, 1326882, 1326874, 1326873, 1326857, 1326856, 1326855, 1326854, 1326852, 1326846, 1326845, 1326844, 1326843, 1326842, 1326841, 1326840, 1326839, 1326805, 1326783, 1326782, 1326781, 1326780, 1326779, 1326778, 1326777, 1326776, 1326775, 1326774, 1326773, 1326772, 1326771, 1326747, 1326746, 1326745, 1326744, 1326743, 1326742, 1326741, 1326740, 1326510, 1326509, 1326293, 1326292, 1326291, 1326290, 1326289, 1326288, 1326287, 1326286, 1326285, 1326284, 1326283, 1326282, 1326281, 1326280, 1326279, 1326278, 1326277, 1326276, 1326275, 1326274, 1326273, 1326272, 1326271, 1326270, 1326269, 1326268, 1326267, 1326266, 1326265, 1326264, 1326263, 1326262, 1326261, 1326260, 1326259, 1326258, 1326257, 1326256, 1326255, 1326254, 1326253, 1326252, 1326251, 1326250, 1326249, 1326248, 1326245, 1326007, 1325950, 1325949, 1325618, 1325617, 1325616, 1325615, 1325577, 1325576, 1325575, 1325574, 1325573, 1325572, 1325571, 1325570, 1325569, 1325568, 1325567, 1325566, 1325565, 1325564, 1325563, 1325562, 1325561, 1325560, 1325559, 1325558, 1325557, 1325556, 1325555, 1325554, 1325553, 1325552, 1325551, 1325550, 1325549, 1325548, 1325547, 1325546, 1325545, 1325544, 1325543, 1325542, 1325541, 1325540, 1325539, 1325538, 1325537, 1325536, 1325535, 1325534, 1325533, 1325532, 1325531, 1325530, 1325529, 1325528, 1325527, 1325526, 1325525, 1325524, 1325523, 1325522, 1325521, 1325520, 1325519, 1325518, 1325517, 1325516, 1325515, 1325514, 1325513, 1325512, 1325511, 1325510, 1325509, 1325508, 1325507, 1325506, 1325505, 1325504, 1325503, 1325502, 1325501, 1325500, 1325499, 1325498, 1325497, 1325496, 1325495, 1325494, 1325493, 1325492, 1325491, 1325490, 1325489, 1325488, 1325487, 1325486, 1325485, 1325484, 1325483, 1325482, 1325481, 1325480, 1325479, 1325478, 1325477, 1325476, 1325475, 1325474, 1325473, 1325472, 1325471, 1325470, 1325469, 1325468, 1325467, 1325466, 1325465, 1325464, 1325463, 1325462, 1325461, 1325460, 1325459, 1325458, 1325457, 1325456, 1325455, 1325454, 1325453, 1325452, 1325451, 1325450, 1325449, 1325448, 1325447, 1325446, 1325445, 1325444, 1325443, 1325442, 1325441, 1325436, 1325435, 1325434, 1325433, 1325432, 1325431, 1325430, 1325429, 1325428, 1325427, 1325426, 1325425, 1325424, 1325423, 1325422, 1325421, 1325420, 1325419, 1325418, 1325417, 1325416, 1325415, 1325414, 1325413, 1325412, 1325411, 1325410, 1325409, 1325405, 1325403, 1325402, 1325400, 1325399, 1325398, 1325397, 1325396, 1325395, 1325394, 1325393, 1325392, 1325391, 1325389, 1325388, 1325386, 1325385, 1325384, 1325383, 1325382, 1325381, 1325380, 1325379, 1325378, 1325377, 1325376, 1325375, 1325374, 1325373, 1325372, 1325371, 1325370, 1325369, 1325368, 1325367, 1325366, 1325365, 1325364, 1325363, 1325362, 1325361, 1325360, 1325359, 1325358, 1325357, 1325356, 1325355, 1325354, 1325353, 1325352, 1325351, 1325350, 1325349, 1325348, 1325347, 1325346, 1325345, 1325344, 1325343, 1325327, 1325326, 1325325, 1325324, 1325323, 1325322, 1325321, 1325320, 1325319, 1325318, 1325317, 1325316, 1325315, 1325314, 1325313, 1325312, 1325311, 1325310, 1325309, 1325308, 1325307, 1325306, 1325305, 1325304, 1325303, 1325302, 1325301, 1325300, 1325299, 1325298, 1325297, 1325296, 1325295, 1325294, 1325293, 1325292, 1325291, 1325290, 1325289, 1325288, 1325287, 1325286, 1325285, 1325284, 1325283, 1325282, 1325281, 1325267, 1325266, 1325265, 1325264, 1325263, 1325262, 1325261, 1325260, 1325259, 1325258, 1325257, 1325256, 1325255, 1325254, 1325253, 1325252, 1325249, 1325248, 1325247, 1325246, 1325245, 1325244, 1325243, 1325242, 1325241, 1325240, 1325239, 1325238, 1325236, 1325235, 1325234, 1325233, 1325232, 1325231, 1325230, 1325229, 1325228, 1325227, 1325226, 1325225, 1325224, 1325223, 1325222, 1325221, 1325220, 1325219, 1325218, 1325217, 1325216, 1325215, 1325214, 1325213, 1325212, 1325190, 1324931, 1324834, 1324826, 1324825, 1324824, 1324823, 1324822, 1324821, 1324820, 1324819, 1324818, 1324817, 1324816, 1324815, 1324814, 1324813, 1324812, 1324811, 1324810, 1324809, 1324808, 1324807, 1324806, 1324805, 1324804, 1324803, 1324802, 1324801, 1324800, 1324799, 1324798, 1324797, 1324796, 1324795, 1324794, 1324793, 1324792, 1324791, 1324790, 1324789, 1324788, 1324787, 1324786, 1324785, 1324784, 1324783, 1324782, 1324781, 1324780, 1324779, 1324778, 1324777, 1324776, 1324775, 1324774, 1324773, 1324772, 1324771, 1324770, 1324769, 1324768, 1324767, 1324766, 1324765, 1324764, 1324763, 1324762, 1324761, 1324760, 1324759, 1324758, 1324757, 1324756, 1324755, 1324754, 1324753, 1324752, 1324751, 1324750, 1324749, 1324748, 1324747, 1324743, 1324742, 1324741, 1324740, 1324739, 1324738, 1324737, 1324736, 1324723, 1324415, 1324361, 1324345, 1324344, 1324343, 1324342, 1324341, 1324340, 1324339, 1324338, 1324289, 1324288, 1324271, 1324270, 1324269, 1324268, 1324224, 1324212, 1324200, 1324199, 1324198, 1324197, 1324194, 1324164, 1324150, 1324149, 1323994, 1323993, 1323992, 1323991, 1323917, 1323375, 1323373, 1323372, 1323371, 1323370, 1323369, 1323368, 1323367, 1323366, 1323365, 1323364, 1323363, 1323362, 1323361, 1323360, 1323359, 1323358, 1323357, 1323356, 1323355, 1323354, 1323353, 1323352, 1323351, 1323350, 1323349, 1323348, 1323347, 1323346, 1323345, 1323344, 1323343, 1323342, 1323341, 1323280, 1323279, 1323278, 1323277, 1323276, 1323275, 1323274, 1323273, 1323272, 1323271, 1323270, 1323269, 1323268, 1323267, 1323266, 1323265, 1323264, 1323263, 1323262, 1323261, 1323260, 1323259, 1323258, 1323257, 1323256, 1323253, 1323252, 1323251, 1323250, 1323249, 1323248, 1323247, 1323246, 1323245, 1323244, 1323243, 1323242, 1323241, 1323240, 1323239, 1323238, 1323237, 1323236, 1323235, 1323234, 1323233, 1323232, 1323231, 1323230, 1323229, 1323228, 1323227, 1323226, 1323225, 1323224, 1323223, 1323222, 1323221, 1323220, 1323219, 1323218, 1323217, 1323216, 1323215, 1323214, 1323213, 1323212, 1323211, 1323210, 1323209, 1323208, 1323207, 1323206, 1323205, 1323204, 1323203, 1323202, 1323201, 1323200, 1323199, 1323198, 1323197, 1323196, 1323195, 1323194, 1323193, 1323192, 1323191, 1323190, 1323189, 1323188, 1323187, 1323186, 1323185, 1323184, 1323183, 1323182, 1323181, 1323180, 1323179, 1323178, 1323177, 1323176, 1323175, 1323174, 1323173, 1323172, 1323171, 1323170, 1323076, 1323075, 1323074, 1323072, 1323071, 1323070, 1323069, 1323068, 1323067, 1323066, 1323065, 1323064, 1323063, 1323062, 1323061, 1323060, 1323059, 1323058, 1322994, 1322993, 1322992, 1322991, 1322990, 1322989, 1322988, 1322987, 1322986, 1322985, 1322984, 1322983, 1322982, 1322981, 1322980, 1322979, 1322978, 1322977, 1322976, 1322975, 1322974, 1322973, 1322972, 1322971, 1322970, 1322969, 1322968, 1322967, 1322966, 1322965, 1322964, 1322963, 1322962, 1322961, 1322960, 1322959, 1322958, 1322957, 1322956, 1322955, 1322954, 1322953, 1322952, 1322951, 1322950, 1322949, 1322948, 1322947, 1322946, 1322945, 1322944, 1322943, 1322942, 1322941, 1322940, 1322939, 1322938, 1322937, 1322936, 1322935, 1322934, 1322933, 1322932, 1322931, 1322930, 1322929, 1322928, 1322927, 1322926, 1322925, 1322924, 1322923, 1322922, 1322921, 1322920, 1322919, 1322918, 1322917, 1322666, 1322665, 1322664, 1322663, 1322662, 1322661, 1322660, 1322659, 1322658, 1322657, 1322656, 1322655, 1322654, 1322653, 1322652, 1322651, 1322650, 1322649, 1322648, 1322647, 1322644, 1322641, 1322640, 1322639, 1322636, 1322635, 1322634, 1322583, 1322579, 1322578, 1322577, 1322576, 1322575, 1322574, 1322573, 1322571, 1322567, 1322566, 1322565, 1322564, 1322563, 1322562, 1322555, 1322553, 1322552, 1322443)) GROUP BY `attribute_set_id` | 21.37ms |
| 78 | SELECT `main_table`.`attribute_code` FROM `eav_attribute` AS `main_table` INNER JOIN `catalog_eav_attribute` AS `additional_table` ON additional_table.attribute_id = main_table.attribute_id INNER JOIN `eav_entity_attribute` AS `entity_attribute` ON entity_attribute.attribute_id = main_table.attribute_id WHERE (main_table.entity_type_id = 4) AND (`entity_attribute`.`attribute_set_id` IN('4')) GROUP BY `main_table`.`attribute_id` | 0.89ms |
| 79 | SELECT count(main_table.entity_id) AS `count`, MAX(min_price) AS `max`, MIN(min_price) AS `min`, STDDEV_SAMP(min_price) AS `std` FROM `catalog_product_index_price` AS `main_table` WHERE (main_table.entity_id in (select entity_id from search_tmp_69065666b8aba9_07181688)) AND (customer_group_id = 0) AND (main_table.website_id = '1') | 5.81ms |
| 80 | SELECT IFNULL(FLOOR(min_price / 1 ) + 1, 1) AS `range`, COUNT(*) AS `metrix` FROM `catalog_product_index_price` AS `main_table` INNER JOIN `search_tmp_69065666b8aba9_07181688` AS `entities` ON main_table.entity_id = entities.entity_id WHERE (main_table.customer_group_id = 0) AND (main_table.website_id = '1') GROUP BY `range` ORDER BY `range` ASC | 6.47ms |
| 81 | SELECT IFNULL(FLOOR(min_price / 1 ) + 1, 1) AS `range`, COUNT(*) AS `metrix` FROM `catalog_product_index_price` AS `main_table` INNER JOIN `search_tmp_69065666b8aba9_07181688` AS `entities` ON main_table.entity_id = entities.entity_id WHERE (main_table.customer_group_id = 0) AND (main_table.website_id = '1') GROUP BY `range` ORDER BY `range` ASC | 6.10ms |
| 82 | SELECT `main_table`.*, count(main_table.value) AS `count` FROM ( SELECT `main_table`.`category_id` AS `value` FROM `catalog_category_product_index_store1` AS `main_table` INNER JOIN `search_tmp_69065666b8aba9_07181688` AS `entities` ON main_table.product_id = entities.entity_id INNER JOIN `catalog_category_entity` AS `category` ON main_table.category_id = category.entity_id WHERE (main_table.store_id = '1') AND (`category`.`path` LIKE '1/2/51500/51598/51894%') AND (`category`.`level` > '4')) AS `main_table` GROUP BY `value` | 3.59ms |
| 83 | SELECT `eav_attribute`.* FROM `eav_attribute` WHERE (`eav_attribute`.`attribute_code`='familia_cartucho') AND (entity_type_id = :entity_type_id) | 0.24ms |
| 84 | SELECT `eav_entity_type`.`additional_attribute_table` FROM `eav_entity_type` WHERE (entity_type_id = :entity_type_id) | 0.17ms |
| 85 | SELECT `catalog_eav_attribute`.* FROM `catalog_eav_attribute` WHERE (attribute_id = :attribute_id) | 0.20ms |
| 86 | SELECT `main_table`.`value`, count(main_table.value) AS `count` FROM ( SELECT DISTINCT `main_table`.`entity_id`, `main_table`.`value` FROM `catalog_product_index_eav` AS `main_table` INNER JOIN `search_tmp_69065666b8aba9_07181688` AS `entities` ON main_table.entity_id = entities.entity_id WHERE (main_table.attribute_id = 5093) AND (main_table.store_id = '1' )) AS `main_table` GROUP BY `value` | 0.38ms |
| 87 | SELECT `eav_attribute`.* FROM `eav_attribute` WHERE (`eav_attribute`.`attribute_code`='manufacturer') AND (entity_type_id = :entity_type_id) | 0.22ms |
| 88 | SELECT `catalog_eav_attribute`.* FROM `catalog_eav_attribute` WHERE (attribute_id = :attribute_id) | 0.18ms |
| 89 | SELECT `main_table`.`value`, count(main_table.value) AS `count` FROM ( SELECT DISTINCT `main_table`.`entity_id`, `main_table`.`value` FROM `catalog_product_index_eav` AS `main_table` INNER JOIN `search_tmp_69065666b8aba9_07181688` AS `entities` ON main_table.entity_id = entities.entity_id WHERE (main_table.attribute_id = 83) AND (main_table.store_id = '1' )) AS `main_table` GROUP BY `value` | 0.33ms |
| 90 | SELECT `main_table`.`value`, count(main_table.value) AS `count` FROM ( SELECT DISTINCT `main_table`.`entity_id`, `main_table`.`value` FROM `catalog_product_index_eav` AS `main_table` INNER JOIN `search_tmp_69065666b8aba9_07181688` AS `entities` ON main_table.entity_id = entities.entity_id WHERE (main_table.attribute_id = 5050) AND (main_table.store_id = '1' )) AS `main_table` GROUP BY `value` | 10.70ms |
| 91 | SELECT COUNT(*) FROM ( SELECT `main_select`.`entity_id`, SUM(score) AS `relevance` FROM ( SELECT DISTINCT `search_index`.`entity_id`, (((0) + (0)) * 1) AS `score` FROM `catalog_product_index_eav` AS `search_index` INNER JOIN `cataloginventory_stock_status` AS `stock_index` ON stock_index.product_id = search_index.entity_id AND `stock_index`.`website_id` = 0 AND `stock_index`.`stock_id` = 1 INNER JOIN `catalog_category_product_index_store1` AS `category_ids_index` ON search_index.entity_id = category_ids_index.product_id AND category_ids_index.store_id = '1' WHERE (search_index.store_id = '1') AND (`search_index`.`attribute_id` = 99 AND `search_index`.`value` in ('2', '4') AND `search_index`.`store_id` = '1') AND (category_ids_index.category_id in ('51894'))) AS `main_select` GROUP BY `entity_id` ORDER BY `relevance` DESC, `entity_id` DESC) AS `core_select` | 20.90ms |
| 92 | CREATE TEMPORARY TABLE `search_tmp_69065666d68757_16133388` ( `entity_id` int UNSIGNED NOT NULL COMMENT 'Entity ID' , `score` decimal(32,16) UNSIGNED NULL COMMENT 'Score' , PRIMARY KEY (`entity_id`)
) COMMENT='search_tmp_69065666d68757_16133388' ENGINE=memory charset=utf8 COLLATE=utf8_general_ci | 0.33ms |
| 93 | INSERT INTO `search_tmp_69065666d68757_16133388` (`entity_id`,`score`) VALUES (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?), (?, ?) | 8.09ms |
| 94 | SELECT `eav_attribute`.* FROM `eav_attribute` WHERE (`eav_attribute`.`attribute_code`='entity_id') AND (entity_type_id = :entity_type_id) | 0.24ms |
| 95 | SELECT DISTINCT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=51894 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' INNER JOIN `semic_pim_collective_items` AS `spci` ON e.entity_id = spci.magento_product_id AND spci.collective_id = ( SELECT collective_id FROM semic_pim_collective_items WHERE magento_product_id = e.entity_id AND is_published = 1 AND in_trash = 0 AND collective_id IN (1) ORDER BY FIELD(collective_id, 1) LIMIT 1 ) INNER JOIN `semic_pim_collective_items_descriptions` AS `spcid` ON spcid.pim_collective_item_id = spci.pim_collective_item_id AND spcid.language_code = 'ES' INNER JOIN `catalog_category_product` AS `ccp` ON e.entity_id = ccp.product_id INNER JOIN `semic_pim_collective_categories` AS `spcc` ON spcc.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) AND spcc.collective_id IN (1) AND spcc.is_published = 1 INNER JOIN `semic_pim_collective_item_category` AS `spcic` ON spcic.pim_collective_item_id = spci.pim_collective_item_id AND spcic.pim_collective_category_id = spcc.pim_collective_category_id AND (spcic.pim_collective_item_id, spcic.pim_collective_category_id) = ( SELECT spcic2.pim_collective_item_id, spcic2.pim_collective_category_id FROM semic_pim_collective_item_category spcic2 INNER JOIN semic_pim_collective_categories spcc2 ON spcc2.pim_collective_category_id = spcic2.pim_collective_category_id AND spcc2.is_published = 1 AND spcc2.collective_id IN (1) AND spcc2.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) WHERE spcic2.pim_collective_item_id = spci.pim_collective_item_id ORDER BY CASE WHEN spcc2.magento_category_id = 51894 THEN 0 ELSE 1 END, spcc2.magento_category_id ASC, IFNULL(spcic2.pim_collective_item_category_order, 999999999) ASC, spcic2.pim_collective_category_id ASC LIMIT 1 ) INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON spccd.pim_collective_category_id = spcc.pim_collective_category_id AND spccd.language_code = 'ES' INNER JOIN `semic_pim_collective_features_values` AS `fv` ON fv.pim_collective_item_id = spci.pim_collective_item_id INNER JOIN `semic_pim_collective_features_names` AS `fn` ON fn.pim_collective_feature_id = fv.pim_collective_feature_id AND fn.language_code = 'ES' INNER JOIN `search_tmp_69065666d68757_16133388` AS `search_result` ON e.entity_id = search_result.entity_id WHERE (fv.pim_collective_feature_value_codified_id IN ('4063104189')) | 575.29ms |
| 96 | SELECT DISTINCT `e`.*, `cat_index`.`position` AS `cat_index_position`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `spci`.`pim_collective_item_id`, `spci`.`pim_item_id`, `spci`.`collective_id`, `spci`.`buy_without_stock`, `spcid`.`title`, `spcid`.`short_description`, `spcid`.`long_description`, `spcid`.`buy_without_stock_text`, `spcc`.`magento_category_id`, IFNULL(spcic.pim_collective_item_category_order, 999999999) AS `collectiveOrder`, `spccd`.`language_code` AS `categoryLang`, `spccd`.`name` AS `categoryName`, `spccd`.`description` AS `categoryDesc`, `spccd`.`image` AS `categoryImage`, `spcii`.`image_url`, `spcii`.`image_title`, `spidi`.`image_url` AS `image_url_default`, `spidi`.`image_title` AS `image_title_default`, IFNULL(review_summary.reviews_count, 0) AS `reviews_count`, IFNULL(review_summary.rating_summary, 0) AS `rating_summary`, `stock_status_index`.`stock_status` AS `is_salable` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=51894 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' INNER JOIN `semic_pim_collective_items` AS `spci` ON e.entity_id = spci.magento_product_id AND spci.collective_id = ( SELECT collective_id FROM semic_pim_collective_items WHERE magento_product_id = e.entity_id AND is_published = 1 AND in_trash = 0 AND collective_id IN (1) ORDER BY FIELD(collective_id, 1) LIMIT 1 ) INNER JOIN `semic_pim_collective_items_descriptions` AS `spcid` ON spcid.pim_collective_item_id = spci.pim_collective_item_id AND spcid.language_code = 'ES' INNER JOIN `catalog_category_product` AS `ccp` ON e.entity_id = ccp.product_id INNER JOIN `semic_pim_collective_categories` AS `spcc` ON spcc.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) AND spcc.collective_id IN (1) AND spcc.is_published = 1 INNER JOIN `semic_pim_collective_item_category` AS `spcic` ON spcic.pim_collective_item_id = spci.pim_collective_item_id AND spcic.pim_collective_category_id = spcc.pim_collective_category_id AND (spcic.pim_collective_item_id, spcic.pim_collective_category_id) = ( SELECT spcic2.pim_collective_item_id, spcic2.pim_collective_category_id FROM semic_pim_collective_item_category spcic2 INNER JOIN semic_pim_collective_categories spcc2 ON spcc2.pim_collective_category_id = spcic2.pim_collective_category_id AND spcc2.is_published = 1 AND spcc2.collective_id IN (1) AND spcc2.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) WHERE spcic2.pim_collective_item_id = spci.pim_collective_item_id ORDER BY CASE WHEN spcc2.magento_category_id = 51894 THEN 0 ELSE 1 END, spcc2.magento_category_id ASC, IFNULL(spcic2.pim_collective_item_category_order, 999999999) ASC, spcic2.pim_collective_category_id ASC LIMIT 1 ) INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON spccd.pim_collective_category_id = spcc.pim_collective_category_id AND spccd.language_code = 'ES' LEFT JOIN `semic_pim_collective_items_images` AS `spcii` ON spcii.pim_collective_item_id = spcii.pim_collective_item_id AND spcii.entity_id = ( SELECT entity_id FROM semic_pim_collective_items_images WHERE pim_collective_item_id = spci.pim_collective_item_id AND language_code = 'ES' AND is_published = 1 ORDER BY is_main DESC, entity_id ASC LIMIT 1 ) LEFT JOIN ( SELECT `spidi1`.`pim_item_id`, `spidi1`.`entity_id`, `spidi1`.`image_url`, `spidi1`.`image_title` FROM `semic_pim_items_default_images` AS `spidi1` INNER JOIN ( SELECT pim_item_id, MAX(is_main) as is_main, MIN(entity_id) as entity_id FROM semic_pim_items_default_images WHERE language_code = 'ES' AND is_published = 1 GROUP BY pim_item_id) AS `spidi2` ON spidi1.pim_item_id = spidi2.pim_item_id AND spidi1.entity_id = spidi2.entity_id WHERE (spidi1.language_code = 'ES' AND spidi1.is_published = 1)) AS `spidi` ON spidi.pim_item_id = spci.pim_item_id INNER JOIN `semic_pim_collective_features_values` AS `fv` ON fv.pim_collective_item_id = spci.pim_collective_item_id INNER JOIN `semic_pim_collective_features_names` AS `fn` ON fn.pim_collective_feature_id = fv.pim_collective_feature_id AND fn.language_code = 'ES' LEFT JOIN `review_entity_summary` AS `review_summary` ON e.entity_id = review_summary.entity_pk_value AND review_summary.store_id = 1 AND review_summary.entity_type = ( SELECT `review_entity`.`entity_id` FROM `review_entity` WHERE (entity_code = 'product')) LEFT JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id AND stock_status_index.website_id = 0 AND stock_status_index.stock_id = 1 INNER JOIN `search_tmp_69065666d68757_16133388` AS `search_result` ON e.entity_id = search_result.entity_id WHERE (fv.pim_collective_feature_value_codified_id IN ('4063104189')) ORDER BY `collectiveOrder` ASC, `e`.`entity_id` DESC LIMIT 24 | 878.07ms |
| 97 | SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_product_entity_varchar` AS `t_d` INNER JOIN `catalog_product_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_product_entity_varchar` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (1365082, 1343521, 1333161, 1328767, 1323917, 1323072, 1322918, 1329316, 1328296, 1325618, 1325570, 1323262, 1323058, 1322919, 1364886, 1328298, 1326245, 1323263, 1323059, 1322920, 1364891, 1350105, 1336489, 1328945)) AND (t_d.attribute_id IN ('73', '87', '88', '89', '109', '110', '111', '123', '126', '133')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_product_entity_text` AS `t_d` INNER JOIN `catalog_product_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_product_entity_text` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (1365082, 1343521, 1333161, 1328767, 1323917, 1323072, 1322918, 1329316, 1328296, 1325618, 1325570, 1323262, 1323058, 1322919, 1364886, 1328298, 1326245, 1323263, 1323059, 1322920, 1364891, 1350105, 1336489, 1328945)) AND (t_d.attribute_id IN ('76')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_product_entity_decimal` AS `t_d` INNER JOIN `catalog_product_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_product_entity_decimal` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (1365082, 1343521, 1333161, 1328767, 1323917, 1323072, 1322918, 1329316, 1328296, 1325618, 1325570, 1323262, 1323058, 1322919, 1364886, 1328298, 1326245, 1323263, 1323059, 1322920, 1364891, 1350105, 1336489, 1328945)) AND (t_d.attribute_id IN ('78', '122')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_product_entity_datetime` AS `t_d` INNER JOIN `catalog_product_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_product_entity_datetime` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (1365082, 1343521, 1333161, 1328767, 1323917, 1323072, 1322918, 1329316, 1328296, 1325618, 1325570, 1323262, 1323058, 1322919, 1364886, 1328298, 1326245, 1323263, 1323059, 1322920, 1364891, 1350105, 1336489, 1328945)) AND (t_d.attribute_id IN ('79', '80', '94', '95')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_product_entity_int` AS `t_d` INNER JOIN `catalog_product_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_product_entity_int` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (1365082, 1343521, 1333161, 1328767, 1323917, 1323072, 1322918, 1329316, 1328296, 1325618, 1325570, 1323262, 1323058, 1322919, 1364886, 1328298, 1326245, 1323263, 1323059, 1322920, 1364891, 1350105, 1336489, 1328945)) AND (t_d.attribute_id IN ('97', '117', '119', '120', '121', '128', '131', '134', '140', '175', '4489', '4824', '5050', '5108', '5109')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 3.57ms |
| 98 | SELECT `url_rewrite`.*, `relation`.`category_id`, `relation`.`product_id` FROM `url_rewrite` LEFT JOIN `catalog_url_rewrite_product_category` AS `relation` ON url_rewrite.url_rewrite_id = relation.url_rewrite_id WHERE (url_rewrite.entity_type IN ('product')) AND (url_rewrite.entity_id IN ('1365082', '1343521', '1333161', '1328767', '1323917', '1323072', '1322918', '1329316', '1328296', '1325618', '1325570', '1323262', '1323058', '1322919', '1364886', '1328298', '1326245', '1323263', '1323059', '1322920', '1364891', '1350105', '1336489', '1328945')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.is_autogenerated IN (1)) AND (relation.category_id IS NULL) | 1.10ms |
| 99 | SELECT `t`.* FROM `salesrule` AS `t` WHERE (rule_id = 79) | 0.21ms |
| 100 | SELECT `salesrule_customer_group`.`customer_group_id` FROM `salesrule_customer_group` WHERE (rule_id = '79') | 0.20ms |
| 101 | SELECT `salesrule_website`.`website_id` FROM `salesrule_website` WHERE (rule_id = '79') | 0.17ms |
| 102 | SELECT COUNT(*) FROM `amasty_banners_lite_banner_data` AS `main_table` WHERE (`salesrule_id` = '79') | 0.19ms |
| 103 | SELECT `main_table`.* FROM `amasty_banners_lite_banner_data` AS `main_table` WHERE (`salesrule_id` = '79') | 0.18ms |
| 104 | SELECT `amasty_banners_lite_banner_data`.* FROM `amasty_banners_lite_banner_data` WHERE (`amasty_banners_lite_banner_data`.`entity_id`='193') | 0.15ms |
| 105 | SELECT `amasty_banners_lite_banner_data`.* FROM `amasty_banners_lite_banner_data` WHERE (`amasty_banners_lite_banner_data`.`entity_id`='194') | 0.14ms |
| 106 | SELECT `amasty_banners_lite_banner_data`.* FROM `amasty_banners_lite_banner_data` WHERE (`amasty_banners_lite_banner_data`.`entity_id`='195') | 0.13ms |
| 107 | SELECT `amasty_banners_lite_rule`.* FROM `amasty_banners_lite_rule` WHERE (`amasty_banners_lite_rule`.`salesrule_id`='79') | 0.18ms |
| 108 | SELECT `amasty_ampromo_rule`.* FROM `amasty_ampromo_rule` WHERE (`amasty_ampromo_rule`.`salesrule_id`='79') | 0.17ms |
| 109 | SELECT `salesrule_coupon`.* FROM `salesrule_coupon` WHERE (rule_id = :rule_id) AND (is_primary = :is_primary) | 0.16ms |
| 110 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1365082) | 0.21ms |
| 111 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1365082')) | 0.25ms |
| 112 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1365082) | 0.17ms |
| 113 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1365082) | 0.16ms |
| 114 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1365082') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1365082') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1365082') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1365082') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1365082') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.44ms |
| 115 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1365082') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.35ms |
| 116 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1365082') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.38ms |
| 117 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1365082) | 0.17ms |
| 118 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1365082) | 0.16ms |
| 119 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1365082') ORDER BY `qty` ASC | 0.21ms |
| 120 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1365082) | 0.18ms |
| 121 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1365082')) AND (`main_table`.`website_id` = '0') | 0.23ms |
| 122 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1343521) | 0.18ms |
| 123 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1343521')) | 0.23ms |
| 124 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1343521) | 0.16ms |
| 125 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1343521) | 0.16ms |
| 126 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1343521') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1343521') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1343521') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1343521') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1343521') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.34ms |
| 127 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1343521') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.33ms |
| 128 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1343521') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.37ms |
| 129 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1343521) | 0.17ms |
| 130 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1343521) | 0.16ms |
| 131 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1343521') ORDER BY `qty` ASC | 0.19ms |
| 132 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1343521) | 0.16ms |
| 133 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1343521')) AND (`main_table`.`website_id` = '0') | 0.23ms |
| 134 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1333161) | 0.18ms |
| 135 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1333161')) | 0.25ms |
| 136 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1333161) | 0.16ms |
| 137 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1333161) | 0.15ms |
| 138 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1333161') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1333161') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1333161') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1333161') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1333161') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.28ms |
| 139 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1333161') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.34ms |
| 140 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1333161') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 141 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1333161) | 0.18ms |
| 142 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1333161) | 0.16ms |
| 143 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1333161') ORDER BY `qty` ASC | 0.19ms |
| 144 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1333161) | 0.16ms |
| 145 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1333161')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 146 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328767) | 0.17ms |
| 147 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328767')) | 0.23ms |
| 148 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1328767) | 0.16ms |
| 149 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1328767) | 0.15ms |
| 150 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1328767') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1328767') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1328767') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1328767') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1328767') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.26ms |
| 151 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1328767') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 152 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1328767') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 153 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328767) | 0.17ms |
| 154 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1328767) | 0.16ms |
| 155 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1328767') ORDER BY `qty` ASC | 0.19ms |
| 156 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328767) | 0.16ms |
| 157 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328767')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 158 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323917) | 0.17ms |
| 159 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323917')) | 0.22ms |
| 160 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1323917) | 0.16ms |
| 161 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1323917) | 0.15ms |
| 162 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1323917') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1323917') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1323917') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1323917') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1323917') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.27ms |
| 163 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1323917') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 164 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1323917') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.36ms |
| 165 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323917) | 0.17ms |
| 166 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1323917) | 0.16ms |
| 167 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1323917') ORDER BY `qty` ASC | 0.21ms |
| 168 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323917) | 0.16ms |
| 169 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323917')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 170 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323072) | 0.17ms |
| 171 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323072')) | 0.24ms |
| 172 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1323072) | 0.16ms |
| 173 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1323072) | 0.15ms |
| 174 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1323072') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1323072') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1323072') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1323072') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1323072') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.25ms |
| 175 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1323072') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.33ms |
| 176 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1323072') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 177 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323072) | 0.18ms |
| 178 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1323072) | 0.15ms |
| 179 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1323072') ORDER BY `qty` ASC | 0.18ms |
| 180 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323072) | 0.16ms |
| 181 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323072')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 182 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322918) | 0.17ms |
| 183 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1322918')) | 0.23ms |
| 184 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1322918) | 0.15ms |
| 185 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1322918) | 0.15ms |
| 186 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1322918') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1322918') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1322918') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1322918') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1322918') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.23ms |
| 187 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1322918') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 188 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1322918') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 189 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322918) | 0.18ms |
| 190 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1322918) | 0.17ms |
| 191 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1322918') ORDER BY `qty` ASC | 0.19ms |
| 192 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322918) | 0.16ms |
| 193 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1322918')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 194 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1329316) | 0.16ms |
| 195 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1329316')) | 0.24ms |
| 196 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1329316) | 0.16ms |
| 197 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1329316) | 0.15ms |
| 198 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1329316') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1329316') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1329316') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1329316') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1329316') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.25ms |
| 199 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1329316') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 200 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1329316') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 201 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1329316) | 0.18ms |
| 202 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1329316) | 0.16ms |
| 203 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1329316') ORDER BY `qty` ASC | 0.19ms |
| 204 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1329316) | 0.16ms |
| 205 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1329316')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 206 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328296) | 0.18ms |
| 207 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328296')) | 0.25ms |
| 208 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1328296) | 0.16ms |
| 209 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1328296) | 0.14ms |
| 210 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1328296') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1328296') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1328296') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1328296') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1328296') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 211 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1328296') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.34ms |
| 212 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1328296') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 213 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328296) | 0.17ms |
| 214 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1328296) | 0.16ms |
| 215 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1328296') ORDER BY `qty` ASC | 0.19ms |
| 216 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328296) | 0.16ms |
| 217 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328296')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 218 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1325618) | 0.17ms |
| 219 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1325618')) | 0.23ms |
| 220 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1325618) | 0.16ms |
| 221 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1325618) | 0.14ms |
| 222 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1325618') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1325618') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1325618') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1325618') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1325618') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 223 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1325618') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.31ms |
| 224 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1325618') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.36ms |
| 225 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1325618) | 0.17ms |
| 226 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1325618) | 0.16ms |
| 227 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1325618') ORDER BY `qty` ASC | 0.19ms |
| 228 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1325618) | 0.16ms |
| 229 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1325618')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 230 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1325570) | 0.16ms |
| 231 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1325570')) | 0.23ms |
| 232 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1325570) | 0.16ms |
| 233 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1325570) | 0.15ms |
| 234 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1325570') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1325570') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1325570') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1325570') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1325570') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 235 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1325570') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 236 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1325570') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 237 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1325570) | 0.17ms |
| 238 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1325570) | 0.16ms |
| 239 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1325570') ORDER BY `qty` ASC | 0.19ms |
| 240 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1325570) | 0.16ms |
| 241 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1325570')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 242 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323262) | 0.17ms |
| 243 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323262')) | 0.25ms |
| 244 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1323262) | 0.15ms |
| 245 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1323262) | 0.15ms |
| 246 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1323262') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1323262') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1323262') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1323262') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1323262') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 247 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1323262') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 248 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1323262') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 249 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323262) | 0.17ms |
| 250 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1323262) | 0.16ms |
| 251 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1323262') ORDER BY `qty` ASC | 0.19ms |
| 252 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323262) | 0.15ms |
| 253 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323262')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 254 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323058) | 0.17ms |
| 255 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323058')) | 0.23ms |
| 256 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1323058) | 0.16ms |
| 257 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1323058) | 0.15ms |
| 258 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1323058') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1323058') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1323058') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1323058') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1323058') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.26ms |
| 259 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1323058') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 260 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1323058') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 261 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323058) | 0.17ms |
| 262 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1323058) | 0.16ms |
| 263 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1323058') ORDER BY `qty` ASC | 0.19ms |
| 264 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323058) | 0.16ms |
| 265 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323058')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 266 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322919) | 0.17ms |
| 267 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1322919')) | 0.22ms |
| 268 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1322919) | 0.15ms |
| 269 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1322919) | 0.17ms |
| 270 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1322919') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1322919') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1322919') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1322919') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1322919') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 271 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1322919') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 272 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1322919') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 273 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322919) | 0.17ms |
| 274 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1322919) | 0.15ms |
| 275 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1322919') ORDER BY `qty` ASC | 0.19ms |
| 276 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322919) | 0.17ms |
| 277 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1322919')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 278 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1364886) | 0.17ms |
| 279 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1364886')) | 0.25ms |
| 280 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1364886) | 0.16ms |
| 281 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1364886) | 0.16ms |
| 282 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1364886') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1364886') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1364886') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1364886') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1364886') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.25ms |
| 283 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1364886') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 284 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1364886') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 285 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1364886) | 0.17ms |
| 286 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1364886) | 0.18ms |
| 287 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1364886') ORDER BY `qty` ASC | 0.19ms |
| 288 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1364886) | 0.16ms |
| 289 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1364886')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 290 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328298) | 0.17ms |
| 291 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328298')) | 0.24ms |
| 292 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1328298) | 0.16ms |
| 293 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1328298) | 0.15ms |
| 294 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1328298') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1328298') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1328298') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1328298') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1328298') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.26ms |
| 295 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1328298') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 296 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1328298') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.36ms |
| 297 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328298) | 0.17ms |
| 298 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1328298) | 0.16ms |
| 299 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1328298') ORDER BY `qty` ASC | 0.20ms |
| 300 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328298) | 0.16ms |
| 301 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328298')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 302 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1326245) | 0.16ms |
| 303 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1326245')) | 0.23ms |
| 304 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1326245) | 0.16ms |
| 305 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1326245) | 0.17ms |
| 306 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1326245') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1326245') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1326245') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1326245') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1326245') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.25ms |
| 307 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1326245') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.33ms |
| 308 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1326245') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 309 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1326245) | 0.19ms |
| 310 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1326245) | 0.16ms |
| 311 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1326245') ORDER BY `qty` ASC | 0.19ms |
| 312 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1326245) | 0.17ms |
| 313 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1326245')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 314 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323263) | 0.17ms |
| 315 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323263')) | 0.23ms |
| 316 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1323263) | 0.15ms |
| 317 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1323263) | 0.14ms |
| 318 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1323263') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1323263') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1323263') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1323263') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1323263') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.23ms |
| 319 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1323263') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 320 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1323263') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 321 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323263) | 0.17ms |
| 322 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1323263) | 0.17ms |
| 323 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1323263') ORDER BY `qty` ASC | 0.19ms |
| 324 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323263) | 0.16ms |
| 325 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323263')) AND (`main_table`.`website_id` = '0') | 0.23ms |
| 326 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323059) | 0.16ms |
| 327 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323059')) | 0.24ms |
| 328 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1323059) | 0.15ms |
| 329 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1323059) | 0.15ms |
| 330 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1323059') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1323059') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1323059') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1323059') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1323059') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.30ms |
| 331 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1323059') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 332 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1323059') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 333 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323059) | 0.17ms |
| 334 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1323059) | 0.16ms |
| 335 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1323059') ORDER BY `qty` ASC | 0.20ms |
| 336 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1323059) | 0.16ms |
| 337 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1323059')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 338 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322920) | 0.17ms |
| 339 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1322920')) | 0.22ms |
| 340 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1322920) | 0.16ms |
| 341 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1322920) | 0.14ms |
| 342 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1322920') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1322920') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1322920') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1322920') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1322920') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.25ms |
| 343 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1322920') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.33ms |
| 344 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1322920') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 345 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322920) | 0.19ms |
| 346 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1322920) | 0.16ms |
| 347 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1322920') ORDER BY `qty` ASC | 0.19ms |
| 348 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1322920) | 0.18ms |
| 349 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1322920')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 350 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1364891) | 0.16ms |
| 351 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1364891')) | 0.24ms |
| 352 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1364891) | 0.15ms |
| 353 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1364891) | 0.15ms |
| 354 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1364891') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1364891') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1364891') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1364891') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1364891') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 355 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1364891') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 356 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1364891') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 357 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1364891) | 0.17ms |
| 358 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1364891) | 0.17ms |
| 359 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1364891') ORDER BY `qty` ASC | 0.20ms |
| 360 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1364891) | 0.16ms |
| 361 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1364891')) AND (`main_table`.`website_id` = '0') | 0.22ms |
| 362 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1350105) | 0.17ms |
| 363 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1350105')) | 0.24ms |
| 364 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1350105) | 0.16ms |
| 365 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1350105) | 0.15ms |
| 366 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1350105') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1350105') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1350105') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1350105') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1350105') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.25ms |
| 367 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1350105') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 368 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1350105') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.36ms |
| 369 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1350105) | 0.17ms |
| 370 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1350105) | 0.16ms |
| 371 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1350105') ORDER BY `qty` ASC | 0.20ms |
| 372 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1350105) | 0.16ms |
| 373 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1350105')) AND (`main_table`.`website_id` = '0') | 0.21ms |
| 374 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1336489) | 0.18ms |
| 375 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1336489')) | 0.23ms |
| 376 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1336489) | 0.15ms |
| 377 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1336489) | 0.15ms |
| 378 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1336489') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1336489') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1336489') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1336489') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1336489') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.25ms |
| 379 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1336489') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.33ms |
| 380 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1336489') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.34ms |
| 381 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1336489) | 0.18ms |
| 382 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1336489) | 0.16ms |
| 383 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1336489') ORDER BY `qty` ASC | 0.19ms |
| 384 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1336489) | 0.17ms |
| 385 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1336489')) AND (`main_table`.`website_id` = '0') | 0.23ms |
| 386 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328945) | 0.18ms |
| 387 | SELECT `main_table`.*, `cp_table`.`type_id` FROM `cataloginventory_stock_item` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328945')) | 0.24ms |
| 388 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1328945) | 0.15ms |
| 389 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1328945) | 0.15ms |
| 390 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1328945') AND (attribute_id IN ('97', '121', '5051', '5050', '118', '5054', '91', '117', '120', '134', '115', '119', '99', '140', '5109', '5108', '175', '93', '4838', '4489', '4824', '5093', '128', '131', '5213')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1328945') AND (attribute_id IN ('75', '76', '103', '85', '5106', '162', '163', '5225')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_varchar` AS `t` WHERE (entity_id = '1328945') AND (attribute_id IN ('87', '126', '104', '132', '73', '88', '84', '106', '5052', '89', '5045', '100', '5053', '133', '86', '116', '96', '123', '127', '109', '110', '111', '114', '160', '161', '170', '171', '172', '173', '174', '129', '130', '5211', '5212', '5214')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_decimal` AS `t` WHERE (entity_id = '1328945') AND (attribute_id IN ('78', '81', '77', '92', '5055', '122', '98', '82')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_datetime` AS `t` WHERE (entity_id = '1328945') AND (attribute_id IN ('101', '79', '102', '80', '94', '95')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 391 | SELECT `main_table`.*, `default_option_title`.`title` AS `default_title`, `store_option_title`.`title` AS `store_title`, IF(store_option_title.title IS NULL, default_option_title.title, store_option_title.title) AS `title`, `default_option_price`.`price` AS `default_price`, `default_option_price`.`price_type` AS `default_price_type`, `store_option_price`.`price` AS `store_price`, `store_option_price`.`price_type` AS `store_price_type`, IF(store_option_price.price IS NULL, default_option_price.price, store_option_price.price) AS `price`, IF(store_option_price.price_type IS NULL, default_option_price.price_type, store_option_price.price_type) AS `price_type` FROM `catalog_product_option` AS `main_table` INNER JOIN `catalog_product_entity` AS `cpe` ON cpe.entity_id = main_table.product_id INNER JOIN `catalog_product_option_title` AS `default_option_title` ON default_option_title.option_id = main_table.option_id LEFT JOIN `catalog_product_option_title` AS `store_option_title` ON store_option_title.option_id = main_table.option_id AND store_option_title.store_id = 1 LEFT JOIN `catalog_product_option_price` AS `default_option_price` ON default_option_price.option_id = main_table.option_id AND default_option_price.store_id = 0 LEFT JOIN `catalog_product_option_price` AS `store_option_price` ON store_option_price.option_id = main_table.option_id AND store_option_price.store_id = 1 WHERE (`cpe`.`entity_id` = '1328945') AND (default_option_title.store_id = 0) ORDER BY sort_order ASC, title ASC | 0.32ms |
| 392 | SELECT `main`.`value_id`, `main`.`value` AS `file`, `main`.`media_type`, `entity`.`entity_id`, IFNULL(`value`.`label`, `default_value`.`label`) AS `label`, IFNULL(`value`.`position`, `default_value`.`position`) AS `position`, IFNULL(`value`.`disabled`, `default_value`.`disabled`) AS `disabled`, `default_value`.`label` AS `label_default`, `default_value`.`position` AS `position_default`, `default_value`.`disabled` AS `disabled_default`, IFNULL(`value_video`.`provider`, `default_value_video`.`provider`) AS `video_provider`, IFNULL(`value_video`.`url`, `default_value_video`.`url`) AS `video_url`, IFNULL(`value_video`.`title`, `default_value_video`.`title`) AS `video_title`, IFNULL(`value_video`.`description`, `default_value_video`.`description`) AS `video_description`, IFNULL(`value_video`.`metadata`, `default_value_video`.`metadata`) AS `video_metadata`, `default_value_video`.`provider` AS `video_provider_default`, `default_value_video`.`url` AS `video_url_default`, `default_value_video`.`title` AS `video_title_default`, `default_value_video`.`description` AS `video_description_default`, `default_value_video`.`metadata` AS `video_metadata_default` FROM `catalog_product_entity_media_gallery` AS `main` INNER JOIN `catalog_product_entity_media_gallery_value_to_entity` AS `entity` ON main.value_id = entity.value_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value` ON main.value_id = value.value_id AND value.store_id = 1 AND value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value` ON main.value_id = default_value.value_id AND default_value.store_id = 0 AND default_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `value_video` ON value.value_id = value_video.value_id AND value.store_id = value_video.store_id LEFT JOIN `catalog_product_entity_media_gallery_value_video` AS `default_value_video` ON default_value.value_id = default_value_video.value_id AND default_value.store_id = default_value_video.store_id WHERE (main.attribute_id = '90') AND (main.disabled = 0) AND (entity.entity_id = '1328945') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.35ms |
| 393 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328945) | 0.17ms |
| 394 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1328945) | 0.18ms |
| 395 | SELECT `catalog_product_entity_tier_price`.`value_id` AS `price_id`, `catalog_product_entity_tier_price`.`website_id`, `catalog_product_entity_tier_price`.`all_groups`, `catalog_product_entity_tier_price`.`customer_group_id` AS `cust_group`, `catalog_product_entity_tier_price`.`value` AS `price`, `catalog_product_entity_tier_price`.`qty` AS `price_qty`, `catalog_product_entity_tier_price`.`percentage_value` FROM `catalog_product_entity_tier_price` WHERE (website_id = 0) AND (entity_id = '1328945') ORDER BY `qty` ASC | 0.19ms |
| 396 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1328945) | 0.16ms |
| 397 | SELECT `main_table`.*, `cp_table`.`sku`, `cp_table`.`type_id` FROM `cataloginventory_stock_status` AS `main_table` INNER JOIN `catalog_product_entity` AS `cp_table` ON main_table.product_id = cp_table.entity_id WHERE (`main_table`.`product_id` IN('1328945')) AND (`main_table`.`website_id` = '0') | 0.23ms |
| 398 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52264) | 0.18ms |
| 399 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52264) | 0.15ms |
| 400 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52264') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52264') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52264') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52264') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52264') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.67ms |
| 401 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52264') LIMIT 1 | 0.17ms |
| 402 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52264') AND (`is_published` = '1') | 0.28ms |
| 403 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.16ms |
| 404 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.15ms |
| 405 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.66ms |
| 406 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.16ms |
| 407 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.28ms |
| 408 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52264')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.21ms |
| 409 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52321) | 0.15ms |
| 410 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52321) | 0.14ms |
| 411 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52321') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52321') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52321') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52321') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52321') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.63ms |
| 412 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52321') LIMIT 1 | 0.15ms |
| 413 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52321') AND (`is_published` = '1') | 0.27ms |
| 414 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 415 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.15ms |
| 416 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.61ms |
| 417 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.16ms |
| 418 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.26ms |
| 419 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52321')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.22ms |
| 420 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52353) | 0.15ms |
| 421 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52353) | 0.15ms |
| 422 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52353') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52353') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52353') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52353') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52353') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.60ms |
| 423 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52353') LIMIT 1 | 0.16ms |
| 424 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52353') AND (`is_published` = '1') | 0.26ms |
| 425 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 426 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.14ms |
| 427 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.61ms |
| 428 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.15ms |
| 429 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.27ms |
| 430 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52353')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.20ms |
| 431 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52221) | 0.17ms |
| 432 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52221) | 0.16ms |
| 433 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52221') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52221') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52221') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52221') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52221') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.61ms |
| 434 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52221') LIMIT 1 | 0.16ms |
| 435 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52221') AND (`is_published` = '1') | 0.26ms |
| 436 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 437 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.14ms |
| 438 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.60ms |
| 439 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.15ms |
| 440 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.26ms |
| 441 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52221')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.20ms |
| 442 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52272) | 0.16ms |
| 443 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52272) | 0.14ms |
| 444 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52272') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52272') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52272') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52272') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52272') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.61ms |
| 445 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52272') LIMIT 1 | 0.15ms |
| 446 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52272') AND (`is_published` = '1') | 0.27ms |
| 447 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 448 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.14ms |
| 449 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.59ms |
| 450 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.15ms |
| 451 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.26ms |
| 452 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52272')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.21ms |
| 453 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52217) | 0.15ms |
| 454 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52217) | 0.15ms |
| 455 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52217') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52217') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52217') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52217') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52217') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.59ms |
| 456 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52217') LIMIT 1 | 0.16ms |
| 457 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52217') AND (`is_published` = '1') | 0.25ms |
| 458 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 459 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.15ms |
| 460 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.61ms |
| 461 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.16ms |
| 462 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.26ms |
| 463 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52217')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.20ms |
| 464 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52322) | 0.15ms |
| 465 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52322) | 0.15ms |
| 466 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52322') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52322') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52322') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52322') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52322') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.62ms |
| 467 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52322') LIMIT 1 | 0.16ms |
| 468 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52322') AND (`is_published` = '1') | 0.26ms |
| 469 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 470 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.14ms |
| 471 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.60ms |
| 472 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.16ms |
| 473 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.25ms |
| 474 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52322')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.21ms |
| 475 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51981) | 0.16ms |
| 476 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51981) | 0.15ms |
| 477 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51981') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51981') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51981') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51981') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51981') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.61ms |
| 478 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51981') LIMIT 1 | 0.15ms |
| 479 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51981') AND (`is_published` = '1') | 0.26ms |
| 480 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 481 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.15ms |
| 482 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.59ms |
| 483 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.16ms |
| 484 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.25ms |
| 485 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('51981')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.22ms |
| 486 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =52257) | 0.15ms |
| 487 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 52257) | 0.14ms |
| 488 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '52257') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '52257') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '52257') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '52257') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '52257') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.60ms |
| 489 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '52257') LIMIT 1 | 0.16ms |
| 490 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '52257') AND (`is_published` = '1') | 0.26ms |
| 491 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (entity_id =51894) | 0.15ms |
| 492 | SELECT `t`.* FROM `catalog_category_entity` AS `t` WHERE (entity_id = 51894) | 0.14ms |
| 493 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_varchar` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('45', '124', '48', '49', '52', '60', '169', '125', '142', '156', '143', '157', '144', '158', '5215', '5101', '63', '68', '145', '5046', '146', '147', '148', '150', '166', '167', '152')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_int` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('46', '70', '71', '69', '141', '155', '53', '54')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_text` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('47', '50', '51', '57', '58', '59', '67', '165', '159', '64', '149', '151', '153', '154', '5107')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_datetime` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('61', '62')) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_category_entity_decimal` AS `t` WHERE (entity_id = '51894') AND (attribute_id IN ('72')) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 0.62ms |
| 494 | SELECT `catalog_category_entity`.`entity_id` FROM `catalog_category_entity` WHERE (entity_id = '51894') LIMIT 1 | 0.16ms |
| 495 | SELECT `main_table`.`entity_id`, `main_table`.`pim_collective_category_id`, `main_table`.`magento_category_id`, `main_table`.`collective_id`, `main_table`.`is_published`, `spccd`.`language_code`, `spccd`.`name`, `spccd`.`description`, `spccd`.`image` FROM `semic_pim_collective_categories` AS `main_table` INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON main_table.pim_collective_category_id = spccd.pim_collective_category_id AND spccd.language_code = 'ES' WHERE (`collective_id` IN('1')) AND (`magento_category_id` = '51894') AND (`is_published` = '1') | 0.26ms |
| 496 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('52257')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) | 0.20ms |
| 497 | SELECT `m`.`entity_id` FROM `catalog_category_entity` AS `m` LEFT JOIN `catalog_category_entity_int` AS `d` ON d.attribute_id = :attribute_id AND d.store_id = 0 AND d.entity_id = m.entity_id LEFT JOIN `catalog_category_entity_int` AS `c` ON c.attribute_id = :attribute_id AND c.store_id = :store_id AND c.entity_id = m.entity_id WHERE (IF(c.value_id > 0, c.value, d.value) = :scope) AND (`path` LIKE :c_path) AND (`level` <= :c_level) | 0.46ms |
| 498 | SELECT `e`.*, IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) AS `is_active`, `url_rewrite`.`request_path` FROM `catalog_category_entity` AS `e` INNER JOIN `catalog_category_entity_int` AS `at_is_active_default` ON (`at_is_active_default`.`entity_id` = `e`.`entity_id`) AND (`at_is_active_default`.`attribute_id` = '46') AND `at_is_active_default`.`store_id` = 0 LEFT JOIN `catalog_category_entity_int` AS `at_is_active` ON (`at_is_active`.`entity_id` = `e`.`entity_id`) AND (`at_is_active`.`attribute_id` = '46') AND (`at_is_active`.`store_id` = 1) LEFT JOIN `url_rewrite` ON (url_rewrite.entity_id =e.entity_id) AND (url_rewrite.is_autogenerated = 1 AND url_rewrite.store_id = 1 AND url_rewrite.entity_type = 'category') WHERE (IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) = '1') AND (`e`.`entity_id` IN('51913', '51917', '51918', '51934', '51938', '51981', '52072', '52099', '52216', '52217', '52218', '52219', '52220', '52221', '52257', '52264', '52272', '52283', '52320', '52321', '52322', '52343', '52353', '52370', '52420')) ORDER BY `e`.`position` ASC | 0.67ms |
| 499 | SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_varchar` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_varchar` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51913, 51917, 51918, 51934, 51938, 51981, 52072, 52099, 52216, 52217, 52218, 52219, 52220, 52221, 52257, 52264, 52272, 52283, 52320, 52321, 52322, 52343, 52353, 52370, 52420)) AND (t_d.attribute_id IN ('124', '45')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_text` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_text` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51913, 51917, 51918, 51934, 51938, 51981, 52072, 52099, 52216, 52217, 52218, 52219, 52220, 52221, 52257, 52264, 52272, 52283, 52320, 52321, 52322, 52343, 52353, 52370, 52420)) AND (t_d.attribute_id IN ('57')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) UNION ALL SELECT `t_d`.`attribute_id`, `e`.`entity_id`, `t_d`.`value` AS `default_value`, `t_s`.`value` AS `store_value`, IF(t_s.value_id IS NULL, t_d.value, t_s.value) AS `value` FROM `catalog_category_entity_int` AS `t_d` INNER JOIN `catalog_category_entity` AS `e` ON e.entity_id = t_d.entity_id LEFT JOIN `catalog_category_entity_int` AS `t_s` ON t_s.attribute_id = t_d.attribute_id AND t_s.entity_id = t_d.entity_id AND t_s.store_id = 1 WHERE (e.entity_id IN (51913, 51917, 51918, 51934, 51938, 51981, 52072, 52099, 52216, 52217, 52218, 52219, 52220, 52221, 52257, 52264, 52272, 52283, 52320, 52321, 52322, 52343, 52353, 52370, 52420)) AND (t_d.attribute_id IN ('54')) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.53ms |
| 500 | SELECT `semic_pim_collective_features_names`.`name` FROM `semic_pim_collective_features_names` WHERE (pim_collective_feature_id = 2744) AND (language_code = 'ES') LIMIT 1 | 0.23ms |
| 501 | SELECT `semic_pim_collective_features_values`.`value` FROM `semic_pim_collective_features_values` WHERE (pim_collective_feature_id = 2744) AND (pim_collective_feature_value_codified_id = '4063104189') LIMIT 1 | 0.31ms |
| 502 | SELECT DISTINCT `e`.`entity_id` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=51894 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' INNER JOIN `semic_pim_collective_items` AS `spci` ON e.entity_id = spci.magento_product_id AND spci.collective_id = ( SELECT collective_id FROM semic_pim_collective_items WHERE magento_product_id = e.entity_id AND is_published = 1 AND in_trash = 0 AND collective_id IN (1) ORDER BY FIELD(collective_id, 1) LIMIT 1 ) INNER JOIN `semic_pim_collective_items_descriptions` AS `spcid` ON spcid.pim_collective_item_id = spci.pim_collective_item_id AND spcid.language_code = 'ES' INNER JOIN `catalog_category_product` AS `ccp` ON e.entity_id = ccp.product_id INNER JOIN `semic_pim_collective_categories` AS `spcc` ON spcc.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) AND spcc.collective_id IN (1) AND spcc.is_published = 1 INNER JOIN `semic_pim_collective_item_category` AS `spcic` ON spcic.pim_collective_item_id = spci.pim_collective_item_id AND spcic.pim_collective_category_id = spcc.pim_collective_category_id AND (spcic.pim_collective_item_id, spcic.pim_collective_category_id) = ( SELECT spcic2.pim_collective_item_id, spcic2.pim_collective_category_id FROM semic_pim_collective_item_category spcic2 INNER JOIN semic_pim_collective_categories spcc2 ON spcc2.pim_collective_category_id = spcic2.pim_collective_category_id AND spcc2.is_published = 1 AND spcc2.collective_id IN (1) AND spcc2.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) WHERE spcic2.pim_collective_item_id = spci.pim_collective_item_id ORDER BY CASE WHEN spcc2.magento_category_id = 51894 THEN 0 ELSE 1 END, spcc2.magento_category_id ASC, IFNULL(spcic2.pim_collective_item_category_order, 999999999) ASC, spcic2.pim_collective_category_id ASC LIMIT 1 ) INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON spccd.pim_collective_category_id = spcc.pim_collective_category_id AND spccd.language_code = 'ES' INNER JOIN `semic_pim_collective_features_values` AS `fv` ON fv.pim_collective_item_id = spci.pim_collective_item_id INNER JOIN `semic_pim_collective_features_names` AS `fn` ON fn.pim_collective_feature_id = fv.pim_collective_feature_id AND fn.language_code = 'ES' INNER JOIN `search_tmp_69065666d68757_16133388` AS `search_result` ON e.entity_id = search_result.entity_id WHERE (fv.pim_collective_feature_value_codified_id IN ('4063104189')) | 457.92ms |
| 503 | SELECT attribute_id FROM eav_attribute WHERE attribute_code = 'marca' AND entity_type_id = 4 LIMIT 1 | 0.28ms |
| 504 | SELECT entity_id, value FROM catalog_product_entity_int WHERE entity_id IN (1322443,1322552,1322562,1322565,1322566,1322567,1322574,1322575,1322577,1322579,1322583,1322634,1322635,1322640,1322641,1322648,1322649,1322650,1322651,1322655,1322656,1322657,1322658,1322660,1322661,1322665,1322666,1322917,1322918,1322919,1322920,1322921,1322922,1322923,1322924,1322926,1322927,1322930,1322931,1322932,1322933,1322934,1322935,1322936,1322937,1322940,1322941,1322942,1322943,1322944,1322945,1322946,1322947,1322955,1322956,1322958,1322959,1322960,1322961,1322963,1322964,1322965,1322966,1322967,1322968,1322969,1322970,1322972,1322973,1322981,1322983,1322984,1322985,1322986,1322988,1322994,1323058,1323059,1323066,1323067,1323068,1323069,1323070,1323071,1323072,1323076,1323170,1323178,1323179,1323180,1323181,1323183,1323185,1323189,1323198,1323199,1323200,1323201,1323202,1323205,1323207,1323208,1323209,1323218,1323221,1323222,1323223,1323224,1323230,1323231,1323233,1323235,1323241,1323242,1323245,1323246,1323247,1323248,1323249,1323250,1323251,1323252,1323253,1323256,1323257,1323258,1323259,1323260,1323261,1323262,1323263,1323264,1323265,1323266,1323267,1323268,1323273,1323274,1323277,1323278,1323279,1323341,1323342,1323343,1323344,1323349,1323350,1323351,1323352,1323353,1323354,1323356,1323357,1323359,1323360,1323361,1323362,1323363,1323364,1323366,1323367,1323368,1323369,1323370,1323372,1323373,1323917,1324149,1324150,1324761,1324769,1325213,1325215,1325220,1325221,1325225,1325231,1325238,1325240,1325241,1325255,1325264,1325281,1325283,1325284,1325285,1325286,1325287,1325288,1325291,1325293,1325296,1325299,1325300,1325301,1325302,1325305,1325306,1325308,1325311,1325312,1325313,1325316,1325317,1325318,1325319,1325320,1325323,1325325,1325326,1325350,1325355,1325356,1325358,1325359,1325360,1325363,1325371,1325374,1325375,1325376,1325378,1325381,1325382,1325389,1325394,1325399,1325405,1325409,1325410,1325411,1325412,1325413,1325415,1325416,1325417,1325418,1325419,1325420,1325423,1325424,1325425,1325426,1325427,1325430,1325431,1325433,1325434,1325436,1325441,1325457,1325459,1325461,1325462,1325463,1325464,1325465,1325466,1325467,1325474,1325477,1325482,1325483,1325485,1325486,1325487,1325488,1325491,1325492,1325493,1325494,1325495,1325497,1325498,1325499,1325500,1325501,1325502,1325508,1325509,1325510,1325513,1325514,1325515,1325516,1325518,1325519,1325520,1325522,1325523,1325524,1325525,1325526,1325528,1325529,1325530,1325531,1325532,1325533,1325535,1325536,1325539,1325546,1325547,1325548,1325550,1325551,1325552,1325556,1325557,1325568,1325570,1325571,1325572,1325574,1325575,1325576,1325577,1325615,1325616,1325617,1325618,1325949,1325950,1326007,1326245,1326248,1326249,1326250,1326251,1326252,1326264,1326268,1326270,1326271,1326272,1326274,1326275,1326278,1326279,1326280,1326282,1326283,1326284,1326288,1326290,1326291,1326293,1326509,1326510,1326741,1326772,1326773,1326774,1326775,1326776,1326777,1326778,1326779,1326780,1326781,1326782,1326783,1326805,1326839,1326840,1326841,1326842,1326843,1326844,1326845,1326846,1326852,1326854,1326855,1326856,1326857,1326873,1326882,1326904,1326906,1326913,1326995,1326996,1326997,1326998,1326999,1327000,1327001,1327002,1327003,1327004,1327005,1327006,1327007,1327008,1327012,1327013,1327014,1327015,1327016,1327017,1327018,1327019,1327061,1327062,1327063,1327064,1327065,1327066,1327069,1327073,1327074,1327075,1327078,1327080,1327081,1327082,1327083,1327084,1327130,1327134,1327177,1327178,1327179,1327212,1327234,1327236,1327266,1327402,1327458,1327503,1327504,1327506,1327508,1327509,1327510,1327513,1327515,1327615,1327873,1327877,1327878,1327879,1327880,1327881,1327956,1328279,1328280,1328281,1328282,1328285,1328286,1328287,1328288,1328289,1328290,1328291,1328293,1328295,1328296,1328297,1328298,1328300,1328306,1328329,1328395,1328414,1328416,1328417,1328418,1328432,1328434,1328435,1328436,1328437,1328442,1328443,1328444,1328445,1328448,1328449,1328451,1328452,1328472,1328473,1328475,1328476,1328477,1328478,1328479,1328480,1328482,1328485,1328488,1328489,1328490,1328491,1328492,1328495,1328496,1328497,1328498,1328499,1328500,1328501,1328502,1328503,1328504,1328505,1328506,1328507,1328509,1328510,1328518,1328519,1328521,1328527,1328528,1328529,1328531,1328532,1328533,1328535,1328536,1328540,1328547,1328551,1328554,1328555,1328556,1328557,1328558,1328559,1328565,1328566,1328567,1328568,1328569,1328570,1328571,1328580,1328581,1328582,1328583,1328587,1328589,1328590,1328591,1328595,1328603,1328604,1328605,1328606,1328607,1328608,1328609,1328610,1328611,1328612,1328613,1328614,1328615,1328616,1328617,1328618,1328619,1328620,1328621,1328622,1328623,1328624,1328625,1328626,1328627,1328628,1328629,1328630,1328631,1328632,1328633,1328634,1328636,1328641,1328662,1328738,1328764,1328765,1328766,1328767,1328768,1328769,1328790,1328791,1328792,1328796,1328797,1328799,1328800,1328825,1328837,1328940,1328941,1328942,1328945,1328949,1328950,1329012,1329013,1329034,1329241,1329242,1329315,1329316,1329488,1329554,1329675,1329677,1329689,1329690,1329691,1329692,1329694,1329696,1329697,1329698,1330491,1330519,1330521,1330531,1330555,1330633,1330634,1330637,1330638,1330639,1330707,1330785,1330799,1330800,1330950,1330955,1331230,1331232,1331233,1331237,1331238,1331239,1331256,1331257,1331258,1331259,1331260,1331261,1331262,1331263,1331273,1331800,1332100,1332365,1332368,1332372,1332850,1333161,1333185,1333186,1333187,1333188,1333192,1333195,1333196,1333198,1333199,1333385,1334642,1336277,1336370,1336373,1336374,1336489,1337536,1337537,1337538,1337590,1337792,1337793,1337794,1337992,1338716,1338959,1338960,1339181,1339193,1339194,1339195,1339203,1339204,1339215,1339286,1339654,1339656,1339657,1339658,1339677,1339689,1339694,1339707,1339873,1339874,1339875,1339876,1339877,1339878,1339879,1339880,1339881,1339887,1339888,1339889,1339902,1339906,1339907,1339908,1339910,1339911,1339913,1339914,1339915,1340000,1340001,1340942,1342890,1342891,1342894,1343036,1343050,1343521,1346294,1346295,1346319,1346900,1346901,1346911,1346912,1346924,1346926,1346928,1346930,1346931,1346932,1346933,1346934,1347027,1347104,1347297,1347298,1347299,1347300,1347301,1347383,1347485,1347893,1347953,1348041,1348042,1348043,1348044,1348045,1350047,1350104,1350105,1350134,1350535,1351772,1351815,1351845,1351919,1351920,1351974,1352473,1353969,1355253,1356147,1356495,1356575,1356710,1356711,1356713,1356714,1356715,1356716,1356717,1356718,1356719,1356720,1356721,1356724,1356725,1356726,1356736,1356737,1356739,1356745,1356747,1356750,1356751,1356753,1356754,1356755,1356756,1356757,1356758,1356759,1356760,1356761,1356762,1356763,1356764,1356766,1356770,1356771,1356772,1356773,1356774,1356776,1356779,1356780,1356781,1356782,1356783,1356784,1356785,1356786,1356787,1356788,1356789,1356790,1356791,1356792,1356793,1356794,1356800,1356801,1356802,1356803,1356806,1356916,1356917,1356918,1356919,1356921,1356922,1356923,1356924,1356925,1356927,1356928,1356929,1356930,1356931,1356932,1356933,1356934,1356935,1356936,1356938,1356939,1356940,1356941,1356942,1356943,1356944,1356945,1357009,1357010,1357041,1357863,1357866,1357877,1357878,1357879,1357880,1357881,1357882,1357883,1357884,1357892,1357893,1357894,1358044,1358045,1358046,1358047,1358056,1358057,1358058,1358067,1358068,1358069,1358070,1358104,1358105,1358106,1358107,1358108,1358109,1358208,1358210,1362122,1362123,1362124,1362125,1362126,1362127,1362128,1362129,1362130,1362131,1362132,1362133,1362134,1362136,1362137,1362138,1362139,1362140,1362146,1362147,1362174,1362278,1362279,1362340,1362341,1362342,1362343,1362344,1362345,1362346,1362347,1362348,1362349,1362350,1362352,1362353,1362354,1362355,1362356,1362357,1362358,1362379,1362380,1362381,1362390,1362391,1362392,1362393,1362394,1362395,1362397,1362398,1362399,1362400,1362402,1362403,1362404,1362405,1362406,1362407,1362408,1362409,1362410,1362411,1362412,1362413,1362414,1362415,1362416,1362417,1362418,1362419,1362420,1362421,1362422,1362423,1362424,1362425,1362426,1362430,1362431,1362432,1362433,1362434,1362435,1362436,1362455,1362456,1362464,1362490,1363355,1363532,1363533,1363534,1363626,1363627,1364017,1364306,1364484,1364886,1364890,1364891,1364892,1365034,1365035,1365040,1365041,1365042,1365043,1365044,1365082,1365302,1365303,1365406,1369826,1370832,1372136,1372170,1372171,1372172,1372293,1372393,1374157,1374163,1374267,1374273,1374274,1374281,1374286,1374292,1374293,1374387,1374482,1374494,1374650,1374662,1374679,1374681,1374687,1374748,1374985,1375443,1375444,1375707,1375719,1376776,1376830,1376983,1376984,1376989,1377101,1377398,1377429,1377671) AND attribute_id = 5050 AND value IN (13766,11502,11505,11729,13730,11513,11514,13738,11516,13773,11517,11573,11747,11521,11670,11522,11570,11524,11525,11529,11752,11531,11571,13984,11536,11539,11547,11757,11549,11724,11551,11552,11776,11567,11555,11556,11778,11558,11563,11564,11764) | 8.17ms |
| 505 | SELECT DISTINCT `e`.`entity_id` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=51894 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' INNER JOIN `semic_pim_collective_items` AS `spci` ON e.entity_id = spci.magento_product_id AND spci.collective_id = ( SELECT collective_id FROM semic_pim_collective_items WHERE magento_product_id = e.entity_id AND is_published = 1 AND in_trash = 0 AND collective_id IN (1) ORDER BY FIELD(collective_id, 1) LIMIT 1 ) INNER JOIN `semic_pim_collective_items_descriptions` AS `spcid` ON spcid.pim_collective_item_id = spci.pim_collective_item_id AND spcid.language_code = 'ES' INNER JOIN `catalog_category_product` AS `ccp` ON e.entity_id = ccp.product_id INNER JOIN `semic_pim_collective_categories` AS `spcc` ON spcc.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) AND spcc.collective_id IN (1) AND spcc.is_published = 1 INNER JOIN `semic_pim_collective_item_category` AS `spcic` ON spcic.pim_collective_item_id = spci.pim_collective_item_id AND spcic.pim_collective_category_id = spcc.pim_collective_category_id AND (spcic.pim_collective_item_id, spcic.pim_collective_category_id) = ( SELECT spcic2.pim_collective_item_id, spcic2.pim_collective_category_id FROM semic_pim_collective_item_category spcic2 INNER JOIN semic_pim_collective_categories spcc2 ON spcc2.pim_collective_category_id = spcic2.pim_collective_category_id AND spcc2.is_published = 1 AND spcc2.collective_id IN (1) AND spcc2.magento_category_id IN ( SELECT entity_id FROM catalog_category_entity WHERE path LIKE '%/51894/%' OR path LIKE '%/51894' ) WHERE spcic2.pim_collective_item_id = spci.pim_collective_item_id ORDER BY CASE WHEN spcc2.magento_category_id = 51894 THEN 0 ELSE 1 END, spcc2.magento_category_id ASC, IFNULL(spcic2.pim_collective_item_category_order, 999999999) ASC, spcic2.pim_collective_category_id ASC LIMIT 1 ) INNER JOIN `semic_pim_collective_categories_descriptions` AS `spccd` ON spccd.pim_collective_category_id = spcc.pim_collective_category_id AND spccd.language_code = 'ES' INNER JOIN `semic_pim_collective_features_values` AS `fv` ON fv.pim_collective_item_id = spci.pim_collective_item_id INNER JOIN `semic_pim_collective_features_names` AS `fn` ON fn.pim_collective_feature_id = fv.pim_collective_feature_id AND fn.language_code = 'ES' INNER JOIN `search_tmp_69065666d68757_16133388` AS `search_result` ON e.entity_id = search_result.entity_id WHERE (fv.pim_collective_feature_value_codified_id IN ('4063104189')) | 396.57ms |
| 506 | SELECT pim_collective_category_id FROM semic_pim_collective_categories WHERE magento_category_id = 51894 AND collective_id = 1 | 0.31ms |
| 507 | CREATE TEMPORARY TABLE tmp_combined_features_items ( pim_collective_feature_id INT NOT NULL, pim_collective_feature_value_codified_id INT UNSIGNED NOT NULL, value TEXT NOT NULL, INDEX idx_feature_id (pim_collective_feature_id), INDEX idx_value_codified (pim_collective_feature_value_codified_id) ) | 0.53ms |
| 508 | CREATE TEMPORARY TABLE tmp_product_ids (product_id INT NOT NULL, PRIMARY KEY (product_id)) ENGINE=MEMORY | 0.19ms |
| 509 | INSERT INTO tmp_product_ids (product_id) VALUES (1322443),(1322552),(1322562),(1322565),(1322566),(1322567),(1322574),(1322575),(1322577),(1322579),(1322583),(1322634),(1322635),(1322640),(1322641),(1322648),(1322649),(1322650),(1322651),(1322655),(1322656),(1322657),(1322658),(1322660),(1322661),(1322665),(1322666),(1322917),(1322918),(1322919),(1322920),(1322921),(1322922),(1322923),(1322924),(1322926),(1322927),(1322930),(1322931),(1322932),(1322933),(1322934),(1322935),(1322936),(1322937),(1322940),(1322941),(1322942),(1322943),(1322944),(1322945),(1322946),(1322947),(1322955),(1322956),(1322958),(1322959),(1322960),(1322961),(1322963),(1322964),(1322965),(1322966),(1322967),(1322968),(1322969),(1322970),(1322972),(1322973),(1322981),(1322983),(1322984),(1322985),(1322986),(1322988),(1322994),(1323058),(1323059),(1323066),(1323067),(1323068),(1323069),(1323070),(1323071),(1323072),(1323076),(1323170),(1323178),(1323179),(1323180),(1323181),(1323183),(1323185),(1323189),(1323198),(1323199),(1323200),(1323201),(1323202),(1323205),(1323207),(1323208),(1323209),(1323218),(1323221),(1323222),(1323223),(1323224),(1323230),(1323231),(1323233),(1323235),(1323241),(1323242),(1323245),(1323246),(1323247),(1323248),(1323249),(1323250),(1323251),(1323252),(1323253),(1323256),(1323257),(1323258),(1323259),(1323260),(1323261),(1323262),(1323263),(1323264),(1323265),(1323266),(1323267),(1323268),(1323273),(1323274),(1323277),(1323278),(1323279),(1323341),(1323342),(1323343),(1323344),(1323349),(1323350),(1323351),(1323352),(1323353),(1323354),(1323356),(1323357),(1323359),(1323360),(1323361),(1323362),(1323363),(1323364),(1323366),(1323367),(1323368),(1323369),(1323370),(1323372),(1323373),(1323917),(1324149),(1324150),(1324761),(1324769),(1325213),(1325215),(1325220),(1325221),(1325225),(1325231),(1325238),(1325240),(1325241),(1325255),(1325264),(1325281),(1325283),(1325284),(1325285),(1325286),(1325287),(1325288),(1325291),(1325293),(1325296),(1325299),(1325300),(1325301),(1325302),(1325305),(1325306),(1325308),(1325311),(1325312),(1325313),(1325316),(1325317),(1325318),(1325319),(1325320),(1325323),(1325325),(1325326),(1325350),(1325355),(1325356),(1325358),(1325359),(1325360),(1325363),(1325371),(1325374),(1325375),(1325376),(1325378),(1325381),(1325382),(1325389),(1325394),(1325399),(1325405),(1325409),(1325410),(1325411),(1325412),(1325413),(1325415),(1325416),(1325417),(1325418),(1325419),(1325420),(1325423),(1325424),(1325425),(1325426),(1325427),(1325430),(1325431),(1325433),(1325434),(1325436),(1325441),(1325457),(1325459),(1325461),(1325462),(1325463),(1325464),(1325465),(1325466),(1325467),(1325474),(1325477),(1325482),(1325483),(1325485),(1325486),(1325487),(1325488),(1325491),(1325492),(1325493),(1325494),(1325495),(1325497),(1325498),(1325499),(1325500),(1325501),(1325502),(1325508),(1325509),(1325510),(1325513),(1325514),(1325515),(1325516),(1325518),(1325519),(1325520),(1325522),(1325523),(1325524),(1325525),(1325526),(1325528),(1325529),(1325530),(1325531),(1325532),(1325533),(1325535),(1325536),(1325539),(1325546),(1325547),(1325548),(1325550),(1325551),(1325552),(1325556),(1325557),(1325568),(1325570),(1325571),(1325572),(1325574),(1325575),(1325576),(1325577),(1325615),(1325616),(1325617),(1325618),(1325949),(1325950),(1326007),(1326245),(1326248),(1326249),(1326250),(1326251),(1326252),(1326264),(1326268),(1326270),(1326271),(1326272),(1326274),(1326275),(1326278),(1326279),(1326280),(1326282),(1326283),(1326284),(1326288),(1326290),(1326291),(1326293),(1326509),(1326510),(1326741),(1326772),(1326773),(1326774),(1326775),(1326776),(1326777),(1326778),(1326779),(1326780),(1326781),(1326782),(1326783),(1326805),(1326839),(1326840),(1326841),(1326842),(1326843),(1326844),(1326845),(1326846),(1326852),(1326854),(1326855),(1326856),(1326857),(1326873),(1326882),(1326904),(1326906),(1326913),(1326995),(1326996),(1326997),(1326998),(1326999),(1327000),(1327001),(1327002),(1327003),(1327004),(1327005),(1327006),(1327007),(1327008),(1327012),(1327013),(1327014),(1327015),(1327016),(1327017),(1327018),(1327019),(1327061),(1327062),(1327063),(1327064),(1327065),(1327066),(1327069),(1327073),(1327074),(1327075),(1327078),(1327080),(1327081),(1327082),(1327083),(1327084),(1327130),(1327134),(1327177),(1327178),(1327179),(1327212),(1327234),(1327236),(1327266),(1327402),(1327458),(1327503),(1327504),(1327506),(1327508),(1327509),(1327510),(1327513),(1327515),(1327615),(1327873),(1327877),(1327878),(1327879),(1327880),(1327881),(1327956),(1328279),(1328280),(1328281),(1328282),(1328285),(1328286),(1328287),(1328288),(1328289),(1328290),(1328291),(1328293),(1328295),(1328296),(1328297),(1328298),(1328300),(1328306),(1328329),(1328395),(1328414),(1328416),(1328417),(1328418),(1328432),(1328434),(1328435),(1328436),(1328437),(1328442),(1328443),(1328444),(1328445),(1328448),(1328449),(1328451),(1328452),(1328472),(1328473),(1328475),(1328476),(1328477),(1328478),(1328479),(1328480),(1328482),(1328485),(1328488),(1328489),(1328490),(1328491),(1328492),(1328495),(1328496),(1328497),(1328498),(1328499),(1328500),(1328501),(1328502),(1328503),(1328504),(1328505),(1328506),(1328507),(1328509),(1328510),(1328518),(1328519),(1328521),(1328527),(1328528),(1328529),(1328531),(1328532),(1328533),(1328535),(1328536),(1328540),(1328547),(1328551),(1328554),(1328555),(1328556),(1328557),(1328558),(1328559),(1328565),(1328566),(1328567),(1328568),(1328569),(1328570),(1328571),(1328580),(1328581),(1328582),(1328583),(1328587),(1328589),(1328590),(1328591),(1328595),(1328603),(1328604),(1328605),(1328606),(1328607),(1328608),(1328609),(1328610),(1328611),(1328612),(1328613),(1328614),(1328615),(1328616),(1328617),(1328618),(1328619),(1328620),(1328621),(1328622),(1328623),(1328624),(1328625),(1328626),(1328627),(1328628),(1328629),(1328630),(1328631),(1328632),(1328633),(1328634),(1328636),(1328641),(1328662),(1328738),(1328764),(1328765),(1328766),(1328767),(1328768),(1328769),(1328790),(1328791),(1328792),(1328796),(1328797),(1328799),(1328800),(1328825),(1328837),(1328940),(1328941),(1328942),(1328945),(1328949),(1328950),(1329012),(1329013),(1329034),(1329241),(1329242),(1329315),(1329316),(1329488),(1329554),(1329675),(1329677),(1329689),(1329690),(1329691),(1329692),(1329694),(1329696),(1329697),(1329698),(1330491),(1330519),(1330521),(1330531),(1330555),(1330633),(1330634),(1330637),(1330638),(1330639),(1330707),(1330785),(1330799),(1330800),(1330950),(1330955),(1331230),(1331232),(1331233),(1331237),(1331238),(1331239),(1331256),(1331257),(1331258),(1331259),(1331260),(1331261),(1331262),(1331263),(1331273),(1331800),(1332100),(1332365),(1332368),(1332372),(1332850),(1333161),(1333185),(1333186),(1333187),(1333188),(1333192),(1333195),(1333196),(1333198),(1333199),(1333385),(1334642),(1336277),(1336370),(1336373),(1336374),(1336489),(1337536),(1337537),(1337538),(1337590),(1337792),(1337793),(1337794),(1337992),(1338716),(1338959),(1338960),(1339181),(1339193),(1339194),(1339195),(1339203),(1339204),(1339215),(1339286),(1339654),(1339656),(1339657),(1339658),(1339677),(1339689),(1339694),(1339707),(1339873),(1339874),(1339875),(1339876),(1339877),(1339878),(1339879),(1339880),(1339881),(1339887),(1339888),(1339889),(1339902),(1339906),(1339907),(1339908),(1339910),(1339911),(1339913),(1339914),(1339915),(1340000),(1340001),(1340942),(1342890),(1342891),(1342894),(1343036),(1343050),(1343521),(1346294),(1346295),(1346319),(1346900),(1346901),(1346911),(1346912),(1346924),(1346926),(1346928),(1346930),(1346931),(1346932),(1346933),(1346934),(1347027),(1347104),(1347297),(1347298),(1347299),(1347300),(1347301),(1347383),(1347485),(1347893),(1347953),(1348041),(1348042),(1348043),(1348044),(1348045),(1350047),(1350104),(1350105),(1350134),(1350535),(1351772),(1351815),(1351845),(1351919),(1351920),(1351974),(1352473),(1353969),(1355253),(1356147),(1356495),(1356575),(1356710),(1356711),(1356713),(1356714),(1356715),(1356716),(1356717),(1356718),(1356719),(1356720),(1356721),(1356724),(1356725),(1356726),(1356736),(1356737),(1356739),(1356745),(1356747),(1356750),(1356751),(1356753),(1356754),(1356755),(1356756),(1356757),(1356758),(1356759),(1356760),(1356761),(1356762),(1356763),(1356764),(1356766),(1356770),(1356771),(1356772),(1356773),(1356774),(1356776),(1356779),(1356780),(1356781),(1356782),(1356783),(1356784),(1356785),(1356786),(1356787),(1356788),(1356789),(1356790),(1356791),(1356792),(1356793),(1356794),(1356800),(1356801),(1356802),(1356803),(1356806),(1356916),(1356917),(1356918),(1356919),(1356921),(1356922),(1356923),(1356924),(1356925),(1356927),(1356928),(1356929),(1356930),(1356931),(1356932),(1356933),(1356934),(1356935),(1356936),(1356938),(1356939),(1356940),(1356941),(1356942),(1356943),(1356944),(1356945),(1357009),(1357010),(1357041),(1357863),(1357866),(1357877),(1357878),(1357879),(1357880),(1357881),(1357882),(1357883),(1357884),(1357892),(1357893),(1357894),(1358044),(1358045),(1358046),(1358047),(1358056),(1358057),(1358058),(1358067),(1358068),(1358069),(1358070),(1358104),(1358105),(1358106),(1358107),(1358108),(1358109),(1358208),(1358210),(1362122),(1362123),(1362124),(1362125),(1362126),(1362127),(1362128),(1362129),(1362130),(1362131),(1362132),(1362133),(1362134),(1362136),(1362137),(1362138),(1362139),(1362140),(1362146),(1362147),(1362174),(1362278),(1362279),(1362340),(1362341),(1362342),(1362343),(1362344),(1362345),(1362346),(1362347),(1362348),(1362349),(1362350),(1362352),(1362353),(1362354),(1362355),(1362356),(1362357),(1362358),(1362379),(1362380),(1362381),(1362390),(1362391),(1362392),(1362393),(1362394),(1362395),(1362397),(1362398),(1362399),(1362400),(1362402),(1362403),(1362404),(1362405),(1362406),(1362407),(1362408),(1362409),(1362410),(1362411),(1362412),(1362413),(1362414),(1362415),(1362416),(1362417),(1362418),(1362419),(1362420),(1362421),(1362422),(1362423),(1362424),(1362425),(1362426),(1362430),(1362431),(1362432),(1362433),(1362434),(1362435),(1362436),(1362455),(1362456),(1362464),(1362490),(1363355),(1363532) | 0.71ms |
| 510 | INSERT INTO tmp_product_ids (product_id) VALUES (1363533),(1363534),(1363626),(1363627),(1364017),(1364306),(1364484),(1364886),(1364890),(1364891),(1364892),(1365034),(1365035),(1365040),(1365041),(1365042),(1365043),(1365044),(1365082),(1365302),(1365303),(1365406),(1369826),(1370832),(1372136),(1372170),(1372171),(1372172),(1372293),(1372393),(1374157),(1374163),(1374267),(1374273),(1374274),(1374281),(1374286),(1374292),(1374293),(1374387),(1374482),(1374494),(1374650),(1374662),(1374679),(1374681),(1374687),(1374748),(1374985),(1375443),(1375444),(1375707),(1375719),(1376776),(1376830),(1376983),(1376984),(1376989),(1377101),(1377398),(1377429),(1377671) | 0.12ms |
| 511 | INSERT INTO tmp_combined_features_items SELECT DISTINCT fv.pim_collective_feature_id, fv.pim_collective_feature_value_codified_id, fv.value FROM semic_pim_collective_features_values fv INNER JOIN semic_pim_collective_items i ON fv.pim_collective_item_id = i.pim_collective_item_id INNER JOIN tmp_product_ids p ON i.magento_product_id = p.product_id WHERE i.collective_id IN (1) AND fv.language_code = "ES" | 119.63ms |
| 512 | DROP TEMPORARY TABLE IF EXISTS tmp_product_ids | 0.15ms |
| 513 | WITH materialized_features AS ( SELECT DISTINCT t.pim_collective_feature_id, t.pim_collective_feature_value_codified_id, t.value FROM tmp_combined_features_items t ) SELECT fg.pim_collective_feature_group_id, fgn.name AS group_name, f.pim_collective_feature_id, fn.name AS feature_name, mf.value, f.pim_feature_id, mf.pim_collective_feature_value_codified_id FROM materialized_features mf INNER JOIN semic_pim_collective_features f ON f.pim_collective_feature_id = mf.pim_collective_feature_id INNER JOIN semic_pim_collective_features_features_group ffg ON ffg.pim_collective_feature_id = f.pim_collective_feature_id INNER JOIN semic_pim_collective_features_group fg ON fg.pim_collective_feature_group_id = ffg.pim_collective_feature_group_id AND fg.is_visible_filter = 1 AND (fg.collective_feature_group_category IS NULL OR fg.collective_feature_group_category = '' OR CONCAT(',', fg.collective_feature_group_category, ',') LIKE '%,2843,%') INNER JOIN semic_pim_collective_features_group_names fgn ON fgn.pim_collective_feature_group_id = fg.pim_collective_feature_group_id AND fgn.language_code = 'ES' INNER JOIN semic_pim_collective_features_names fn ON fn.pim_collective_feature_id = f.pim_collective_feature_id AND fn.language_code = 'ES' ORDER BY fg.pim_collective_feature_group_id, f.pim_collective_feature_id, mf.value | 107.63ms |
| 514 | DROP TEMPORARY TABLE IF EXISTS tmp_combined_features_items | 0.64ms |
| 515 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='porto_category_side_custom_block') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.58ms |
| 516 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '64') | 0.19ms |
| 517 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.22ms |
| 518 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_top_1') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.58ms |
| 519 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '137') | 0.19ms |
| 520 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.21ms |
| 521 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='politica_privacidad_formularios') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.43ms |
| 522 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '160') | 0.15ms |
| 523 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.18ms |
| 524 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_column_1') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.40ms |
| 525 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '138') | 0.17ms |
| 526 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.19ms |
| 527 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_column_2') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.40ms |
| 528 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '139') | 0.15ms |
| 529 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.19ms |
| 530 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_column_3') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.38ms |
| 531 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '140') | 0.15ms |
| 532 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.20ms |
| 533 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_column_4') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.40ms |
| 534 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '141') | 0.16ms |
| 535 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.18ms |
| 536 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_accordion_1') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.39ms |
| 537 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '153') | 0.15ms |
| 538 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.18ms |
| 539 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_accordion_2') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.40ms |
| 540 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '154') | 0.16ms |
| 541 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.19ms |
| 542 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_accordion_3') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.41ms |
| 543 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '155') | 0.17ms |
| 544 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.21ms |
| 545 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_accordion_4') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.28ms |
| 546 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '156') | 0.15ms |
| 547 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.15ms |
| 548 | SELECT `cms_block`.`block_id` FROM `cms_block` INNER JOIN `cms_block_store` AS `cbs` ON cms_block.block_id = cbs.block_id WHERE (`cms_block`.`identifier`='semic_footer_payment') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.29ms |
| 549 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '142') | 0.13ms |
| 550 | SELECT `cbs`.`store_id` FROM `cms_block_store` AS `cbs` INNER JOIN `cms_block` AS `cb` ON cbs.block_id = cb.block_id WHERE (cb.block_id = :block_id) | 0.14ms |