SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/tefal-woll-risoli-iq.html' LIMIT 0,1 [0.0013489723205566 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('tefal','woll','risoli','iq') order by url [0.0016739368438721 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('tefal','woll','risoli','iq') order by url [0.0012831687927246 sec]
select id,url from pod_cat_brand where BINARY url = 'tefal-woll-risoli-iq' [0.0018351078033447 sec]
select id,url from pod_cat_brand where url = 'tefal-woll-risoli-iq' [0.00047492980957031 sec]
select id,url from pod_cat_brand where url in ('tefal','woll','risoli','iq') [0.00083708763122559 sec]
SELECT g.id -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) AND g.is_present_all_mods AND g.entry =0 AND g.is_active [0.070996999740601 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2a7e163a00b ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.0015730857849121 sec]
INSERT INTO temp_brand_counts_6a2a7e163a00b (id, gid) SELECT g.brand_id AS id, g.id AS gid -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) 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 WHERE dc.dop_cat_id IN (115) AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT id, null gid FROM pod_cat_category WHERE id in (2552,2445,1448,1832) [0.0073258876800537 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_6a2a7e163a00b 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.0012040138244629 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2a7e163a00b [0.00025582313537598 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 USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE g.cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.019802093505859 sec]
SELECT g.id, if(g.is_present and g.price >= '1099' and g.price <= '4229',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) min_sort_price , if(g.is_present and g.price >= '1099' and g.price <= '4229',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price FROM pod_cat_good g LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id and pcg.is_present=1 and pcg.is_present=1 and pcg.price >= '1099' and pcg.price <= '4229' WHERE g.id in (281222,281234,281235,281236,281237,281238,281243,281299,463310,471356,471371,471372,471373,471374,471378,473078,473079,476572,476573,476574,476575,476576,477636,477637,477638,477639,477640,477646,477647,477648,482323,482324,482327,482328,482329,482330,482331,482332,484722,484841,484843,486621,486622,486623,486624,486625,500372,500373,500374,500375,500376) GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0066759586334229 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 >= '1099' and g.price <= '4229',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 >= '1099' and g.price <= '4229',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 >= '1099' and pcg.price <= '4229') WHERE g.id in (473078,484722,484843,473079,484841,281235,281299,281234,281243,281222,281238,281237,281236,471371,471378,476573,477636,477640,482323,482329,486622,500372,500376,471372,476574,477637,477646,482324,482330,486623,500373,463310) GROUP BY g.id ORDER BY g.ordr desc [0.0035319328308105 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 = 281243 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= 281243 desc, g.is_present_all_mods desc [0.0011739730834961 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 = '477646' AND g.is_active = '1' ORDER BY g.is_present DESC [0.0006859302520752 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 = 477646 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= 477646 desc, g.is_present_all_mods desc [0.00066399574279785 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 = '500373' AND g.is_active = '1' ORDER BY g.is_present DESC [0.0005028247833252 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 = '477636' AND g.is_active = '1' ORDER BY g.is_present DESC [0.0005340576171875 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 = '477637' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00062894821166992 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 = 477637 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= 477637 desc, g.is_present_all_mods desc [0.0016078948974609 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 = '477640' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00053191184997559 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 = '486623' AND g.is_active = '1' ORDER BY g.is_present DESC [0.0005190372467041 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 = 486623 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= 486623 desc, g.is_present_all_mods desc [0.00070095062255859 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (2552,2445,1448,1832) [0.00032711029052734 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='2552.2445.1448.1832' [0.00024890899658203 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293; CREATE TEMPORARY TABLE tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00039505958557129 sec]
INSERT INTO tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 (id) SELECT A.id FROM ( SELECT g.id -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) AND g.is_present_all_mods AND g.entry =0 AND g.is_active ) A [0.031769037246704 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293; CREATE TEMPORARY TABLE tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00057387351989746 sec]
INSERT INTO tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good 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.014416933059692 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293; CREATE TEMPORARY TABLE tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00041699409484863 sec]
INSERT IGNORE INTO tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 p GROUP BY p.filter_id [0.00045609474182129 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_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 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.00060296058654785 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 [0.00036215782165527 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 [0.00016379356384277 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1656293 [0.00024294853210449 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21; CREATE TEMPORARY TABLE tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00037884712219238 sec]
INSERT INTO tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 (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 (2552,2445,1448,1832) 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 (2552,2445,1448,1832) 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 (2552,2445,1448,1832) 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 (2552,2445,1448,1832) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.011852979660034 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21; CREATE TEMPORARY TABLE tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00046300888061523 sec]
INSERT INTO tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good 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.0027759075164795 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21; CREATE TEMPORARY TABLE tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00047397613525391 sec]
INSERT IGNORE INTO tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 p GROUP BY p.filter_id [0.00039291381835938 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_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 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.00040006637573242 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 [0.00030803680419922 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 [0.00012111663818359 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e1662b21 [0.0001227855682373 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e; CREATE TEMPORARY TABLE tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00017690658569336 sec]
INSERT IGNORE INTO tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e (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 USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE g.cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) 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 WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2552,2445,1448,1832) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0022819042205811 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e; CREATE TEMPORARY TABLE tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00028896331787109 sec]
INSERT IGNORE INTO tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e 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.00034213066101074 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e 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.00021600723266602 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e [0.00025796890258789 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ccghp5obhpcrriolr6tlbi3od0_6a2a7e166750e [0.00025200843811035 sec]
Низькі ціни на Каструлі Tefal ... IQ (Teфaл ... ІQ) - великий вибір, фото. Купити Каструлі Tefal ... IQ (Teфaл ... ІQ) в Києві і Україні

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

ПЕРЕЙТИ

Каструлі Tefal ... IQ

Мультикаструля 20 см 2.5 л Opti Space Tefal G7371795 - 32 %
Мультикаструля 20 см 2.5 л Opti Space Tefal G7371795
Код: 473078
delivary icon

Виробник: Tefal (Франция)

Ціна:
1 299 грн 1 899 грн
Каструля з кришкою 24 см 5 л Daily Cook Tefal G7124645 - 20 %
Каструля з кришкою 24 см 5 л Daily Cook Tefal G7124645
Код: 484722

Виробник: Tefal (Франция)

Ціна:
1 499 грн 1 879 грн
Каструля з кришкою 24 см 5 л Duetto Tefal G7194656 - 23 %
Каструля з кришкою 24 см 5 л Duetto Tefal G7194656
Код: 484843

Виробник: Tefal (Франция)

Ціна:
1 799 грн 2 349 грн
Каструля з кришкою 24 см 5.3 л Unlimited Tefal G2554672 - 28 %
Каструля з кришкою 24 см 5.3 л Unlimited Tefal G2554672
Код: 473079

Виробник: Tefal (Франция)

Ціна:
2 299 грн 3 199 грн
Каструля з кришкою 16 см 1.5 л Duetto Tefal G7194236 - 17 %
Каструля з кришкою 16 см 1.5 л Duetto Tefal G7194236
Код: 484841

Виробник: Tefal (Франция)

Ціна:
1 099 грн 1 329 грн
Ківш Woll 20x10 см 2,5 л Saphir Lite W920SL
Ківш Woll 20x10 см 2,5 л Saphir Lite W920SL
Код: 281235

Виробник: Woll (Германия)

Ціна:
3 000 грн
Ківш Woll 16x8 см Diamond's Best W1716D
Ківш Woll 16x8 см Diamond's Best W1716D
Код: 281299

Виробник: Woll (Германия)

Ціна:
4 229 грн
Ківш Woll 20x10 см 2,5 л Saphir Lite Induktion W920SLI
Ківш Woll 20x10 см 2,5 л Saphir Lite Induktion W920SLI
Код: 281234

Виробник: Woll (Германия)

Ціна:
3 538 грн
Каструля Woll 28x15,5 см 7,5 л Saphir Lite Induktion W128SLI
Каструля Woll 28x15,5 см 7,5 л Saphir Lite Induktion W128SLI
Код: 281243

Виробник: Woll (Германия)

Ціна:
3 577 грн
Ківш Woll 16x9 см 1,5 л Diamond Lite W916DPS
Ківш Woll 16x9 см 1,5 л Diamond Lite W916DPS
Код: 281222

Виробник: Woll (Германия)

Ціна:
2 689 грн
Ківш Woll 16x9 см 1,5 л Saphir Lite W916SL
Ківш Woll 16x9 см 1,5 л Saphir Lite W916SL
Код: 281238

Виробник: Woll (Германия)

Ціна:
2 498 грн
Ківш Woll 18x9,5 см 2 л Saphir Lite W918SL
Ківш Woll 18x9,5 см 2 л Saphir Lite W918SL
Код: 281237

Виробник: Woll (Германия)

Ціна:
2 824 грн
Ківш Woll 18x9,5 см 2 л Saphir Lite Induktion W918SLI
Ківш Woll 18x9,5 см 2 л Saphir Lite Induktion W918SLI
Код: 281236

Виробник: Woll (Германия)

Ціна:
3 343 грн
Каструля з кришкою діам.20см "Optima" 000097/20tp0 RISOLI
Каструля з кришкою діам.20см "Optima" 000097/20tp0 RISOLI
Код: 463310

Виробник: Risoli (Италия)

Ціна:
2 910 грн
Каструля з кришкою 2.5 л 18 см Be Traditional IQ IQ-2046-18
Каструля з кришкою 2.5 л 18 см Be Traditional IQ IQ-2046-18
Код: 471371

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

Ціна:
1 535 грн
Каструля з кришкою 3.3 л 20 см Be Traditional IQ IQ-2046-20
Каструля з кришкою 3.3 л 20 см Be Traditional IQ IQ-2046-20
Код: 471372

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

Ціна:
1 739 грн
Ківш із кришкою 16 см 1,3 л Be Active IQ IQ-4048-16
Ківш із кришкою 16 см 1,3 л Be Active IQ IQ-4048-16
Код: 477646

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

Ціна:
1 569 грн
Каструля із кришкою 22 см 4,4 л Be Trendy IQ IQ-2044-22
Каструля із кришкою 22 см 4,4 л Be Trendy IQ IQ-2044-22
Код: 471378

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

Ціна:
2 939 грн
Каструля з кришкою 18 см 2.3 л Be Brave IQ IQ-2052-18 - 26 %
Каструля з кришкою 18 см 2.3 л Be Brave IQ IQ-2052-18
Код: 500372

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

Ціна:
1 429 грн 1 919 грн
Каструля з кришкою 18 см 2,5 л Be Creative IQ IQ-2050-18 - 20 %
Каструля з кришкою 18 см 2,5 л Be Creative IQ IQ-2050-18
Код: 476573

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

Ціна:
1 335 грн 1 679 грн
Каструля з кришкою 20 см 3.2 л Be Brave IQ IQ-2052-20 - 25 %
Каструля з кришкою 20 см 3.2 л Be Brave IQ IQ-2052-20
Код: 500373

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

Ціна:
1 569 грн 2 099 грн
Каструля з кришкою 20 см 3,5 л Be Creative IQ IQ-2050-20 - 20 %
Каструля з кришкою 20 см 3,5 л Be Creative IQ IQ-2050-20
Код: 476574

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

Ціна:
1 515 грн 1 889 грн
Ківш із кришкою 16 см 1.6 л Be Brave IQ IQ-4052-16 - 21 %
Ківш із кришкою 16 см 1.6 л Be Brave IQ IQ-4052-16
Код: 500376

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

Ціна:
1 289 грн 1 639 грн
Каструля з кришкою 20 см 2.4 л Be Active IQ IQ-2048-20
Каструля з кришкою 20 см 2.4 л Be Active IQ IQ-2048-20
Код: 477636

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

Ціна:
1 745 грн
Каструля з кришкою 24 см 4.2 л Be Active IQ IQ-2048-24
Каструля з кришкою 24 см 4.2 л Be Active IQ IQ-2048-24
Код: 477637

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

Ціна:
2 179 грн
Каструля з кришкою 24 см 4.2 л л Be Simple IQ IQ-2049-24
Каструля з кришкою 24 см 4.2 л л Be Simple IQ IQ-2049-24
Код: 477640

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

Ціна:
2 179 грн
Каструля з кришкою 18 см 1.7 л Be Active IQ IQ-2048-18
Каструля з кришкою 18 см 1.7 л Be Active IQ IQ-2048-18
Код: 482323

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

Ціна:
1 635 грн
Каструля з кришкою 18 см 1.7 л Be Creative IQ IQ-2047-18 - 27 %
Каструля з кришкою 18 см 1.7 л Be Creative IQ IQ-2047-18
Код: 482324

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

Ціна:
1 199 грн 1 635 грн
Каструля з кришкою 28 см 6.4 л Be Simple IQ IQ-2049-28
Каструля з кришкою 28 см 6.4 л Be Simple IQ IQ-2049-28
Код: 482329

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

Ціна:
2 715 грн
Каструля з кришкою 20 см 2.7 л Be Traditional IQ IQ-2045-20
Каструля з кришкою 20 см 2.7 л Be Traditional IQ IQ-2045-20
Код: 482330

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

Ціна:
2 255 грн
Каструля із кришкою 18 см 2,3 л Be Smart IQ IQ-2053-18
Каструля із кришкою 18 см 2,3 л Be Smart IQ IQ-2053-18
Код: 486622

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

Ціна:
1 529 грн
Каструля із кришкою 20 см 3,1 л Be Smart IQ IQ-2053-20
Каструля із кришкою 20 см 3,1 л Be Smart IQ IQ-2053-20
Код: 486623

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

Ціна:
1 815 грн
1 2