| 0 | connect | 0.27ms |
| 1 | SET NAMES utf8 | 0.07ms |
| 2 | SELECT `store_website`.* FROM `store_website` | 0.17ms |
| 3 | SELECT `store_group`.* FROM `store_group` | 0.10ms |
| 4 | SELECT `store`.* FROM `store` | 0.09ms |
| 5 | SELECT `flag`.* FROM `flag` WHERE (`flag`.`flag_code`='config_hash') | 0.17ms |
| 6 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`request_path` IN ('radiant-tee.html', 'radiant-tee.html/')) AND (`store_id` IN ('1')) | 0.23ms |
| 7 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`request_path` IN ('catalog/product/view/id/1620', 'catalog/product/view/id/1620/')) AND (`store_id` IN ('1')) | 0.20ms |
| 8 | SELECT `url_rewrite`.*, `relation`.* 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 ('1620')) AND (url_rewrite.store_id IN ('1')) AND (relation.category_id IS NULL) | 0.18ms |
| 9 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id =1620) | 0.15ms |
| 10 | 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`.*, `entity_attribute`.*, 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 INNER JOIN `eav_entity_attribute` AS `entity_attribute` ON entity_attribute.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 (`entity_attribute`.`attribute_set_id` = '12') ORDER BY entity_attribute.sort_order ASC | 2.00ms |
| 11 | SELECT `entity`.`attribute_id`, `entity`.`attribute_set_id`, `entity`.`attribute_group_id`, `entity`.`sort_order`, `attribute_group`.`sort_order` AS `group_sort_order` FROM `eav_entity_attribute` AS `entity` LEFT JOIN `eav_attribute_group` AS `attribute_group` ON entity.attribute_group_id = attribute_group.attribute_group_id WHERE (entity.attribute_set_id = :attribute_set_id) | 0.33ms |
| 12 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = 1620) | 0.14ms |
| 13 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1620') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1620') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1620') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN ('1', 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1620') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1620') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN ('1', 0))) ) AS `u` ORDER BY `store_id` ASC | 1.93ms |
| 14 | SELECT @@session.group_concat_max_len | 0.10ms |
| 15 | SELECT `customer_group`.* FROM `customer_group` WHERE (`customer_group`.`customer_group_id`=0) | 0.13ms |
| 16 | SELECT `tax_class`.* FROM `tax_class` WHERE (`tax_class`.`class_id`='3') | 0.12ms |
| 17 | SELECT `customer_group_excluded_website`.`website_id` FROM `customer_group_excluded_website` WHERE (customer_group_id = :customer_group_id) | 0.15ms |
| 18 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1620) | 0.13ms |
| 19 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1620') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.57ms |
| 20 | 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 = '1620') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.61ms |
| 21 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1620) | 0.35ms |
| 22 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1620) | 0.13ms |
| 23 | SELECT `l`.`product_id`, `l`.`parent_id` FROM `catalog_product_super_link` AS `l` INNER JOIN `catalog_product_entity` AS `p` ON p.entity_id = l.parent_id INNER JOIN `catalog_product_entity` AS `e` ON e.entity_id = l.product_id AND e.required_options = 0 WHERE (p.entity_id IN (1620)) | 0.23ms |
| 24 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1620'))))) | 0.17ms |
| 25 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (215, 214)) AND (def.store_id = 0) | 0.21ms |
| 26 | SELECT `inventory_stock_sales_channel`.`stock_id` FROM `inventory_stock_sales_channel` WHERE (type = 'website') AND (code = 'base') | 0.13ms |
| 27 | SELECT `inventory_stock`.* FROM `inventory_stock` WHERE (`inventory_stock`.`stock_id`=1) | 0.33ms |
| 28 | SELECT `inventory_stock_sales_channel`.* FROM `inventory_stock_sales_channel` WHERE (stock_id = 1) | 0.13ms |
| 29 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1620) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.51ms |
| 30 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '93') AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.31ms |
| 31 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1620) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.45ms |
| 32 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '251') AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.33ms |
| 33 | 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('1620')) | 0.21ms |
| 34 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1620) | 0.15ms |
| 35 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS12')) | 0.15ms |
| 36 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS12')) | 0.31ms |
| 37 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1620'))))) ORDER BY position ASC | 0.20ms |
| 38 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (214, 215)) AND (def.store_id = 0) | 0.25ms |
| 39 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1620) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.52ms |
| 40 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1620) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.49ms |
| 41 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1620) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.45ms |
| 42 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1620) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.44ms |
| 43 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS12-XS-Purple', 'WS12-XS-Orange', 'WS12-XS-Blue', 'WS12-S-Purple', 'WS12-S-Orange', 'WS12-S-Blue', 'WS12-M-Orange', 'WS12-M-Blue', 'WS12-M-Purple', 'WS12-L-Purple', 'WS12-L-Orange', 'WS12-L-Blue', 'WS12-XL-Blue', 'WS12-XL-Purple', 'WS12-XL-Orange', 'WS12-XL-Blue', 'WS12-M-Blue', 'WS12-XS-Blue', 'WS12-L-Blue', 'WS12-S-Blue', 'WS12-M-Orange', 'WS12-XS-Orange', 'WS12-L-Orange', 'WS12-S-Orange', 'WS12-XL-Orange', 'WS12-XS-Purple', 'WS12-L-Purple', 'WS12-S-Purple', 'WS12-XL-Purple', 'WS12-M-Purple')) | 0.24ms |
| 44 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS12-XS-Purple', 'WS12-XS-Orange', 'WS12-XS-Blue', 'WS12-S-Purple', 'WS12-S-Orange', 'WS12-S-Blue', 'WS12-M-Orange', 'WS12-M-Blue', 'WS12-M-Purple', 'WS12-L-Purple', 'WS12-L-Orange', 'WS12-L-Blue', 'WS12-XL-Blue', 'WS12-XL-Purple', 'WS12-XL-Orange', 'WS12-XL-Blue', 'WS12-M-Blue', 'WS12-XS-Blue', 'WS12-L-Blue', 'WS12-S-Blue', 'WS12-M-Orange', 'WS12-XS-Orange', 'WS12-L-Orange', 'WS12-S-Orange', 'WS12-XL-Orange', 'WS12-XS-Purple', 'WS12-L-Purple', 'WS12-S-Purple', 'WS12-XL-Purple', 'WS12-M-Purple')) | 0.31ms |
| 45 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1620') | 0.14ms |
| 46 | SELECT COUNT(DISTINCT main_table.crosslink_id) FROM `mageworx_seocrosslinks_crosslink` AS `main_table` INNER JOIN `mageworx_seocrosslinks_crosslink_store` AS `store_table` ON main_table.crosslink_id = store_table.crosslink_id WHERE (main_table.in_product = 1) AND (main_table.is_active = 1) AND (store_table.store_id IN('1', 0)) | 0.22ms |
| 47 | SELECT `main_table`.*, `main_table`.`crosslink_id`, `main_table`.`keyword` FROM `mageworx_seocrosslinks_crosslink` AS `main_table` INNER JOIN `mageworx_seocrosslinks_crosslink_store` AS `store_table` ON main_table.crosslink_id = store_table.crosslink_id WHERE (main_table.in_product = 1) AND (main_table.is_active = 1) AND (store_table.store_id IN('1', 0)) GROUP BY `main_table`.`crosslink_id` | 0.25ms |
| 48 | SELECT `main_table`.* FROM `mageworx_seocrosslinks_crosslink` AS `main_table` INNER JOIN `mageworx_seocrosslinks_crosslink_store` AS `store_table` ON main_table.crosslink_id = store_table.crosslink_id WHERE (main_table.in_product = 1) AND (main_table.is_active = 1) AND (store_table.store_id IN('1', 0)) AND (`main_table`.`crosslink_id` IN(NULL)) GROUP BY `main_table`.`crosslink_id` ORDER BY priority DESC | 0.19ms |
| 49 | SELECT `catalog_category_product_index_store1`.`product_id` FROM `catalog_category_product_index_store1` WHERE (product_id = 1620) AND (category_id = 4) | 0.14ms |
| 50 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1620) | 0.12ms |
| 51 | SELECT `catalog_category_product_index_store1`.`product_id` FROM `catalog_category_product_index_store1` WHERE (product_id = 1620) AND (category_id = 4) | 0.13ms |
| 52 | SELECT `catalog_category_product_index_store1`.`product_id` FROM `catalog_category_product_index_store1` WHERE (product_id = 1620) AND (category_id = 4) | 0.13ms |
| 53 | SELECT `layout_update`.`xml`, `layout_update`.`handle` FROM `layout_update` INNER JOIN `layout_link` AS `link` ON link.layout_update_id=layout_update.layout_update_id WHERE (link.store_id IN (0, :store_id)) AND (link.theme_id = :theme_id) AND (link.is_temporary = 0) ORDER BY `layout_update`.`sort_order` ASC | 0.75ms |
| 54 | SELECT COUNT(*) FROM `review` AS `main_table` INNER JOIN `review_detail` AS `detail` ON main_table.review_id = detail.review_id INNER JOIN `review_store` AS `store` ON main_table.review_id=store.review_id INNER JOIN `review_entity` ON main_table.entity_id=review_entity.entity_id WHERE (store.store_id IN('1')) AND (main_table.status_id=1) AND (review_entity.entity_code='product') AND (main_table.entity_pk_value='1620') | 0.77ms |
| 55 | SELECT COUNT(*) FROM `review` AS `main_table` INNER JOIN `review_detail` AS `detail` ON main_table.review_id = detail.review_id INNER JOIN `review_store` AS `store` ON main_table.review_id=store.review_id INNER JOIN `review_entity` ON main_table.entity_id=review_entity.entity_id WHERE (store.store_id IN('1')) AND (main_table.status_id=1) AND (review_entity.entity_code='product') AND (main_table.entity_pk_value='1620') | 0.49ms |
| 56 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (`catalog_category_entity`.`entity_id` = '2') | 0.19ms |
| 57 | SELECT `catalog_category_entity`.* FROM `catalog_category_entity` WHERE (`catalog_category_entity`.`path` LIKE '1/2/%') ORDER BY `catalog_category_entity`.`position` ASC | 0.23ms |
| 58 | SELECT `e`.*, IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) AS `is_active`, IF(at_name.value_id > 0, at_name.value, at_name_default.value) AS `name` 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 `catalog_category_entity_varchar` AS `at_name_default` ON (`at_name_default`.`entity_id` = `e`.`entity_id`) AND (`at_name_default`.`attribute_id` = '45') AND `at_name_default`.`store_id` = 0 LEFT JOIN `catalog_category_entity_varchar` AS `at_name` ON (`at_name`.`entity_id` = `e`.`entity_id`) AND (`at_name`.`attribute_id` = '45') AND (`at_name`.`store_id` = 1) WHERE (`e`.`entity_id` IN('3', '50', '32', '4', '23', '5', '9', '19', '21', '41', '49', '53', '58')) AND (IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) = '1') ORDER BY `name` ASC | 0.72ms |
| 59 | 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 (5, 3, 4, 23, 58, 9, 53, 49, 21, 50, 32)) AND (t_d.attribute_id IN (119)) 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 (5, 3, 4, 23, 58, 9, 53, 49, 21, 50, 32)) AND (t_d.attribute_id IN (54)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.58ms |
| 60 | SELECT `eav_attribute`.* FROM `eav_attribute` WHERE (`eav_attribute`.`attribute_code`='breadcrumbs_priority') AND (entity_type_id = :entity_type_id) | 0.19ms |
| 61 | SELECT `eav_entity_type`.`additional_attribute_table` FROM `eav_entity_type` WHERE (entity_type_id = :entity_type_id) | 0.14ms |
| 62 | SELECT `catalog_eav_attribute`.* FROM `catalog_eav_attribute` WHERE (attribute_id = :attribute_id) | 0.18ms |
| 63 | SELECT `e`.*, `at_product_id`.`product_id`, `at_breadcrumbs_priority`.`value` AS `breadcrumbs_priority` FROM `catalog_category_entity` AS `e` INNER JOIN `catalog_category_product` AS `at_product_id` ON (at_product_id.`category_id`=e.entity_id) LEFT JOIN `catalog_category_entity_text` AS `at_breadcrumbs_priority` ON (`at_breadcrumbs_priority`.`entity_id` = `e`.`entity_id`) AND (`at_breadcrumbs_priority`.`attribute_id` = '143') AND (`at_breadcrumbs_priority`.`store_id` = 0) WHERE (at_product_id.product_id = '1620') AND (e.path LIKE '1/2%') ORDER BY `e`.`level` ASC | 0.58ms |
| 64 | 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 (2, 45, 47, 37)) AND (t_d.attribute_id IN (45, 119)) 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 (2, 45, 47, 37)) AND (t_d.attribute_id IN (46)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.58ms |
| 65 | SELECT `e`.*, IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) AS `is_active`, `at_breadcrumbs_priority`.`value` AS `breadcrumbs_priority` 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 `catalog_category_entity_text` AS `at_breadcrumbs_priority` ON (`at_breadcrumbs_priority`.`entity_id` = `e`.`entity_id`) AND (`at_breadcrumbs_priority`.`attribute_id` = '143') AND (`at_breadcrumbs_priority`.`store_id` = 0) WHERE (`e`.`entity_id` IN('41', '19', '33', '32')) AND (e.path LIKE '1/2%') AND (IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) = '1') | 0.32ms |
| 66 | 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 (32, 33)) AND (t_d.attribute_id IN (45, 119)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.26ms |
| 67 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('32')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.22ms |
| 68 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('32')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 69 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('33')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.16ms |
| 70 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('33')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 71 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('37')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 72 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('37')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.17ms |
| 73 | SELECT `main_table`.* FROM `mageworx_seobase_custom_canonical` AS `main_table` WHERE (`source_entity_type` = 'product') AND (`source_entity_id` = '1620') AND (`source_store_id` IN(0, 1)) ORDER BY source_store_id DESC | 0.24ms |
| 74 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('1620')) AND (url_rewrite.entity_type IN ('product')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 75 | SELECT `core_config_data`.`scope`, `core_config_data`.`scope_id`, `core_config_data`.`path`, `core_config_data`.`value` FROM `core_config_data` WHERE (path IN ('general/locale/code', 'general/country/default', 'mageworx_seo/base/canonical/product_canonical_url_type', 'mageworx_seo/base/canonical/trailing_slash_home_page', 'mageworx_seo/base/canonical/trailing_slash', 'catalog/seo/product_use_categories', 'web/secure/base_url', 'web/secure/use_in_frontend', 'web/secure/base_link_url', 'web/unsecure/base_url', 'web/unsecure/base_link_url', 'web/url/use_store')) AND (scope IN ('stores', 'websites')) | 0.22ms |
| 76 | SELECT `store`.`website_id`, `store`.`store_id` FROM `store` WHERE (store_id != 0) | 0.13ms |
| 77 | SELECT `e`.`entity_id`, `url_rewrite`.`store_id`, `url_rewrite`.`request_path` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_website` AS `w` ON e.entity_id = w.product_id INNER JOIN `store` ON w.website_id = store.website_id AND store.is_active = 1 LEFT JOIN `catalog_product_entity_int` AS `status_tab` ON status_tab.attribute_id = '97' AND e.entity_id = status_tab.entity_id AND store.store_id = status_tab.store_id LEFT JOIN `catalog_product_entity_int` AS `status_tab_2` ON status_tab_2.attribute_id = '97' AND e.entity_id = status_tab_2.entity_id AND status_tab_2.store_id = 0 INNER JOIN `url_rewrite` ON e.entity_id = url_rewrite.entity_id AND url_rewrite.is_autogenerated = 1 AND url_rewrite.store_id IN(1, 3, 2) AND url_rewrite.entity_type = 'product' AND store.store_id = url_rewrite.store_id LEFT JOIN `catalog_url_rewrite_product_category` AS `catalog_url_rewrite` ON url_rewrite.url_rewrite_id = catalog_url_rewrite.url_rewrite_id WHERE (e.entity_id IN('1620')) AND (CASE WHEN status_tab.value IS NULL THEN status_tab_2.value = 1 ELSE status_tab.value = 1 END) AND (`url_rewrite`.`entity_id` IN (1620) AND `url_rewrite`.`store_id` IN (1,3,2) AND `url_rewrite`.`metadata` IS NULL) | 0.46ms |
| 78 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1620) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.84ms |
| 79 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1607')) AND (stock_status_index.stock_status = 1) | 0.23ms |
| 80 | 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 (1607)) AND (t_d.attribute_id IN (77, 78)) 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 (1607)) AND (t_d.attribute_id IN (79, 80)) 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 (1607)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.60ms |
| 81 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1607')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.45ms |
| 82 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 83 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1607')) AND (stock_status_index.stock_status = 1) | 0.24ms |
| 84 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1607') ORDER BY `qty` ASC | 0.22ms |
| 85 | SELECT `directory_currency_rate`.`rate` FROM `directory_currency_rate` WHERE (currency_from = :currency_from) AND (currency_to = :currency_to) | 0.17ms |
| 86 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1607')) | 0.13ms |
| 87 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1607) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1607')) | 0.22ms |
| 88 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 89 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1605')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.23ms |
| 90 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 91 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1606')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.24ms |
| 92 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.44ms |
| 93 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1608')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.29ms |
| 94 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.20ms |
| 95 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1609')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.21ms |
| 96 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 97 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1610')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.21ms |
| 98 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.21ms |
| 99 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1611')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.24ms |
| 100 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 101 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1612')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.25ms |
| 102 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.35ms |
| 103 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1613')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.23ms |
| 104 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.21ms |
| 105 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1614')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.43ms |
| 106 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.20ms |
| 107 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1615')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.40ms |
| 108 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 109 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1616')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.25ms |
| 110 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 111 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1617')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.36ms |
| 112 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 113 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1618')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.23ms |
| 114 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.20ms |
| 115 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1619')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.19ms |
| 116 | SELECT `main_table`.* FROM `review_entity_summary` AS `main_table` WHERE (entity_pk_value IN('1620')) AND (entity_type = 1) AND (store_id = 1) | 0.17ms |
| 117 | SELECT `main_table`.*, `detail`.`detail_id`, `detail`.`store_id`, `detail`.`title`, `detail`.`detail`, `detail`.`nickname`, `detail`.`customer_id`, `review_entity`.`entity_code` FROM `review` AS `main_table` INNER JOIN `review_detail` AS `detail` ON main_table.review_id = detail.review_id INNER JOIN `review_store` AS `store` ON main_table.review_id=store.review_id INNER JOIN `review_entity` ON main_table.entity_id=review_entity.entity_id WHERE (store.store_id IN('1')) AND (main_table.status_id=1) AND (review_entity.entity_code='product') AND (main_table.entity_pk_value='1620') ORDER BY main_table.created_at DESC | 0.65ms |
| 118 | SELECT `main_table`.* FROM `rating_option_vote` AS `main_table` WHERE (`review_id` = '282') ORDER BY rating_id ASC | 0.22ms |
| 119 | SELECT `main_table`.* FROM `rating_option_vote` AS `main_table` WHERE (`review_id` = '283') ORDER BY rating_id ASC | 0.15ms |
| 120 | SELECT `main_table`.* FROM `rating_option_vote` AS `main_table` WHERE (`review_id` = '284') ORDER BY rating_id ASC | 0.16ms |
| 121 | SELECT `eav_attribute`.* FROM `eav_attribute` WHERE (`eav_attribute`.`attribute_code`='manufacturer') AND (entity_type_id = :entity_type_id) | 0.16ms |
| 122 | SELECT `eav_entity_type`.`additional_attribute_table` FROM `eav_entity_type` WHERE (entity_type_id = :entity_type_id) | 0.11ms |
| 123 | SELECT `catalog_eav_attribute`.* FROM `catalog_eav_attribute` WHERE (attribute_id = :attribute_id) | 0.14ms |
| 124 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = 1 WHERE (`main_table`.`attribute_id` = '83') AND (`main_table`.`option_id` IN('')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.21ms |
| 125 | SELECT IF(store_value.attribute_id IS NULL, default_value.attribute_id, store_value.attribute_id) AS `attribute_id`, IF(store_value.value IS NULL, default_value.value, store_value.value) AS `attr_value` FROM `catalog_category_entity` AS `e` LEFT JOIN `catalog_category_entity_varchar` AS `default_value` ON default_value.attribute_id IN (45) AND default_value.entity_id = e.entity_id AND default_value.store_id = 0 LEFT JOIN `catalog_category_entity_varchar` AS `store_value` ON store_value.attribute_id IN (45) AND store_value.entity_id = e.entity_id AND store_value.store_id = :store_id WHERE (e.entity_id = :entity_id) | 0.18ms |
| 126 | SELECT `directory_currency_rate`.`currency_to`, `directory_currency_rate`.`rate` FROM `directory_currency_rate` WHERE (currency_from = :currency_from) AND (currency_to IN('BYN', 'EUR', 'USD')) | 0.20ms |
| 127 | SELECT `main_table`.* FROM `checkout_agreement` AS `main_table` INNER JOIN `checkout_agreement_store` AS `store_table_1` ON main_table.agreement_id = store_table_1.agreement_id WHERE (store_table_1.store_id IN ('1', 0)) AND ((`is_active` = 1)) GROUP BY `main_table`.`agreement_id` | 0.46ms |
| 128 | SELECT `captcha_log`.`count` FROM `captcha_log` WHERE (type = 1) AND (value = '216.73.216.126') | 0.32ms |
| 129 | SELECT `captcha_log`.`count` FROM `captcha_log` WHERE (type = 1) AND (value = '216.73.216.126') | 0.17ms |
| 130 | SELECT `e`.*, IF(at_include_in_menu.value_id > 0, at_include_in_menu.value, at_include_in_menu_default.value) AS `include_in_menu`, 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_include_in_menu_default` ON (`at_include_in_menu_default`.`entity_id` = `e`.`entity_id`) AND (`at_include_in_menu_default`.`attribute_id` = '69') AND `at_include_in_menu_default`.`store_id` = 0 LEFT JOIN `catalog_category_entity_int` AS `at_include_in_menu` ON (`at_include_in_menu`.`entity_id` = `e`.`entity_id`) AND (`at_include_in_menu`.`attribute_id` = '69') AND (`at_include_in_menu`.`store_id` = 1) 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 (`e`.`path` LIKE '1/2/%') AND (IF(at_include_in_menu.value_id > 0, at_include_in_menu.value, at_include_in_menu_default.value) = '1') AND (IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) = '1') ORDER BY `e`.`level` ASC, `e`.`position` ASC, `e`.`parent_id` ASC, `e`.`entity_id` ASC | 1.82ms |
| 131 | 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 (3, 50, 4, 32, 5, 23, 9, 21, 49, 53, 58, 8, 6, 10, 22, 24, 33, 54, 17, 11, 25, 34, 55, 18, 12, 56, 7, 13, 26, 30, 35, 39, 14, 27, 31, 36, 40, 15, 28, 37, 16, 29, 38)) AND (t_d.attribute_id IN (45)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.53ms |
| 132 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('50')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.32ms |
| 133 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('50')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 134 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('32')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.20ms |
| 135 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('32')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 136 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('23')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.17ms |
| 137 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('23')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.18ms |
| 138 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('21')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 139 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('21')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.17ms |
| 140 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('49')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 141 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('49')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 142 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('22')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.16ms |
| 143 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('22')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.17ms |
| 144 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('24')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.33ms |
| 145 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('24')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 146 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('33')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.16ms |
| 147 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('33')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.18ms |
| 148 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('17')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.17ms |
| 149 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('17')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.18ms |
| 150 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('25')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 151 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('25')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.18ms |
| 152 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('34')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 153 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('34')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.37ms |
| 154 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('18')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.16ms |
| 155 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('18')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.17ms |
| 156 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('26')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 157 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('26')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.17ms |
| 158 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('30')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.20ms |
| 159 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('30')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.20ms |
| 160 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('35')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 161 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('35')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.17ms |
| 162 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('39')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.16ms |
| 163 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('39')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.18ms |
| 164 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('27')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.20ms |
| 165 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('27')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.18ms |
| 166 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('31')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.17ms |
| 167 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('31')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 168 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('36')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.18ms |
| 169 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('36')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.20ms |
| 170 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('40')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.15ms |
| 171 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('40')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.17ms |
| 172 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('28')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.18ms |
| 173 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('28')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.19ms |
| 174 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('37')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.18ms |
| 175 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('37')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.20ms |
| 176 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('29')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.16ms |
| 177 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('29')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.24ms |
| 178 | SELECT `url_rewrite`.* FROM `url_rewrite` WHERE (`entity_id` IN ('38')) AND (`entity_type` IN ('category')) AND (`store_id` IN (1)) AND (`redirect_type` IN (0)) | 0.21ms |
| 179 | SELECT `url_rewrite`.*, `relation`.* 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_id IN ('38')) AND (url_rewrite.entity_type IN ('category')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.redirect_type IN (0)) AND (relation.category_id IS NULL) | 0.22ms |
| 180 | SELECT `directory_currency_rate`.`currency_to`, `directory_currency_rate`.`rate` FROM `directory_currency_rate` WHERE (currency_from = :currency_from) AND (currency_to IN('BYN', 'EUR', 'USD')) | 0.19ms |
| 181 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1620)) | 0.79ms |
| 182 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1620') | 0.40ms |
| 183 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1620') ORDER BY `qty` ASC | 0.36ms |
| 184 | SELECT `eav_entity_type`.* FROM `eav_entity_type` WHERE (`eav_entity_type`.`entity_type_code`='catalog_product') | 0.19ms |
| 185 | SELECT `eav_attribute`.* FROM `eav_attribute` WHERE (`eav_attribute`.`attribute_code`='msrp') AND (entity_type_id = :entity_type_id) | 0.16ms |
| 186 | SELECT `catalog_eav_attribute`.* FROM `catalog_eav_attribute` WHERE (attribute_id = :attribute_id) | 0.15ms |
| 187 | SELECT `main_table`.* FROM `eav_attribute_option_swatch` AS `main_table` WHERE (`main_table`.`option_id` IN(209, 6, 100, 101, 210, 211, 212, 213)) | 0.37ms |
| 188 | SELECT `catalog_product_option`.`option_id`, `catalog_product_option`.`type` FROM `catalog_product_option` WHERE (product_id = 1620) | 0.22ms |
| 189 | SELECT `main_table`.* FROM `mageworx_optionfeatures_option_type_image` AS `main_table` WHERE (`option_type_id` IN(NULL)) | 0.17ms |
| 190 | SELECT `main_table`.* FROM `mageworx_dynamic_options` AS `main_table` WHERE (`product_id` = '1620') | 0.16ms |
| 191 | SELECT `main_table`.`tax_calculation_rate_id`, `main_table`.`tax_calculation_rule_id`, `main_table`.`customer_tax_class_id`, `main_table`.`product_tax_class_id`, `rule`.`priority`, `rule`.`position`, `rule`.`calculate_subtotal`, `rate`.`rate` AS `value`, `rate`.`tax_country_id`, `rate`.`tax_region_id`, `rate`.`tax_postcode`, `rate`.`tax_calculation_rate_id`, `rate`.`code`, IF(title_table.value IS NULL, rate.code, title_table.value) AS `title` FROM `tax_calculation` AS `main_table` INNER JOIN `tax_calculation_rule` AS `rule` ON `rule`.`tax_calculation_rule_id` = main_table.tax_calculation_rule_id INNER JOIN `tax_calculation_rate` AS `rate` ON rate.tax_calculation_rate_id = main_table.tax_calculation_rate_id LEFT JOIN `tax_calculation_rate_title` AS `title_table` ON rate.tax_calculation_rate_id = title_table.tax_calculation_rate_id AND title_table.store_id = '1' WHERE (customer_tax_class_id = 3) AND (product_tax_class_id IN ('2')) AND (rate.tax_country_id = 'US') AND (rate.tax_region_id IN(0, 0)) AND (rate.zip_is_range IS NULL) AND (rate.tax_postcode IS NULL OR rate.tax_postcode IN('*', '', '', '*')) ORDER BY `priority` ASC, `tax_calculation_rule_id` ASC, `tax_country_id` DESC, `tax_region_id` DESC, `tax_postcode` DESC, `value` DESC | 0.41ms |
| 192 | SELECT `main_table`.*, `language_fee_default`.*, IF(language_fee.title!='', language_fee.title, language_fee_default.title) AS `title`, IF(language_fee.description!='', language_fee.description, language_fee_default.description) AS `description`, IF(language_fee.customer_message_title!='', language_fee.customer_message_title, language_fee_default.customer_message_title) AS `customer_message_title`, IF(language_fee.date_field_title!='', language_fee.date_field_title, language_fee_default.date_field_title) AS `date_field_title` FROM `mageworx_multifees_fee` AS `main_table` LEFT JOIN `mageworx_multifees_fee_store` AS `store` ON main_table.fee_id = store.fee_id INNER JOIN `mageworx_multifees_fee_customer_group` AS `customer_group_ids` ON main_table.fee_id = customer_group_ids.fee_id AND customer_group_ids.customer_group_id = 0 LEFT JOIN `mageworx_multifees_fee_language` AS `language_fee_default` ON main_table.fee_id = language_fee_default.fee_id AND language_fee_default.store_id = 0 LEFT JOIN `mageworx_multifees_fee_language` AS `language_fee` ON main_table.fee_id = language_fee.fee_id AND language_fee.store_id = 1 WHERE (((`store`.`store_id` = 1) OR (`store`.`store_id` = '0'))) AND (`status` = '1') AND (`input_type` = 'hidden') AND (`main_table`.`type` = 4) ORDER BY `main_table`.`sort_order` ASC, sort_order DESC | 0.75ms |
| 193 | SELECT `main_table`.*, `iplqa`.`pickup_location_code`, `mageworx_dd_queue`.`delivery_day`, `mageworx_dd_queue`.`delivery_hours_from`, `mageworx_dd_queue`.`delivery_minutes_from`, `mageworx_dd_queue`.`delivery_hours_to`, `mageworx_dd_queue`.`delivery_minutes_to`, `mageworx_dd_queue`.`delivery_comment`, `mageworx_dd_queue`.`delivery_option` AS `delivery_option_id`, `mageworx_dd_queue`.`quote_address_id` FROM `quote_address` AS `main_table` LEFT JOIN `inventory_pickup_location_quote_address` AS `iplqa` ON iplqa.address_id = main_table.address_id LEFT JOIN `mageworx_dd_queue` ON `main_table`.`address_id` = `mageworx_dd_queue`.`quote_address_id` WHERE (`quote_id` IS NULL) | 0.27ms |
| 194 | SELECT `main_table`.* FROM `maxmind_country_regions` AS `main_table` | 1.56ms |
| 195 | SELECT `products`.`sku` FROM `catalog_product_entity` AS `products` WHERE (products.entity_id IN ('1620')) | 0.23ms |
| 196 | SELECT `main_table`.* FROM `inventory_source_item` AS `main_table` WHERE ((`sku` = 'WS12')) | 0.15ms |
| 197 | SELECT COUNT(*) FROM `inventory_source_item` AS `main_table` WHERE ((`sku` = 'WS12')) | 0.13ms |
| 198 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.16ms |
| 199 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1605') | 0.13ms |
| 200 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1605') | 0.12ms |
| 201 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1605') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1605') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1605') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1605') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1605') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.56ms |
| 202 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1605) | 0.16ms |
| 203 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1605') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.54ms |
| 204 | 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 = '1605') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.63ms |
| 205 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1605) | 0.16ms |
| 206 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1605) | 0.13ms |
| 207 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1605') ORDER BY `qty` ASC | 0.18ms |
| 208 | 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('1605')) | 0.20ms |
| 209 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1605) | 0.13ms |
| 210 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1605') | 0.11ms |
| 211 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.13ms |
| 212 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1606') | 0.11ms |
| 213 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1606') | 0.11ms |
| 214 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1606') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1606') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1606') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1606') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1606') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.58ms |
| 215 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1606) | 0.14ms |
| 216 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1606') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.65ms |
| 217 | 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 = '1606') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.56ms |
| 218 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1606) | 0.15ms |
| 219 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1606) | 0.14ms |
| 220 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1606') ORDER BY `qty` ASC | 0.19ms |
| 221 | 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('1606')) | 0.20ms |
| 222 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1606) | 0.27ms |
| 223 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1606') | 0.11ms |
| 224 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.12ms |
| 225 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1607') | 0.13ms |
| 226 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1607') | 0.11ms |
| 227 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1607') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1607') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1607') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1607') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1607') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.35ms |
| 228 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1607) | 0.14ms |
| 229 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1607') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.46ms |
| 230 | 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 = '1607') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.74ms |
| 231 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1607) | 0.17ms |
| 232 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1607) | 0.13ms |
| 233 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1607') ORDER BY `qty` ASC | 0.17ms |
| 234 | 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('1607')) | 0.18ms |
| 235 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1607) | 0.13ms |
| 236 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1607') | 0.32ms |
| 237 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.14ms |
| 238 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1608') | 0.31ms |
| 239 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1608') | 0.12ms |
| 240 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1608') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1608') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1608') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1608') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1608') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.35ms |
| 241 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1608) | 0.13ms |
| 242 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1608') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.44ms |
| 243 | 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 = '1608') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.54ms |
| 244 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1608) | 0.14ms |
| 245 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1608) | 0.12ms |
| 246 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1608') ORDER BY `qty` ASC | 0.19ms |
| 247 | 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('1608')) | 0.18ms |
| 248 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1608) | 0.15ms |
| 249 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1608') | 0.11ms |
| 250 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.12ms |
| 251 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1609') | 0.11ms |
| 252 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1609') | 0.13ms |
| 253 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1609') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1609') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1609') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1609') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1609') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.52ms |
| 254 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1609) | 0.15ms |
| 255 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1609') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.49ms |
| 256 | 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 = '1609') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.57ms |
| 257 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1609) | 0.15ms |
| 258 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1609) | 0.12ms |
| 259 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1609') ORDER BY `qty` ASC | 0.17ms |
| 260 | 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('1609')) | 0.19ms |
| 261 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1609) | 0.13ms |
| 262 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1609') | 0.11ms |
| 263 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.12ms |
| 264 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1610') | 0.11ms |
| 265 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1610') | 0.11ms |
| 266 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1610') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1610') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1610') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1610') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1610') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.34ms |
| 267 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1610) | 0.13ms |
| 268 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1610') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.48ms |
| 269 | 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 = '1610') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.56ms |
| 270 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1610) | 0.15ms |
| 271 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1610) | 0.14ms |
| 272 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1610') ORDER BY `qty` ASC | 0.18ms |
| 273 | 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('1610')) | 0.20ms |
| 274 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1610) | 0.13ms |
| 275 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1610') | 0.11ms |
| 276 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.13ms |
| 277 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1611') | 0.11ms |
| 278 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1611') | 0.12ms |
| 279 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1611') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1611') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1611') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1611') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1611') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.63ms |
| 280 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1611) | 0.15ms |
| 281 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1611') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.68ms |
| 282 | 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 = '1611') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.72ms |
| 283 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1611) | 0.17ms |
| 284 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1611) | 0.31ms |
| 285 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1611') ORDER BY `qty` ASC | 0.17ms |
| 286 | 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('1611')) | 0.18ms |
| 287 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1611) | 0.20ms |
| 288 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1611') | 0.12ms |
| 289 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.13ms |
| 290 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1612') | 0.12ms |
| 291 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1612') | 0.11ms |
| 292 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1612') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1612') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1612') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1612') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1612') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.33ms |
| 293 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1612) | 0.14ms |
| 294 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1612') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.49ms |
| 295 | 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 = '1612') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.57ms |
| 296 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1612) | 0.15ms |
| 297 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1612) | 0.13ms |
| 298 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1612') ORDER BY `qty` ASC | 0.17ms |
| 299 | 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('1612')) | 0.18ms |
| 300 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1612) | 0.13ms |
| 301 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1612') | 0.11ms |
| 302 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.14ms |
| 303 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1613') | 0.11ms |
| 304 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1613') | 0.11ms |
| 305 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1613') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1613') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1613') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1613') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1613') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.24ms |
| 306 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1613) | 0.14ms |
| 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1613') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.48ms |
| 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 = '1613') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.58ms |
| 309 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1613) | 0.15ms |
| 310 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1613) | 0.14ms |
| 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1613') ORDER BY `qty` ASC | 0.16ms |
| 312 | 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('1613')) | 0.18ms |
| 313 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1613) | 0.15ms |
| 314 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1613') | 0.11ms |
| 315 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.12ms |
| 316 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1614') | 0.11ms |
| 317 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1614') | 0.11ms |
| 318 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1614') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1614') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1614') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1614') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1614') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.18ms |
| 319 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1614) | 0.14ms |
| 320 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1614') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.46ms |
| 321 | 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 = '1614') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.53ms |
| 322 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1614) | 0.16ms |
| 323 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1614) | 0.13ms |
| 324 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1614') ORDER BY `qty` ASC | 0.17ms |
| 325 | 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('1614')) | 0.18ms |
| 326 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1614) | 0.13ms |
| 327 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1614') | 0.11ms |
| 328 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.15ms |
| 329 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1615') | 0.11ms |
| 330 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1615') | 0.11ms |
| 331 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1615') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1615') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1615') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1615') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1615') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.33ms |
| 332 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1615) | 0.15ms |
| 333 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1615') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.48ms |
| 334 | 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 = '1615') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.56ms |
| 335 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1615) | 0.14ms |
| 336 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1615) | 0.12ms |
| 337 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1615') ORDER BY `qty` ASC | 0.18ms |
| 338 | 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('1615')) | 0.19ms |
| 339 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1615) | 0.13ms |
| 340 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1615') | 0.13ms |
| 341 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.13ms |
| 342 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1616') | 0.11ms |
| 343 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1616') | 0.10ms |
| 344 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1616') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1616') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1616') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1616') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1616') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.49ms |
| 345 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1616) | 0.13ms |
| 346 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1616') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.46ms |
| 347 | 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 = '1616') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.52ms |
| 348 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1616) | 0.14ms |
| 349 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1616) | 0.12ms |
| 350 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1616') ORDER BY `qty` ASC | 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('1616')) | 0.35ms |
| 352 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1616) | 0.13ms |
| 353 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1616') | 0.11ms |
| 354 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.13ms |
| 355 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1617') | 0.13ms |
| 356 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1617') | 0.11ms |
| 357 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1617') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1617') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1617') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1617') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1617') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.49ms |
| 358 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1617) | 0.13ms |
| 359 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1617') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.48ms |
| 360 | 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 = '1617') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.54ms |
| 361 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1617) | 0.14ms |
| 362 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1617) | 0.12ms |
| 363 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1617') ORDER BY `qty` ASC | 0.18ms |
| 364 | 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('1617')) | 0.18ms |
| 365 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1617) | 0.15ms |
| 366 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1617') | 0.11ms |
| 367 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.12ms |
| 368 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1618') | 0.10ms |
| 369 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1618') | 0.11ms |
| 370 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1618') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1618') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1618') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1618') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1618') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.38ms |
| 371 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1618) | 0.14ms |
| 372 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1618') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.44ms |
| 373 | 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 = '1618') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.54ms |
| 374 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1618) | 0.14ms |
| 375 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1618) | 0.12ms |
| 376 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1618') ORDER BY `qty` ASC | 0.30ms |
| 377 | 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('1618')) | 0.18ms |
| 378 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1618) | 0.28ms |
| 379 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1618') | 0.33ms |
| 380 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku = :sku) | 0.13ms |
| 381 | SELECT `catalog_product_entity`.* FROM `catalog_product_entity` WHERE (entity_id ='1619') | 0.12ms |
| 382 | SELECT `t`.* FROM `catalog_product_entity` AS `t` WHERE (entity_id = '1619') | 0.31ms |
| 383 | SELECT `u`.* FROM ( ( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_text` AS `t` WHERE (entity_id = '1619') AND (attribute_id IN (76, 153, 75, 209, 85, 202, 210, 203, 146, 204, 205, 103, 216, 244, 259, 246, 260, 261, 262, 263)) 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 = '1619') AND (attribute_id IN (78, 81, 92, 123, 213, 77, 214, 98, 82)) 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 = '1619') AND (attribute_id IN (87, 104, 121, 134, 73, 84, 88, 106, 89, 100, 117, 86, 116, 135, 96, 124, 139, 142, 122, 148, 109, 110, 114, 111, 126, 127)) AND (`store_id` IN (1, 0))) UNION ALL( SELECT `t`.`value`, `t`.`attribute_id`, `t`.`store_id` FROM `catalog_product_entity_int` AS `t` WHERE (entity_id = '1619') AND (attribute_id IN (97, 133, 200, 208, 201, 130, 211, 212, 215, 91, 137, 241, 129, 132, 141, 136, 115, 144, 131, 150, 99, 125, 128, 251, 93, 252, 253, 254, 255, 256)) 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 = '1619') AND (attribute_id IN (101, 79, 102, 80, 206, 207, 94, 95)) AND (`store_id` IN (1, 0))) ) AS `u` ORDER BY `store_id` ASC | 1.72ms |
| 384 | SELECT `catalog_product_option`.`option_id` FROM `catalog_product_option` WHERE (product_id = 1619) | 0.15ms |
| 385 | 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`, IF(main_table.is_all_groups = 1, 1, IF(option_customer_group.customer_group_id IS NULL,0,1)) AS `visibility_by_customer_group_id`, IF(main_table.is_all_websites = 1, 1, IF(option_store_view.customer_store_id IS NULL,0,1)) AS `visibility_by_customer_store_id` 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 LEFT JOIN ( SELECT option_id as mageworx_customer_group_option_id, customer_group_id FROM mageworx_optionvisibility_option_customer_group) AS `option_customer_group` ON main_table.option_id = option_customer_group.mageworx_customer_group_option_id AND option_customer_group.customer_group_id = '0' LEFT JOIN ( SELECT option_id as mageworx_store_view_option_id, customer_store_id FROM mageworx_optionvisibility_option_store_view) AS `option_store_view` ON main_table.option_id = option_store_view.mageworx_store_view_option_id AND option_store_view.customer_store_id = '1' WHERE (`cpe`.`entity_id` = '1619') AND (default_option_title.store_id = 0) AND (`main_table`.`disabled` = '0') AND (`main_table`.`disabled_by_values` = '0') HAVING (visibility_by_customer_group_id) AND (visibility_by_customer_store_id) ORDER BY sort_order ASC, `title` ASC | 0.47ms |
| 386 | 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 = '1619') ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC | 0.56ms |
| 387 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1619) | 0.14ms |
| 388 | SELECT `catalog_product_website`.`website_id` FROM `catalog_product_website` WHERE (product_id = 1619) | 0.14ms |
| 389 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1619') ORDER BY `qty` ASC | 0.16ms |
| 390 | 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('1619')) | 0.18ms |
| 391 | SELECT `catalog_category_product`.`category_id`, `catalog_category_product`.`position` FROM `catalog_category_product` WHERE (product_id = 1619) | 0.13ms |
| 392 | SELECT `main_table`.* FROM `mageworx_optionbase_product_attributes` AS `main_table` WHERE (`product_id` = '1619') | 0.11ms |
| 393 | SELECT `catalog_product_option`.`option_id`, `catalog_product_option`.`type` FROM `catalog_product_option` WHERE (product_id = 1620) | 0.15ms |
| 394 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '215') AND (`main_table`.`option_id` IN('8')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.22ms |
| 395 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '244') AND (`main_table`.`option_id` IN('')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.19ms |
| 396 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '259') AND (`main_table`.`option_id` IN('178')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.21ms |
| 397 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '246') AND (`main_table`.`option_id` IN('188', '196', '193')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.28ms |
| 398 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '260') AND (`main_table`.`option_id` IN('')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.18ms |
| 399 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '261') AND (`main_table`.`option_id` IN('')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.19ms |
| 400 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '262') AND (`main_table`.`option_id` IN('239')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.17ms |
| 401 | SELECT `main_table`.*, `tdv`.`value` AS `default_value`, `tsv`.`value` AS `store_default_value`, IF(tsv.value_id > 0, tsv.value, tdv.value) AS `value` FROM `eav_attribute_option` AS `main_table` INNER JOIN `eav_attribute_option_value` AS `tdv` ON tdv.option_id = main_table.option_id LEFT JOIN `eav_attribute_option_value` AS `tsv` ON tsv.option_id = main_table.option_id AND tsv.store_id = '1' WHERE (`main_table`.`attribute_id` = '263') AND (`main_table`.`option_id` IN('247', '251')) AND (tdv.store_id = 0) ORDER BY main_table.sort_order ASC, `value` ASC | 0.26ms |
| 402 | SELECT DISTINCT `main_table`.*, `rating_entity`.`entity_code`, IFNULL(title.value, main_table.rating_code) AS `rating_code` FROM `rating` AS `main_table` INNER JOIN `rating_entity` ON main_table.entity_id=rating_entity.entity_id LEFT JOIN `rating_title` AS `title` ON main_table.rating_id=title.rating_id AND title.store_id = 1 INNER JOIN `rating_store` AS `store` ON main_table.rating_id = store.rating_id WHERE (store.store_id IN('1')) AND (main_table.is_active='1') AND (rating_entity.entity_code='product') ORDER BY main_table.position ASC | 0.33ms |
| 403 | SELECT `main_table`.* FROM `rating_option` AS `main_table` WHERE (rating_id IN('4')) ORDER BY main_table.position ASC | 0.31ms |
| 404 | SELECT DISTINCT `main_table`.*, `rating_entity`.`entity_code`, IFNULL(title.value, main_table.rating_code) AS `rating_code` FROM `rating` AS `main_table` INNER JOIN `rating_entity` ON main_table.entity_id=rating_entity.entity_id LEFT JOIN `rating_title` AS `title` ON main_table.rating_id=title.rating_id AND title.store_id = 1 INNER JOIN `rating_store` AS `store` ON main_table.rating_id = store.rating_id WHERE (store.store_id IN('1')) AND (main_table.is_active='1') AND (rating_entity.entity_code='product') ORDER BY main_table.position ASC | 0.27ms |
| 405 | SELECT `main_table`.* FROM `rating_option` AS `main_table` WHERE (rating_id IN('4')) ORDER BY main_table.position ASC | 0.19ms |
| 406 | SELECT DISTINCT COUNT(*) FROM `rating` AS `main_table` INNER JOIN `rating_entity` ON main_table.entity_id=rating_entity.entity_id LEFT JOIN `rating_title` AS `title` ON main_table.rating_id=title.rating_id AND title.store_id = 1 INNER JOIN `rating_store` AS `store` ON main_table.rating_id = store.rating_id WHERE (store.store_id IN('1')) AND (main_table.is_active='1') AND (rating_entity.entity_code='product') | 0.20ms |
| 407 | SELECT DISTINCT `main_table`.*, `rating_entity`.`entity_code`, IFNULL(title.value, main_table.rating_code) AS `rating_code` FROM `rating` AS `main_table` INNER JOIN `rating_entity` ON main_table.entity_id=rating_entity.entity_id LEFT JOIN `rating_title` AS `title` ON main_table.rating_id=title.rating_id AND title.store_id = 1 INNER JOIN `rating_store` AS `store` ON main_table.rating_id = store.rating_id WHERE (store.store_id IN('1')) AND (main_table.is_active='1') AND (rating_entity.entity_code='product') ORDER BY main_table.position ASC | 0.24ms |
| 408 | SELECT `main_table`.* FROM `rating_option` AS `main_table` WHERE (rating_id IN('4')) ORDER BY main_table.position ASC | 0.15ms |
| 409 | SELECT `mageworx_faq_entity_link`.* FROM `mageworx_faq_entity_link` WHERE (entity_type = 'product') AND (entity_id = 1620) AND (entity_identifier = '') AND (store_id = 1) ORDER BY `sort_order` ASC, `link_id` ASC | 0.23ms |
| 410 | SELECT `mageworx_faq_entity_link`.* FROM `mageworx_faq_entity_link` WHERE (entity_type = 'product') AND (entity_id = 1620) AND (entity_identifier = '') AND (store_id = 0) ORDER BY `sort_order` ASC, `link_id` ASC | 0.20ms |
| 411 | SELECT `main_table`.*, `section_table`.`section_id` AS `attachment_section_id`, `section_table`.`is_active` AS `is_section_active`, IF(attachment_locale.name!='', attachment_locale.name, attachment_locale_default.name) AS `name`, IF(attachment_locale.description!='', attachment_locale.description, attachment_locale_default.description) AS `description`, IF(section_locale.name!='', section_locale.name, section_locale_default.name) AS `section_name`, IF(section_locale.description!='', section_locale.description, section_locale_default.description) AS `section_description` FROM `mageworx_downloads_attachment` AS `main_table` LEFT JOIN `mageworx_downloads_section` AS `section_table` ON main_table.section_id = section_table.section_id LEFT JOIN `mageworx_downloads_attachment_locale` AS `attachment_locale_default` ON main_table.attachment_id = attachment_locale_default.attachment_id AND attachment_locale_default.store_id = 0 LEFT JOIN `mageworx_downloads_attachment_locale` AS `attachment_locale` ON main_table.attachment_id = attachment_locale.attachment_id AND attachment_locale.store_id = 1 LEFT JOIN `mageworx_downloads_section_locale` AS `section_locale_default` ON main_table.section_id = section_locale_default.section_id AND section_locale_default.store_id = 0 LEFT JOIN `mageworx_downloads_section_locale` AS `section_locale` ON main_table.section_id = section_locale.section_id AND section_locale.store_id = 1 LEFT JOIN `mageworx_downloads_attachment_customer_group` AS `customer_group_relation_table` ON main_table.attachment_id = customer_group_relation_table.attachment_id LEFT JOIN `mageworx_downloads_product_relation` AS `product_relation_table` ON main_table.attachment_id = product_relation_table.attachment_id INNER JOIN `mageworx_downloads_attachment_store` AS `store_table` ON main_table.attachment_id = store_table.attachment_id WHERE (main_table.is_active = 1) AND (`section_table`.`is_active` = '1') AND (main_table.downloads <= main_table.downloads_limit OR main_table.downloads_limit = 0) AND (customer_group_relation_table.customer_group_id = 0) AND (product_relation_table.product_id IN(1620)) AND (store_table.store_id IN('1', 0)) GROUP BY `main_table`.`attachment_id` ORDER BY `name` asc | 1.02ms |
| 412 | SELECT `catalog_product_link_attribute`.`product_link_attribute_id` AS `id`, `catalog_product_link_attribute`.`product_link_attribute_code` AS `code`, `catalog_product_link_attribute`.`data_type` AS `type` FROM `catalog_product_link_attribute` WHERE (link_type_id = 1) | 0.20ms |
| 413 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `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`, `cat_index`.`position` AS `cat_index_position`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy`, `links`.`link_id`, `links`.`product_id` AS `_linked_to_product_id`, `link_attribute_position_int`.`value` AS `position` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id 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 `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=2 LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` INNER JOIN `catalog_product_link` AS `links` ON links.linked_product_id = e.entity_id AND links.link_type_id = 1 LEFT JOIN `catalog_product_link_attribute_int` AS `link_attribute_position_int` ON link_attribute_position_int.link_id = links.link_id AND link_attribute_position_int.product_link_attribute_id = '1' INNER JOIN `catalog_product_entity` AS `product_entity_table` ON links.product_id = product_entity_table.entity_id WHERE (stock_status_index.stock_status = 1) AND (links.product_id in (1620)) AND (`e`.`entity_id` != '1620') ORDER BY `position` ASC | 0.97ms |
| 414 | SELECT `url_rewrite`.*, `relation`.* 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 (NULL)) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.is_autogenerated IN (1)) AND (relation.category_id IS NULL) | 0.16ms |
| 415 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id 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 `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=2 INNER JOIN `catalog_product_link` AS `links` ON links.linked_product_id = e.entity_id AND links.link_type_id = 1 INNER JOIN `catalog_product_entity` AS `product_entity_table` ON links.product_id = product_entity_table.entity_id WHERE (stock_status_index.stock_status = 1) AND (links.product_id in (1620)) AND (`e`.`entity_id` != '1620') | 0.31ms |
| 416 | SELECT `catalog_product_link_attribute`.`product_link_attribute_id` AS `id`, `catalog_product_link_attribute`.`product_link_attribute_code` AS `code`, `catalog_product_link_attribute`.`data_type` AS `type` FROM `catalog_product_link_attribute` WHERE (link_type_id = 4) | 0.17ms |
| 417 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `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`, `cat_index`.`position` AS `cat_index_position`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy`, `links`.`link_id`, `links`.`product_id` AS `_linked_to_product_id`, `link_attribute_position_int`.`value` AS `position` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id 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 `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=2 LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` INNER JOIN `catalog_product_link` AS `links` ON links.linked_product_id = e.entity_id AND links.link_type_id = 4 LEFT JOIN `catalog_product_link_attribute_int` AS `link_attribute_position_int` ON link_attribute_position_int.link_id = links.link_id AND link_attribute_position_int.product_link_attribute_id = '2' INNER JOIN `catalog_product_entity` AS `product_entity_table` ON links.product_id = product_entity_table.entity_id WHERE (stock_status_index.stock_status = 1) AND (links.product_id in (1620)) AND (`e`.`entity_id` != '1620') ORDER BY `position` ASC | 1.09ms |
| 418 | 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 (1636, 1476, 1492, 1508, 1652, 1524, 1540, 1556, 1572, 1588, 1604)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241)) 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_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 (1636, 1476, 1492, 1508, 1652, 1524, 1540, 1556, 1572, 1588, 1604)) AND (t_d.attribute_id IN (73, 87, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1636, 1476, 1492, 1508, 1652, 1524, 1540, 1556, 1572, 1588, 1604)) 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 (1636, 1476, 1492, 1508, 1652, 1524, 1540, 1556, 1572, 1588, 1604)) AND (t_d.attribute_id IN (78, 123)) 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 (1636, 1476, 1492, 1508, 1652, 1524, 1540, 1556, 1572, 1588, 1604)) AND (t_d.attribute_id IN (79, 80, 94, 95)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.39ms |
| 419 | SELECT `url_rewrite`.*, `relation`.* 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 ('1636', '1476', '1492', '1508', '1652', '1524', '1540', '1556', '1572', '1588', '1604')) AND (url_rewrite.store_id IN (1)) AND (url_rewrite.is_autogenerated IN (1)) AND (relation.category_id IS NULL) | 0.30ms |
| 420 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1636', '1476', '1492', '1508', '1652', '1524', '1540', '1556', '1572', '1588', '1604')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.36ms |
| 421 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 422 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 423 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 424 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 425 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.33ms |
| 426 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.32ms |
| 427 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 428 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 429 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 430 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.33ms |
| 431 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.23ms |
| 432 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `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`, `cat_index`.`position` AS `cat_index_position`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy`, `links`.`link_id`, `links`.`product_id` AS `_linked_to_product_id`, `link_attribute_position_int`.`value` AS `position` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id 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 `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=2 LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` INNER JOIN `catalog_product_link` AS `links` ON links.linked_product_id = e.entity_id AND links.link_type_id = 4 LEFT JOIN `catalog_product_link_attribute_int` AS `link_attribute_position_int` ON link_attribute_position_int.link_id = links.link_id AND link_attribute_position_int.product_link_attribute_id = '2' INNER JOIN `catalog_product_entity` AS `product_entity_table` ON links.product_id = product_entity_table.entity_id WHERE (stock_status_index.stock_status = 1) AND (links.product_id in (1620)) AND (`e`.`entity_id` != '1620') ORDER BY `position` ASC | 0.93ms |
| 433 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1636)) | 0.53ms |
| 434 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1636) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.82ms |
| 435 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1623')) AND (stock_status_index.stock_status = 1) | 0.40ms |
| 436 | 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 (1623)) AND (t_d.attribute_id IN (77, 78)) 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 (1623)) AND (t_d.attribute_id IN (79, 80)) 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 (1623)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.51ms |
| 437 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1623')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.23ms |
| 438 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.35ms |
| 439 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1623')) AND (stock_status_index.stock_status = 1) | 0.23ms |
| 440 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1623') ORDER BY `qty` ASC | 0.18ms |
| 441 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1623')) | 0.12ms |
| 442 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1623) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1623')) | 0.20ms |
| 443 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1636'))))) ORDER BY position ASC | 0.16ms |
| 444 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (216, 217)) AND (def.store_id = 0) | 0.22ms |
| 445 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1636) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.58ms |
| 446 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1636) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.48ms |
| 447 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1636') | 0.26ms |
| 448 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1636)) | 0.27ms |
| 449 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1636)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1636)) | 0.53ms |
| 450 | 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 (1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635)) AND (t_d.attribute_id IN (80, 79, 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_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 (1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.72ms |
| 451 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1621', '1622', '1623', '1624', '1625', '1626', '1627', '1628', '1629', '1630', '1631', '1632', '1633', '1634', '1635')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.37ms |
| 452 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 453 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 454 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 455 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 456 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.27ms |
| 457 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 458 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 459 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 460 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 461 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 462 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 463 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.13ms |
| 464 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 465 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 466 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1636)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1636)) AND (link_table.parent_id in (1636)) | 0.42ms |
| 467 | 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 IN (1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635)) | 0.46ms |
| 468 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1621', '1622', '1623', '1624', '1625', '1626', '1627', '1628', '1629', '1630', '1631', '1632', '1633', '1634', '1635')) ORDER BY `qty` ASC | 0.21ms |
| 469 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS01-XS-Black', 'WS01-XS-Green', 'WS01-XS-Yellow', 'WS01-S-Black', 'WS01-S-Green', 'WS01-S-Yellow', 'WS01-M-Black', 'WS01-M-Green', 'WS01-M-Yellow', 'WS01-L-Black', 'WS01-L-Green', 'WS01-L-Yellow', 'WS01-XL-Black', 'WS01-XL-Green', 'WS01-XL-Yellow')) | 0.23ms |
| 470 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS01-XS-Black', 'WS01-XS-Green', 'WS01-XS-Yellow', 'WS01-S-Black', 'WS01-S-Green', 'WS01-S-Yellow', 'WS01-M-Black', 'WS01-M-Green', 'WS01-M-Yellow', 'WS01-L-Black', 'WS01-L-Green', 'WS01-L-Yellow', 'WS01-XL-Black', 'WS01-XL-Green', 'WS01-XL-Yellow')) | 0.27ms |
| 471 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1636') ORDER BY `qty` ASC | 0.21ms |
| 472 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1476)) | 0.58ms |
| 473 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1476) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.71ms |
| 474 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1463')) AND (stock_status_index.stock_status = 1) | 0.23ms |
| 475 | 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 (1463)) AND (t_d.attribute_id IN (77, 78)) 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 (1463)) AND (t_d.attribute_id IN (79, 80)) 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 (1463)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.56ms |
| 476 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1463')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.25ms |
| 477 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 478 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1463')) AND (stock_status_index.stock_status = 1) | 0.22ms |
| 479 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1463') ORDER BY `qty` ASC | 0.17ms |
| 480 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1463')) | 0.11ms |
| 481 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1463) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1463')) | 0.19ms |
| 482 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1476'))))) ORDER BY position ASC | 0.15ms |
| 483 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (196, 197)) AND (def.store_id = 0) | 0.38ms |
| 484 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1476) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.69ms |
| 485 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1476) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.49ms |
| 486 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1476') | 0.29ms |
| 487 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1476)) | 0.28ms |
| 488 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1476)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1476)) | 0.47ms |
| 489 | 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 (1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475)) AND (t_d.attribute_id IN (80, 79, 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_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 (1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.87ms |
| 490 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1461', '1462', '1463', '1464', '1465', '1466', '1467', '1468', '1469', '1470', '1471', '1472', '1473', '1474', '1475')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.62ms |
| 491 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 492 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 493 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 494 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 495 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 496 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 497 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 498 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 499 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 500 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 501 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 502 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.34ms |
| 503 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 504 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 505 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1476)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1476)) AND (link_table.parent_id in (1476)) | 0.45ms |
| 506 | 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 IN (1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475)) | 0.39ms |
| 507 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1461', '1462', '1463', '1464', '1465', '1466', '1467', '1468', '1469', '1470', '1471', '1472', '1473', '1474', '1475')) ORDER BY `qty` ASC | 0.20ms |
| 508 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS02-XS-Blue', 'WS02-XS-Green', 'WS02-XS-Red', 'WS02-S-Blue', 'WS02-S-Green', 'WS02-S-Red', 'WS02-M-Blue', 'WS02-M-Green', 'WS02-M-Red', 'WS02-L-Blue', 'WS02-L-Green', 'WS02-L-Red', 'WS02-XL-Blue', 'WS02-XL-Green', 'WS02-XL-Red')) | 0.49ms |
| 509 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS02-XS-Blue', 'WS02-XS-Green', 'WS02-XS-Red', 'WS02-S-Blue', 'WS02-S-Green', 'WS02-S-Red', 'WS02-M-Blue', 'WS02-M-Green', 'WS02-M-Red', 'WS02-L-Blue', 'WS02-L-Green', 'WS02-L-Red', 'WS02-XL-Blue', 'WS02-XL-Green', 'WS02-XL-Red')) | 0.26ms |
| 510 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1476') ORDER BY `qty` ASC | 0.48ms |
| 511 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1492)) | 0.66ms |
| 512 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1492) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.85ms |
| 513 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1479')) AND (stock_status_index.stock_status = 1) | 0.25ms |
| 514 | 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 (1479)) AND (t_d.attribute_id IN (77, 78)) 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 (1479)) AND (t_d.attribute_id IN (79, 80)) 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 (1479)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.54ms |
| 515 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1479')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.24ms |
| 516 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 517 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1479')) AND (stock_status_index.stock_status = 1) | 0.21ms |
| 518 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1479') ORDER BY `qty` ASC | 0.20ms |
| 519 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1479')) | 0.12ms |
| 520 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1479) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1479')) | 0.21ms |
| 521 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1492'))))) ORDER BY position ASC | 0.18ms |
| 522 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (198, 199)) AND (def.store_id = 0) | 0.21ms |
| 523 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1492) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.63ms |
| 524 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1492) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.43ms |
| 525 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1492') | 0.26ms |
| 526 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1492)) | 0.37ms |
| 527 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1492)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1492)) | 0.66ms |
| 528 | 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 (1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491)) AND (t_d.attribute_id IN (80, 79, 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_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 (1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 2.14ms |
| 529 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1477', '1478', '1479', '1480', '1481', '1482', '1483', '1484', '1485', '1486', '1487', '1488', '1489', '1490', '1491')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.54ms |
| 530 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 531 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 532 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 533 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 534 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 535 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 536 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 537 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 538 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 539 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 540 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 541 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.27ms |
| 542 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.33ms |
| 543 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 544 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1492)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1492)) AND (link_table.parent_id in (1492)) | 0.44ms |
| 545 | 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 IN (1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491)) | 0.57ms |
| 546 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1477', '1478', '1479', '1480', '1481', '1482', '1483', '1484', '1485', '1486', '1487', '1488', '1489', '1490', '1491')) ORDER BY `qty` ASC | 0.21ms |
| 547 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS03-XS-Blue', 'WS03-XS-Green', 'WS03-XS-Red', 'WS03-S-Blue', 'WS03-S-Green', 'WS03-S-Red', 'WS03-M-Blue', 'WS03-M-Green', 'WS03-M-Red', 'WS03-L-Blue', 'WS03-L-Green', 'WS03-L-Red', 'WS03-XL-Blue', 'WS03-XL-Green', 'WS03-XL-Red')) | 0.23ms |
| 548 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS03-XS-Blue', 'WS03-XS-Green', 'WS03-XS-Red', 'WS03-S-Blue', 'WS03-S-Green', 'WS03-S-Red', 'WS03-M-Blue', 'WS03-M-Green', 'WS03-M-Red', 'WS03-L-Blue', 'WS03-L-Green', 'WS03-L-Red', 'WS03-XL-Blue', 'WS03-XL-Green', 'WS03-XL-Red')) | 0.25ms |
| 549 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1492') ORDER BY `qty` ASC | 0.48ms |
| 550 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1508)) | 0.65ms |
| 551 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1508) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.70ms |
| 552 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1495')) AND (stock_status_index.stock_status = 1) | 0.23ms |
| 553 | 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 (1495)) AND (t_d.attribute_id IN (77, 78)) 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 (1495)) AND (t_d.attribute_id IN (79, 80)) 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 (1495)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.57ms |
| 554 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1495')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.25ms |
| 555 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 556 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1495')) AND (stock_status_index.stock_status = 1) | 0.23ms |
| 557 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1495') ORDER BY `qty` ASC | 0.21ms |
| 558 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1495')) | 0.12ms |
| 559 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1495) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1495')) | 0.47ms |
| 560 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1508'))))) ORDER BY position ASC | 0.17ms |
| 561 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (200, 201)) AND (def.store_id = 0) | 0.22ms |
| 562 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1508) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.53ms |
| 563 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1508) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.51ms |
| 564 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1508') | 0.27ms |
| 565 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1508)) | 0.28ms |
| 566 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1508)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1508)) | 0.45ms |
| 567 | 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 (1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507)) AND (t_d.attribute_id IN (80, 79, 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_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 (1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.82ms |
| 568 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1493', '1494', '1495', '1496', '1497', '1498', '1499', '1500', '1501', '1502', '1503', '1504', '1505', '1506', '1507')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.34ms |
| 569 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 570 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 571 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.29ms |
| 572 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.23ms |
| 573 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 574 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 575 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 576 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 577 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 578 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.33ms |
| 579 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 580 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 581 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 582 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 583 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1508)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1508)) AND (link_table.parent_id in (1508)) | 0.45ms |
| 584 | 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 IN (1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507)) | 0.40ms |
| 585 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1493', '1494', '1495', '1496', '1497', '1498', '1499', '1500', '1501', '1502', '1503', '1504', '1505', '1506', '1507')) ORDER BY `qty` ASC | 0.20ms |
| 586 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS04-XS-Blue', 'WS04-XS-Green', 'WS04-XS-Red', 'WS04-S-Blue', 'WS04-S-Green', 'WS04-S-Red', 'WS04-M-Blue', 'WS04-M-Green', 'WS04-M-Red', 'WS04-L-Blue', 'WS04-L-Green', 'WS04-L-Red', 'WS04-XL-Blue', 'WS04-XL-Green', 'WS04-XL-Red')) | 0.22ms |
| 587 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS04-XS-Blue', 'WS04-XS-Green', 'WS04-XS-Red', 'WS04-S-Blue', 'WS04-S-Green', 'WS04-S-Red', 'WS04-M-Blue', 'WS04-M-Green', 'WS04-M-Red', 'WS04-L-Blue', 'WS04-L-Green', 'WS04-L-Red', 'WS04-XL-Blue', 'WS04-XL-Green', 'WS04-XL-Red')) | 0.29ms |
| 588 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1508') ORDER BY `qty` ASC | 0.27ms |
| 589 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1652)) | 0.56ms |
| 590 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1652) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.68ms |
| 591 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1639')) AND (stock_status_index.stock_status = 1) | 0.25ms |
| 592 | 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 (1639)) AND (t_d.attribute_id IN (77, 78)) 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 (1639)) AND (t_d.attribute_id IN (79, 80)) 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 (1639)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.55ms |
| 593 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1639')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.24ms |
| 594 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 595 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1639')) AND (stock_status_index.stock_status = 1) | 0.22ms |
| 596 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1639') ORDER BY `qty` ASC | 0.35ms |
| 597 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1639')) | 0.11ms |
| 598 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1639) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1639')) | 0.38ms |
| 599 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1652'))))) ORDER BY position ASC | 0.16ms |
| 600 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (218, 219)) AND (def.store_id = 0) | 0.38ms |
| 601 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1652) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.67ms |
| 602 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1652) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.44ms |
| 603 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1652') | 0.28ms |
| 604 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1652)) | 0.30ms |
| 605 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1652)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1652)) | 0.45ms |
| 606 | 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 (1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651)) AND (t_d.attribute_id IN (80, 79, 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_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 (1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.80ms |
| 607 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1637', '1638', '1639', '1640', '1641', '1642', '1643', '1644', '1645', '1646', '1647', '1648', '1649', '1650', '1651')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.37ms |
| 608 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 609 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.39ms |
| 610 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 611 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 612 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 613 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 614 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 615 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.29ms |
| 616 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.31ms |
| 617 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.22ms |
| 618 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 619 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 620 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 621 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 622 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1652)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1652)) AND (link_table.parent_id in (1652)) | 0.64ms |
| 623 | 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 IN (1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651)) | 0.67ms |
| 624 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1637', '1638', '1639', '1640', '1641', '1642', '1643', '1644', '1645', '1646', '1647', '1648', '1649', '1650', '1651')) ORDER BY `qty` ASC | 0.21ms |
| 625 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS05-XS-Black', 'WS05-XS-Orange', 'WS05-XS-Yellow', 'WS05-S-Black', 'WS05-S-Orange', 'WS05-S-Yellow', 'WS05-M-Black', 'WS05-M-Orange', 'WS05-M-Yellow', 'WS05-L-Black', 'WS05-L-Orange', 'WS05-L-Yellow', 'WS05-XL-Black', 'WS05-XL-Orange', 'WS05-XL-Yellow')) | 0.42ms |
| 626 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS05-XS-Black', 'WS05-XS-Orange', 'WS05-XS-Yellow', 'WS05-S-Black', 'WS05-S-Orange', 'WS05-S-Yellow', 'WS05-M-Black', 'WS05-M-Orange', 'WS05-M-Yellow', 'WS05-L-Black', 'WS05-L-Orange', 'WS05-L-Yellow', 'WS05-XL-Black', 'WS05-XL-Orange', 'WS05-XL-Yellow')) | 0.46ms |
| 627 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1652') ORDER BY `qty` ASC | 0.49ms |
| 628 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1524)) | 0.72ms |
| 629 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1524) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.74ms |
| 630 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1511')) AND (stock_status_index.stock_status = 1) | 0.25ms |
| 631 | 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 (1511)) AND (t_d.attribute_id IN (77, 78)) 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 (1511)) AND (t_d.attribute_id IN (79, 80)) 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 (1511)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.59ms |
| 632 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1511')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.26ms |
| 633 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 634 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1511')) AND (stock_status_index.stock_status = 1) | 0.22ms |
| 635 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1511') ORDER BY `qty` ASC | 0.21ms |
| 636 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1511')) | 0.13ms |
| 637 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1511) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1511')) | 0.25ms |
| 638 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1524'))))) ORDER BY position ASC | 0.17ms |
| 639 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (202, 203)) AND (def.store_id = 0) | 0.23ms |
| 640 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1524) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.51ms |
| 641 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1524) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.47ms |
| 642 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1524') | 0.28ms |
| 643 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1524)) | 0.30ms |
| 644 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1524)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1524)) | 0.46ms |
| 645 | 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 (1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523)) AND (t_d.attribute_id IN (80, 79, 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_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 (1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.88ms |
| 646 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1509', '1510', '1511', '1512', '1513', '1514', '1515', '1516', '1517', '1518', '1519', '1520', '1521', '1522', '1523')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.38ms |
| 647 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 648 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 649 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 650 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 651 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 652 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 653 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 654 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.37ms |
| 655 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 656 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 657 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 658 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 659 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 660 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 661 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1524)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1524)) AND (link_table.parent_id in (1524)) | 0.52ms |
| 662 | 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 IN (1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523)) | 0.45ms |
| 663 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1509', '1510', '1511', '1512', '1513', '1514', '1515', '1516', '1517', '1518', '1519', '1520', '1521', '1522', '1523')) ORDER BY `qty` ASC | 0.23ms |
| 664 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS06-XS-Gray', 'WS06-XS-Purple', 'WS06-XS-Red', 'WS06-S-Gray', 'WS06-S-Purple', 'WS06-S-Red', 'WS06-M-Gray', 'WS06-M-Purple', 'WS06-M-Red', 'WS06-L-Gray', 'WS06-L-Purple', 'WS06-L-Red', 'WS06-XL-Gray', 'WS06-XL-Purple', 'WS06-XL-Red')) | 0.23ms |
| 665 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS06-XS-Gray', 'WS06-XS-Purple', 'WS06-XS-Red', 'WS06-S-Gray', 'WS06-S-Purple', 'WS06-S-Red', 'WS06-M-Gray', 'WS06-M-Purple', 'WS06-M-Red', 'WS06-L-Gray', 'WS06-L-Purple', 'WS06-L-Red', 'WS06-XL-Gray', 'WS06-XL-Purple', 'WS06-XL-Red')) | 0.28ms |
| 666 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1524') ORDER BY `qty` ASC | 0.30ms |
| 667 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1540)) | 0.67ms |
| 668 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1540) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.73ms |
| 669 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1527')) AND (stock_status_index.stock_status = 1) | 0.24ms |
| 670 | 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 (1527)) AND (t_d.attribute_id IN (77, 78)) 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 (1527)) AND (t_d.attribute_id IN (79, 80)) 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 (1527)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.60ms |
| 671 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1527')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.26ms |
| 672 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 673 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1527')) AND (stock_status_index.stock_status = 1) | 0.22ms |
| 674 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1527') ORDER BY `qty` ASC | 0.22ms |
| 675 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1527')) | 0.13ms |
| 676 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1527) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1527')) | 0.22ms |
| 677 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1540'))))) ORDER BY position ASC | 0.19ms |
| 678 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (204, 205)) AND (def.store_id = 0) | 0.22ms |
| 679 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1540) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.53ms |
| 680 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1540) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.48ms |
| 681 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1540') | 0.27ms |
| 682 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1540)) | 0.28ms |
| 683 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1540)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1540)) | 0.50ms |
| 684 | 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 (1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539)) AND (t_d.attribute_id IN (80, 79, 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_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 (1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.87ms |
| 685 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1525', '1526', '1527', '1528', '1529', '1530', '1531', '1532', '1533', '1534', '1535', '1536', '1537', '1538', '1539')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.38ms |
| 686 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.22ms |
| 687 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 688 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 689 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.37ms |
| 690 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 691 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 692 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 693 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 694 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 695 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 696 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 697 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 698 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 699 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 700 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1540)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1540)) AND (link_table.parent_id in (1540)) | 0.74ms |
| 701 | 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 IN (1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539)) | 0.62ms |
| 702 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1525', '1526', '1527', '1528', '1529', '1530', '1531', '1532', '1533', '1534', '1535', '1536', '1537', '1538', '1539')) ORDER BY `qty` ASC | 0.22ms |
| 703 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS07-XS-Black', 'WS07-XS-White', 'WS07-XS-Yellow', 'WS07-S-Black', 'WS07-S-White', 'WS07-S-Yellow', 'WS07-M-Black', 'WS07-M-White', 'WS07-M-Yellow', 'WS07-L-Black', 'WS07-L-White', 'WS07-L-Yellow', 'WS07-XL-Black', 'WS07-XL-White', 'WS07-XL-Yellow')) | 0.46ms |
| 704 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS07-XS-Black', 'WS07-XS-White', 'WS07-XS-Yellow', 'WS07-S-Black', 'WS07-S-White', 'WS07-S-Yellow', 'WS07-M-Black', 'WS07-M-White', 'WS07-M-Yellow', 'WS07-L-Black', 'WS07-L-White', 'WS07-L-Yellow', 'WS07-XL-Black', 'WS07-XL-White', 'WS07-XL-Yellow')) | 0.32ms |
| 705 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1540') ORDER BY `qty` ASC | 0.39ms |
| 706 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1556)) | 0.69ms |
| 707 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1556) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.75ms |
| 708 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1543')) AND (stock_status_index.stock_status = 1) | 0.40ms |
| 709 | 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 (1543)) AND (t_d.attribute_id IN (77, 78)) 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 (1543)) AND (t_d.attribute_id IN (79, 80)) 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 (1543)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.72ms |
| 710 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1543')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.26ms |
| 711 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 712 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1543')) AND (stock_status_index.stock_status = 1) | 0.23ms |
| 713 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1543') ORDER BY `qty` ASC | 0.19ms |
| 714 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1543')) | 0.13ms |
| 715 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1543) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1543')) | 0.24ms |
| 716 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1556'))))) ORDER BY position ASC | 0.17ms |
| 717 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (206, 207)) AND (def.store_id = 0) | 0.24ms |
| 718 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1556) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.56ms |
| 719 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1556) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.48ms |
| 720 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1556') | 0.28ms |
| 721 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1556)) | 0.28ms |
| 722 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1556)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1556)) | 0.46ms |
| 723 | 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 (1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555)) AND (t_d.attribute_id IN (80, 79, 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_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 (1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 2.22ms |
| 724 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1541', '1542', '1543', '1544', '1545', '1546', '1547', '1548', '1549', '1550', '1551', '1552', '1553', '1554', '1555')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.41ms |
| 725 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 726 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 727 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 728 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 729 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 730 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 731 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 732 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 733 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 734 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 735 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 736 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 737 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.29ms |
| 738 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 739 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1556)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1556)) AND (link_table.parent_id in (1556)) | 0.69ms |
| 740 | 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 IN (1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555)) | 0.46ms |
| 741 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1541', '1542', '1543', '1544', '1545', '1546', '1547', '1548', '1549', '1550', '1551', '1552', '1553', '1554', '1555')) ORDER BY `qty` ASC | 0.23ms |
| 742 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS08-XS-Black', 'WS08-XS-Blue', 'WS08-XS-Red', 'WS08-S-Black', 'WS08-S-Blue', 'WS08-S-Red', 'WS08-M-Black', 'WS08-M-Blue', 'WS08-M-Red', 'WS08-L-Black', 'WS08-L-Blue', 'WS08-L-Red', 'WS08-XL-Black', 'WS08-XL-Blue', 'WS08-XL-Red')) | 0.24ms |
| 743 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS08-XS-Black', 'WS08-XS-Blue', 'WS08-XS-Red', 'WS08-S-Black', 'WS08-S-Blue', 'WS08-S-Red', 'WS08-M-Black', 'WS08-M-Blue', 'WS08-M-Red', 'WS08-L-Black', 'WS08-L-Blue', 'WS08-L-Red', 'WS08-XL-Black', 'WS08-XL-Blue', 'WS08-XL-Red')) | 0.33ms |
| 744 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1556') ORDER BY `qty` ASC | 0.33ms |
| 745 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1572)) | 0.78ms |
| 746 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1572) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.88ms |
| 747 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1559')) AND (stock_status_index.stock_status = 1) | 0.24ms |
| 748 | 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 (1559)) AND (t_d.attribute_id IN (77, 78)) 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 (1559)) AND (t_d.attribute_id IN (79, 80)) 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 (1559)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.75ms |
| 749 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1559')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.45ms |
| 750 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 751 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1559')) AND (stock_status_index.stock_status = 1) | 0.23ms |
| 752 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1559') ORDER BY `qty` ASC | 0.20ms |
| 753 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1559')) | 0.14ms |
| 754 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1559) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1559')) | 0.21ms |
| 755 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1572'))))) ORDER BY position ASC | 0.16ms |
| 756 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (208, 209)) AND (def.store_id = 0) | 0.22ms |
| 757 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1572) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.49ms |
| 758 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1572) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.49ms |
| 759 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1572') | 0.30ms |
| 760 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1572)) | 0.29ms |
| 761 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1572)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1572)) | 0.46ms |
| 762 | 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 (1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571)) AND (t_d.attribute_id IN (80, 79, 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_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 (1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.97ms |
| 763 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1557', '1558', '1559', '1560', '1561', '1562', '1563', '1564', '1565', '1566', '1567', '1568', '1569', '1570', '1571')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.71ms |
| 764 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.26ms |
| 765 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 766 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.43ms |
| 767 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 768 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 769 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 770 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 771 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 772 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.18ms |
| 773 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 774 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 775 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 776 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 777 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 778 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1572)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1572)) AND (link_table.parent_id in (1572)) | 0.57ms |
| 779 | 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 IN (1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571)) | 0.43ms |
| 780 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1557', '1558', '1559', '1560', '1561', '1562', '1563', '1564', '1565', '1566', '1567', '1568', '1569', '1570', '1571')) ORDER BY `qty` ASC | 0.22ms |
| 781 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS09-XS-Blue', 'WS09-XS-Red', 'WS09-XS-White', 'WS09-S-Blue', 'WS09-S-Red', 'WS09-S-White', 'WS09-M-Blue', 'WS09-M-Red', 'WS09-M-White', 'WS09-L-Blue', 'WS09-L-Red', 'WS09-L-White', 'WS09-XL-Blue', 'WS09-XL-Red', 'WS09-XL-White')) | 0.23ms |
| 782 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS09-XS-Blue', 'WS09-XS-Red', 'WS09-XS-White', 'WS09-S-Blue', 'WS09-S-Red', 'WS09-S-White', 'WS09-M-Blue', 'WS09-M-Red', 'WS09-M-White', 'WS09-L-Blue', 'WS09-L-Red', 'WS09-L-White', 'WS09-XL-Blue', 'WS09-XL-Red', 'WS09-XL-White')) | 0.30ms |
| 783 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1572') ORDER BY `qty` ASC | 0.38ms |
| 784 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1588)) | 0.62ms |
| 785 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1588) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.74ms |
| 786 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1575')) AND (stock_status_index.stock_status = 1) | 0.25ms |
| 787 | 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 (1575)) AND (t_d.attribute_id IN (77, 78)) 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 (1575)) AND (t_d.attribute_id IN (79, 80)) 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 (1575)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.56ms |
| 788 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1575')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.27ms |
| 789 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.29ms |
| 790 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1575')) AND (stock_status_index.stock_status = 1) | 0.25ms |
| 791 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1575') ORDER BY `qty` ASC | 0.21ms |
| 792 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1575')) | 0.12ms |
| 793 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1575) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1575')) | 0.23ms |
| 794 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1588'))))) ORDER BY position ASC | 0.16ms |
| 795 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (210, 211)) AND (def.store_id = 0) | 0.22ms |
| 796 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1588) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.50ms |
| 797 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1588) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.50ms |
| 798 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1588') | 0.51ms |
| 799 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1588)) | 0.35ms |
| 800 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1588)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1588)) | 0.47ms |
| 801 | 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 (1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587)) AND (t_d.attribute_id IN (80, 79, 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_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 (1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 2.30ms |
| 802 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1573', '1574', '1575', '1576', '1577', '1578', '1579', '1580', '1581', '1582', '1583', '1584', '1585', '1586', '1587')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.44ms |
| 803 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.21ms |
| 804 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 805 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 806 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 807 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 808 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 809 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 810 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 811 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 812 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 813 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 814 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 815 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 816 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.14ms |
| 817 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1588)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1588)) AND (link_table.parent_id in (1588)) | 0.67ms |
| 818 | 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 IN (1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587)) | 0.61ms |
| 819 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1573', '1574', '1575', '1576', '1577', '1578', '1579', '1580', '1581', '1582', '1583', '1584', '1585', '1586', '1587')) ORDER BY `qty` ASC | 0.23ms |
| 820 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS10-XS-Green', 'WS10-XS-Red', 'WS10-XS-Yellow', 'WS10-S-Green', 'WS10-S-Red', 'WS10-S-Yellow', 'WS10-M-Green', 'WS10-M-Red', 'WS10-M-Yellow', 'WS10-L-Green', 'WS10-L-Red', 'WS10-L-Yellow', 'WS10-XL-Green', 'WS10-XL-Red', 'WS10-XL-Yellow')) | 0.24ms |
| 821 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS10-XS-Green', 'WS10-XS-Red', 'WS10-XS-Yellow', 'WS10-S-Green', 'WS10-S-Red', 'WS10-S-Yellow', 'WS10-M-Green', 'WS10-M-Red', 'WS10-M-Yellow', 'WS10-L-Green', 'WS10-L-Red', 'WS10-L-Yellow', 'WS10-XL-Green', 'WS10-XL-Red', 'WS10-XL-Yellow')) | 0.47ms |
| 822 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1588') ORDER BY `qty` ASC | 0.30ms |
| 823 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `catalog_product_entity_int` AS `at_status_default` ON (`at_status_default`.`entity_id` = `e`.`entity_id`) AND (`at_status_default`.`attribute_id` = '97') AND `at_status_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_status` ON (`at_status`.`entity_id` = `e`.`entity_id`) AND (`at_status`.`attribute_id` = '97') AND (`at_status`.`store_id` = 1) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (IF(at_status.value_id > 0, at_status.value, at_status_default.value) = '1') AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1604)) | 0.66ms |
| 824 | ( SELECT `child`.`entity_id`, (t.min_price + IFNULL(weee_child.value, IFNULL(weee_parent.value, 0))) AS `weee_min_price`, `weee_child`.*, `weee_parent`.* FROM `catalog_product_entity` AS `parent` INNER JOIN `catalog_product_relation` AS `link` ON link.parent_id = parent.entity_id INNER JOIN `catalog_product_entity` AS `child` ON child.entity_id = link.child_id INNER JOIN `catalog_product_index_price` AS `t` ON t.entity_id = child.entity_id LEFT JOIN `catalog_product_entity_int` AS `status_global_attr` ON status_global_attr.entity_id = child.entity_id AND status_global_attr.attribute_id = 97 AND status_global_attr.store_id = 0 LEFT JOIN `catalog_product_entity_int` AS `status_attr` ON status_attr.entity_id = child.entity_id AND status_attr.attribute_id = 97 AND status_attr.store_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock` ON stock.product_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_child` ON weee_child.entity_id = child.entity_id LEFT JOIN `weee_tax` AS `weee_parent` ON weee_parent.entity_id = parent.entity_id WHERE (parent.entity_id = 1604) AND (t.website_id = '1') AND (t.customer_group_id = 0) AND (IFNULL(status_attr.value, status_global_attr.value) = 1) AND (stock.stock_status = 1) ORDER BY `weee_min_price` ASC LIMIT 1) | 0.76ms |
| 825 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1591')) AND (stock_status_index.stock_status = 1) | 0.25ms |
| 826 | 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 (1591)) AND (t_d.attribute_id IN (77, 78)) 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 (1591)) AND (t_d.attribute_id IN (79, 80)) 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 (1591)) AND (t_d.attribute_id IN (136)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 0.53ms |
| 827 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1591')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.26ms |
| 828 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 829 | SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (`e`.`entity_id` IN('1591')) AND (stock_status_index.stock_status = 1) | 0.22ms |
| 830 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1591') ORDER BY `qty` ASC | 0.23ms |
| 831 | SELECT `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (entity_id IN('1591')) | 0.12ms |
| 832 | SELECT `catalogrule_product_price`.`product_id`, IFNULL(mageworx_catalogrule.rule_price, catalogrule_product_price.rule_price) AS `rule_price` FROM `catalogrule_product_price` LEFT JOIN `mageworx_catalogrule_product_price` AS `mageworx_catalogrule` ON mageworx_catalogrule.website_id = 1 AND mageworx_catalogrule.customer_group_id = 0 AND mageworx_catalogrule.product_id IN (1591) AND mageworx_catalogrule.customer_id = 0 AND mageworx_catalogrule.rule_date = '2026-02-26' WHERE (catalogrule_product_price.rule_date = '2026-02-26') AND (catalogrule_product_price.website_id = '1') AND (catalogrule_product_price.customer_group_id = 0) AND (catalogrule_product_price.product_id IN('1591')) | 0.21ms |
| 833 | SELECT `main_table`.* FROM `catalog_product_super_attribute` AS `main_table` WHERE (((((`product_id` = '1604'))))) ORDER BY position ASC | 0.16ms |
| 834 | SELECT `def`.*, IF(store.use_default IS NULL, def.use_default, store.use_default) AS `use_default`, IF(store.value IS NULL, def.value, store.value) AS `label` FROM `catalog_product_super_attribute_label` AS `def` LEFT JOIN `catalog_product_super_attribute_label` AS `store` ON store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = 1 WHERE (def.product_super_attribute_id IN (212, 213)) AND (def.store_id = 0) | 0.21ms |
| 835 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1604) AND (attribute.attribute_id = '251') ORDER BY `attribute_option`.`sort_order` ASC | 0.49ms |
| 836 | SELECT `entity`.`sku`, `product_entity`.`entity_id` AS `product_id`, `attribute`.`attribute_code`, `entity_value`.`value` AS `value_index`, `attribute_label`.`value` AS `super_attribute_label` FROM `catalog_product_super_attribute` AS `super_attribute` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.entity_id = super_attribute.product_id INNER JOIN `catalog_product_super_link` AS `product_link` ON product_link.parent_id = super_attribute.product_id INNER JOIN `eav_attribute` AS `attribute` ON attribute.attribute_id = super_attribute.attribute_id INNER JOIN `catalog_product_entity` AS `entity` ON entity.entity_id = product_link.product_id INNER JOIN `catalog_product_entity_int` AS `entity_value` ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id LEFT JOIN `catalog_product_super_attribute_label` AS `attribute_label` ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0 LEFT JOIN `eav_attribute_option` AS `attribute_option` ON attribute_option.option_id = entity_value.value INNER JOIN `catalog_product_website` AS `entity_website` ON entity_website.product_id = entity.entity_id AND entity_website.website_id = 1 WHERE (super_attribute.product_id = 1604) AND (attribute.attribute_id = '93') ORDER BY `attribute_option`.`sort_order` ASC | 0.47ms |
| 837 | SELECT MAX(ip.final_price) AS `max_price` FROM `catalog_product_super_link` AS `sl` INNER JOIN `catalog_product_entity` AS `pe` ON sl.product_id = pe.entity_id INNER JOIN `catalog_product_index_price` AS `ip` ON pe.entity_id = ip.entity_id WHERE (sl.parent_id = '1604') | 0.30ms |
| 838 | SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1604)) | 0.46ms |
| 839 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1604)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1604)) | 0.51ms |
| 840 | 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 (1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603)) AND (t_d.attribute_id IN (87, 73, 88, 89, 109, 110, 111, 121, 124, 135)) 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 (1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603)) AND (t_d.attribute_id IN (251, 93, 97, 125, 128, 129, 131, 132, 133, 136, 215, 241, 99)) 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 (1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603)) AND (t_d.attribute_id IN (78, 77, 123, 82)) 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 (1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603)) AND (t_d.attribute_id IN (80, 79, 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_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 (1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603)) AND (t_d.attribute_id IN (76)) AND (t_d.store_id = IFNULL(t_s.store_id, 0)) | 1.79ms |
| 841 | SELECT `mageworx_catalog_product_entity_decimal_temp`.* FROM `mageworx_catalog_product_entity_decimal_temp` WHERE (customer_group_id = 0) AND (store_id IN('0', '1')) AND (entity_id IN('1589', '1590', '1591', '1592', '1593', '1594', '1595', '1596', '1597', '1598', '1599', '1600', '1601', '1602', '1603')) AND (attribute_id IN ('77', '78')) AND (value IS NOT NULL) AND (value > 0) ORDER BY `entity_id` ASC, `attribute_id` ASC, `store_id` DESC | 0.56ms |
| 842 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.21ms |
| 843 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 844 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 845 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.17ms |
| 846 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.33ms |
| 847 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 848 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.19ms |
| 849 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 850 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 851 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 852 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.16ms |
| 853 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 854 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 855 | SELECT `customerprices`.*, `product`.`entity_id` FROM `mageworx_customerprices` AS `customerprices` LEFT JOIN `catalog_product_entity` AS `product` ON product.entity_id = customerprices.product_id WHERE (customerprices.customer_id = 0) | 0.15ms |
| 856 | SELECT `e`.*, `link_table`.`parent_id`, `stock_status_index`.`stock_status` AS `is_salable`, `catalog_rule`.`rule_price` AS `catalog_rule_price`, `product_attributes`.`absolute_price`, `product_attributes`.`absolute_cost`, `product_attributes`.`absolute_weight`, `product_attributes`.`hide_additional_product_price`, `product_attributes`.`dependency_rules`, `product_attributes`.`hidden_dependents`, `product_attributes`.`sku_policy` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_super_link` AS `link_table` ON link_table.product_id = e.entity_id INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND product_website.website_id = 1 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id LEFT JOIN `catalogrule_product_price` AS `catalog_rule` ON catalog_rule.product_id = `e`.`entity_id` AND catalog_rule.website_id = '1' AND catalog_rule.customer_group_id = 0 AND catalog_rule.rule_date = '2026-02-26' LEFT JOIN `mageworx_optionbase_product_attributes` AS `product_attributes` ON `e`.`entity_id` = `product_attributes`.`product_id` WHERE (((`e`.`required_options` != 1) OR (`e`.`required_options` IS NULL))) AND (link_table.parent_id in (1604)) AND (stock_status_index.stock_status = 1) AND (link_table.parent_id in (1604)) AND (link_table.parent_id in (1604)) | 0.45ms |
| 857 | 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 IN (1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603)) | 0.66ms |
| 858 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id IN('1589', '1590', '1591', '1592', '1593', '1594', '1595', '1596', '1597', '1598', '1599', '1600', '1601', '1602', '1603')) ORDER BY `qty` ASC | 0.23ms |
| 859 | SELECT `catalog_product_entity`.`sku`, `catalog_product_entity`.`entity_id` FROM `catalog_product_entity` WHERE (sku IN ('WS11-XS-Green', 'WS11-XS-Orange', 'WS11-XS-Yellow', 'WS11-S-Green', 'WS11-S-Orange', 'WS11-S-Yellow', 'WS11-M-Green', 'WS11-M-Orange', 'WS11-M-Yellow', 'WS11-L-Green', 'WS11-L-Orange', 'WS11-L-Yellow', 'WS11-XL-Green', 'WS11-XL-Orange', 'WS11-XL-Yellow')) | 0.25ms |
| 860 | SELECT `product_entity`.`sku`, `stock_status`.`qty` AS `quantity`, `stock_status`.`stock_status` AS `is_salable` FROM `cataloginventory_stock_status` AS `stock_status` INNER JOIN `catalog_product_entity` AS `product_entity` ON stock_status.product_id = product_entity.entity_id WHERE (product_entity.sku IN ('WS11-XS-Green', 'WS11-XS-Orange', 'WS11-XS-Yellow', 'WS11-S-Green', 'WS11-S-Orange', 'WS11-S-Yellow', 'WS11-M-Green', 'WS11-M-Orange', 'WS11-M-Yellow', 'WS11-L-Green', 'WS11-L-Orange', 'WS11-L-Yellow', 'WS11-XL-Green', 'WS11-XL-Orange', 'WS11-XL-Yellow')) | 0.28ms |
| 861 | 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`, `catalog_product_entity_tier_price`.`entity_id` AS `product_id` FROM `catalog_product_entity_tier_price` WHERE (website_id IN(0, '1')) AND (entity_id = '1604') ORDER BY `qty` ASC | 0.28ms |
| 862 | 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`.`block_id`='1') AND (is_active = 1) AND (cbs.store_id in (1, 0)) ORDER BY `store_id` DESC LIMIT 1 | 0.22ms |
| 863 | SELECT `t`.* FROM `cms_block` AS `t` WHERE (block_id = '1') | 0.14ms |
| 864 | 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.17ms |