SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/pan_22-maestro-risoli-nois.html' LIMIT 0,1 [0.00034093856811523 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('pan_22','maestro','risoli','nois') order by url [0.00085210800170898 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('pan_22','maestro','risoli','nois') order by url [0.00052499771118164 sec]
select id,url from pod_cat_brand where BINARY url IN ('pan_22','maestro','risoli','nois') [0.00092577934265137 sec]
SELECT id, url FROM pod_filter WHERE url IN ('pan_22','maestro','risoli','nois') [0.00047206878662109 sec]
SELECT id, url FROM pod_sub_icon WHERE url IN ('pan_22','maestro','risoli','nois') [0.00029397010803223 sec]
SELECT g.id -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT g.id -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active [0.048186063766479 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2a7c2e5c8d4 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00086307525634766 sec]
INSERT INTO temp_brand_counts_6a2a7c2e5c8d4 (id, gid) SELECT g.brand_id AS id, g.id AS gid -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.brand_id AS id, g.id AS gid -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.brand_id AS id, g.id AS gid -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT g.brand_id AS id, g.id AS gid -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT id, null gid FROM pod_cat_category WHERE id in (332,2445,2453) [0.0021300315856934 sec]
SELECT b.id, b.name_ua AS name, pc.name_ua AS country, b.country_id, b.image_icon, b.url, b.ordr, pc.code, COALESCE(tc.count, 0) as count FROM pod_cat_brand b INNER JOIN ( SELECT id, COUNT(gid) as count FROM temp_brand_counts_6a2a7c2e5c8d4 GROUP BY id HAVING COUNT(gid) > 0 ) tc ON b.id = tc.id LEFT JOIN pod_country pc ON (pc.id = b.country_id AND pc.is_active = 1) WHERE b.is_active = '1' ORDER BY b.ordr [0.00046205520629883 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2a7c2e5c8d4 [0.00010204315185547 sec]
SELECT MIN(min_price) AS min_price, MAX(max_price) AS max_price FROM ( SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0012879371643066 sec]
SELECT g.video, g.threedvideo, g.is_xit, g.is_action, g.is_sale, g.sub_is_action, g.is_new, g.is_pay_for_video, g.id, g.cat_id, g.name_ua AS name, g.name2_ua AS name2, g.descr, g.size_table, g.artikul, g.image_small, g.image_big, g.price, g.old_price, g.is_present, g.is_present_all_mods, g.sub_icon_id,g.url,g.ordr, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, b.name_ua AS brand_name,b.url as burl,b.id as bid, b.country AS brand_country,c.url as curl, c.name_ua AS cat_name, si.name_ua AS sub_icon_name,si.icon AS sub_icon, g.star, g.comment_id, if(g.is_present and g.price >= '551' and g.price <= '1517',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) as min_sort_price, if(g.is_present and g.price >= '551' and g.price <= '1517',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) as max_sort_price FROM pod_cat_good g INNER JOIN pod_cat_category c ON c.id=g.cat_id LEFT JOIN pod_cat_brand b ON b.id=g.brand_id LEFT JOIN pod_sub_icon si ON si.id=g.sub_icon_id LEFT JOIN pod_cat_good pcg ON (pcg.entry=g.id and pcg.is_present=1 and pcg.price >= '551' and pcg.price <= '1517') WHERE g.id in (166711,166544,422939,440964,172009,441022,164092,382246) GROUP BY g.id ORDER BY g.ordr desc [0.0029752254486084 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, g.id, g.name_ua AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name_ua AS sub_icon_name, si.icon AS sub_icon FROM pod_cat_good g LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id WHERE g.entry = '382246' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00021910667419434 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, g.id, g.name_ua AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name_ua AS sub_icon_name, si.icon AS sub_icon FROM pod_cat_good g LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id WHERE g.entry = '422939' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00024104118347168 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, g.id, g.name_ua AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name_ua AS sub_icon_name, si.icon AS sub_icon FROM pod_cat_good g LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id WHERE g.entry = '440964' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00025582313537598 sec]
SELECT distinct g.id, g.is_present_all_mods, pc.name_ua AS name, g.url, b.url as burl, c.url as curl, g.is_present, pc.code AS color_code, gg.group_type, gg.param_name, gg.param_name_ua, ggd.text_value, ggd.icon_path FROM pod_cat_good g LEFT JOIN pod_cat_brand b ON g.brand_id=b.id LEFT JOIN pod_cat_category c ON g.cat_id=c.id LEFT JOIN pod_goods_group_goods ggd2 ON ggd2.good_id = 440964 LEFT JOIN pod_goods_group_goods ggd ON ggd2.goods_group_id=ggd.goods_group_id LEFT JOIN pod_goods_group gg ON ggd.goods_group_id=gg.id LEFT JOIN pod_colors pc ON pc.id=ggd.color_id WHERE g.id=ggd.good_id order by g.id= 440964 desc, g.is_present_all_mods desc [0.00035405158996582 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, g.id, g.name_ua AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name_ua AS sub_icon_name, si.icon AS sub_icon FROM pod_cat_good g LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id WHERE g.entry = '441022' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00024008750915527 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (332,2445,2453) [0.00014781951904297 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='332.2445.2453' [0.00014400482177734 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00019097328186035 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f (id) SELECT A.id FROM ( SELECT g.id -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT g.id -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0037510395050049 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00020098686218262 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (93) INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 0 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.0085198879241943 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00021195411682129 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f p GROUP BY p.filter_id [0.00016593933105469 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00017595291137695 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f [0.00014901161193848 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f [6.103515625E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e61c4f [5.6028366088867E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00013613700866699 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0014431476593018 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00022697448730469 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (93) INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 1 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.0012469291687012 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00017499923706055 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf p GROUP BY p.filter_id [0.0001978874206543 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.0001988410949707 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf [0.00012707710266113 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf [6.1988830566406E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e653bf [5.6982040405273E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY [0.0001370906829834 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.024510860443115 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY [0.00025796890258789 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id = 86 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 1 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.0090501308441162 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY [0.0002291202545166 sec]
INSERT INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd p GROUP BY p.filter_id [0.00021910667419434 sec]
INSERT INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd (filter_id, count) SELECT pf.id, 0 FROM pod_filter pf LEFT JOIN tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd c ON c.filter_id = pf.id WHERE pf.id in (93) AND c.filter_id IS NULL [0.00014591217041016 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00020694732666016 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd [0.00015616416931152 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd [8.392333984375E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e665bd [7.1048736572266E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00013017654418945 sec]
INSERT IGNORE INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f (entry, sub_icon_id) SELECT DISTINCT A.entry, A.sub_icon_id FROM ( SELECT g.id as id, g.id as entry, g.sub_icon_id -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry, g.sub_icon_id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE g.cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (93) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (332,2445,2453) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0020759105682373 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00016403198242188 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f A INNER JOIN pod_sub_icon si ON A.sub_icon_id = si.id AND si.is_active_filter = 1 ) AA GROUP BY sub_icon_id [0.00022411346435547 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f c INNER JOIN pod_sub_icon si ON c.sub_icon_id = si.id AND si.is_active_filter = 1 ORDER BY si.ordr, si.name [0.00015807151794434 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f [0.00012993812561035 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c2e6f22f [5.9127807617188E-5 sec]
Низькі ціни на Каструлі MAESTRO ... Nois (MAEСTРO ... Нoіс) - великий вибір, фото. Купити Каструлі MAESTRO ... Nois (MAEСTРO ... Нoіс) в Києві і Україні

DEVELOPMENT🌷ЗНИЖКИ ДО 70%

ПЕРЕЙТИ

Каструлі MAESTRO ... Nois

Каструля Maestro MR3515
Каструля Maestro MR3515
Код: 166711

Виробник: MAESTRO (КНР)

диаметр 16 см

діаметр 18 см

діаметр 20 см

Показати більше
Ціна:
608 грн
Каструля з кришкою Maestro MR3512
Каструля з кришкою Maestro MR3512
Код: 164092

Виробник: MAESTRO (КНР)

діаметр 22 см

діаметр 20 см

Показати більше
Ціна:
628 грн
Каструля Maestro MR3513
Каструля Maestro MR3513
Код: 166544

Виробник: MAESTRO (КНР)

діаметр 22 см

Показати більше
діаметр 22 см
Ціна:
551 грн
Каструля зі скляною кришкою Maestro MR3508
Каструля зі скляною кришкою Maestro MR3508
Код: 172009

Виробник: MAESTRO (КНР)

Показати більше
діаметр 22 см
Ціна:
628 грн
Каструля з кришкою 22 см 4,5 л Maestro MR3519-22
Каструля з кришкою 22 см 4,5 л Maestro MR3519-22
Код: 382246

Виробник: MAESTRO (КНР)

Ціна:
946 грн
Каструля з кришкою Shallow Maestro 2.5л MR3514-22
Каструля з кришкою Shallow Maestro 2.5л MR3514-22
Код: 440964

Виробник: MAESTRO (КНР)

Ціна:
923 грн
Каструля з кришкою Maestro 4.2л MR3530-22
Каструля з кришкою Maestro 4.2л MR3530-22
Код: 441022

Виробник: MAESTRO (КНР)

Ціна:
905 грн