SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/simax-lessner-ringel-risoli-flonal-iq-magio.html' LIMIT 0,1 [0.00091886520385742 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('simax','lessner','ringel','risoli','flonal','iq','magio') order by url [0.0018851757049561 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('simax','lessner','ringel','risoli','flonal','iq','magio') order by url [0.001500129699707 sec]
select id,url from pod_cat_brand where BINARY url = 'simax-lessner-ringel-risoli-flonal-iq-magio' [0.0019791126251221 sec]
select id,url from pod_cat_brand where url = 'simax-lessner-ringel-risoli-flonal-iq-magio' [0.00041818618774414 sec]
select id,url from pod_cat_brand where url in ('simax','lessner','ringel','risoli','flonal','iq','magio') [0.0013251304626465 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; CREATE TEMPORARY TABLE tmp_base_goods ( id INT NOT NULL PRIMARY KEY, brand_id INT, price DECIMAL(10,2), old_price DECIMAL(10,2), ordr INT, is_present TINYINT(1), sub_icon_id INT, fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_brand (brand_id) ) ENGINE=MEMORY [0.00055480003356934 sec]
INSERT INTO tmp_base_goods (id, brand_id, price, old_price, ordr, is_present, sub_icon_id, fast_delivery, is_new, is_sale) SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale FROM pod_cat_good g WHERE g.cat_id IN (115) AND g.entry=0 AND g.is_active AND g.is_present_all_mods UNION SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale 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.entry=0 AND g.is_active AND g.is_present_all_mods [0.39936804771423 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods; CREATE TEMPORARY TABLE tmp_sub_goods ( id INT NOT NULL PRIMARY KEY, entry INT NOT NULL, price DECIMAL(10,2), old_price DECIMAL(10,2), sub_icon_id INT, is_present TINYINT(1), fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_entry (entry) ) ENGINE=MEMORY [0.0005190372467041 sec]
INSERT INTO tmp_sub_goods (id, entry, price, old_price, sub_icon_id, is_present, fast_delivery, is_new, is_sale) SELECT go.id, go.entry, go.price, go.old_price, go.sub_icon_id, go.is_present, go.fast_delivery, go.is_new, go.is_sale FROM pod_cat_good go INNER JOIN tmp_base_goods t ON go.entry = t.id WHERE go.is_active AND go.is_present [0.0058801174163818 sec]
SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND 1 [0.00060892105102539 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2af55beeae4 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00037097930908203 sec]
INSERT INTO temp_brand_counts_6a2af55beeae4 (id, gid) SELECT g.brand_id AS id, g.id AS gid /* cats:115 */ FROM tmp_base_goods g WHERE 1 UNION SELECT id, null gid FROM pod_cat_category WHERE id in (2500,2552,334,2635,1415,2445,327) [0.0035748481750488 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_6a2af55beeae4 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.0013270378112793 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2af55beeae4 [0.00014090538024902 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 /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND g.is_present AND 1 UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND 1 ) A [0.0002748966217041 sec]
SELECT g.id /* cats:115 */,if(g.is_present and g.price >= '476' and g.price <= '3864',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 >= '476' and g.price <= '3864',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price FROM tmp_base_goods g LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id AND pcg.is_present=1 AND pcg.price >= '476' AND pcg.price <= '3864' WHERE g.id IN (480055,470160,468482,468480,477644,477643,477641,470803,461342,461341,461340,461339,461338,438958,438957,438956,438941,438940,438939,438936,438929,438924,427009,427003,420451,420450,420449,420400,420399,420398,420396,420395,420394,420393,420392,420391,420389,400615,361872,361871,361870,355037,355036,355035,280291,280284,280282,280278,267067,244472,244471,244470,232361,232360,232359,232358,230436,215359,215358,215357,215356,463310,444760,444758,444714,444711,444674,444304,444206,500376,500375,500374,500373,500372,486625,486624,486623,486622,486621,482332,482331,482330,482329,482328,482327,482324,482323,477648,477647,477646,477640,477639,477638,477637,477636,476576,476575,476574,476573,476572,471378,471374,471373,471372,471371,471356,489733,489732) GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0013430118560791 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 >= '476' and g.price <= '3864',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 >= '476' and g.price <= '3864',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 >= '476' and pcg.price <= '3864') WHERE g.id in (480055,470160,280282,444206,444714,444674,444304,215357,215359,215358,215356,280284,232361,244470,230436,232360,438924,476572,500372,420399,470803,486621,420391,461340,482324,355036,477643,244472,438940,476576,500376,420451) GROUP BY g.id ORDER BY g.ordr desc [0.0040328502655029 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.entry, 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 IN (480055,470160,280282,444206,444714,444674,444304,215357,215359,215358,215356,280284,232361,244470,230436,232360,244472,355036,420391,420399,438924,420451,438940,470803,476576,477643,461340,476572,500372,482324,500376,486621) AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.00037097930908203 sec]
SELECT DISTINCT ggd2.good_id AS source_good_id, 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_goods_group_goods ggd2 JOIN pod_goods_group_goods ggd ON ggd2.goods_group_id=ggd.goods_group_id JOIN pod_goods_group gg ON ggd.goods_group_id=gg.id JOIN pod_cat_good g ON g.id=ggd.good_id 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_colors pc ON pc.id=ggd.color_id WHERE ggd2.good_id IN (480055,470160,280282,444206,444714,444674,444304,215357,215359,215358,215356,280284,232361,244470,230436,232360,244472,355036,420391,420399,438924,420451,438940,470803,476576,477643,461340,476572,500372,482324,500376,486621) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0035099983215332 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (2500,2552,334,2635,1415,2445,327) [0.00019192695617676 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='2500.2552.334.2635.1415.2445.327' [0.00015592575073242 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5; CREATE TEMPORARY TABLE tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00031089782714844 sec]
INSERT INTO tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 (id) SELECT A.id FROM ( SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND 1 ) A [0.0003049373626709 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5; CREATE TEMPORARY TABLE tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00020909309387207 sec]
INSERT INTO tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 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.014105081558228 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5; CREATE TEMPORARY TABLE tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00042390823364258 sec]
INSERT IGNORE INTO tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 p GROUP BY p.filter_id [0.00048708915710449 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_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 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.00047492980957031 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 [0.00029110908508301 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 [0.00011706352233887 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c02fd5 [0.00013399124145508 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749; CREATE TEMPORARY TABLE tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00036406517028809 sec]
INSERT INTO tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND 1 ) A [0.0007319450378418 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749; CREATE TEMPORARY TABLE tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00036811828613281 sec]
INSERT INTO tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 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.007361888885498 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749; CREATE TEMPORARY TABLE tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00038599967956543 sec]
INSERT IGNORE INTO tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 p GROUP BY p.filter_id [0.00045204162597656 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_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 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.00050592422485352 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 [0.00031089782714844 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 [0.00013279914855957 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c07749 [0.00012898445129395 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759; CREATE TEMPORARY TABLE tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00025200843811035 sec]
INSERT IGNORE INTO tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 (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 /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry, go.sub_icon_id /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (2500,2552,334,2635,1415,2445,327) AND 1 ) A [0.00075817108154297 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759; CREATE TEMPORARY TABLE tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00035715103149414 sec]
INSERT IGNORE INTO tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 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.00056004524230957 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 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.00032806396484375 sec]
SELECT COUNT(*) FROM tmp_base_goods [0.0001370906829834 sec]
Array ( [0] => Array ( [COUNT(*)] => 538 ) ) SELECT COUNT(*) FROM tmp_sub_goods [0.0001838207244873 sec]
Array ( [0] => Array ( [COUNT(*)] => 39 ) ) SELECT COUNT(*) FROM pod_cat_filter WHERE category_id = 2 [0.00020790100097656 sec]
Array ( [0] => Array ( [COUNT(*)] => 4 ) ) SELECT COUNT(*) FROM pod_cat_filter WHERE category_id = 3 [0.00011587142944336 sec]
Array ( [0] => Array ( [COUNT(*)] => 5 ) ) EXPLAIN SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_base_goods A INNER JOIN pod_good_filter gf USE INDEX (id_good) ON gf.id_good = A.id INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 3 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.00022196769714355 sec]
Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => cf [type] => ref [possible_keys] => filter_id,category_id [key] => category_id [key_len] => 4 [ref] => const [rows] => 4 [Extra] => Using temporary ) [1] => Array ( [id] => 1 [select_type] => SIMPLE [table] => fm [type] => eq_ref [possible_keys] => PRIMARY,is_active,is_split [key] => PRIMARY [key_len] => 4 [ref] => pillow_db_test.cf.filter_id [rows] => 1 [Extra] => Using where ) [2] => Array ( [id] => 1 [select_type] => SIMPLE [table] => A [type] => ALL [possible_keys] => PRIMARY [key] => [key_len] => [ref] => [rows] => 538 [Extra] => Using join buffer (flat, BNL join) ) [3] => Array ( [id] => 1 [select_type] => SIMPLE [table] => gf [type] => ref [possible_keys] => id_good [key] => id_good [key_len] => 4 [ref] => pillow_db_test.A.id [rows] => 1 [Extra] => Using where ) [4] => Array ( [id] => 1 [select_type] => SIMPLE [table] => f [type] => eq_ref [possible_keys] => PRIMARY,is_active [key] => PRIMARY [key_len] => 4 [ref] => pillow_db_test.gf.filter_id_value [rows] => 1 [Extra] => Using where ) ) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_base_goods A INNER JOIN pod_good_filter gf USE INDEX (id_good) ON gf.id_good = A.id INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 3 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.025497913360596 sec]
Array ( [0] => Array ( [goods_id] => 463080 [filter_id] => 1659 ) [1] => Array ( [goods_id] => 463081 [filter_id] => 1659 ) [2] => Array ( [goods_id] => 463082 [filter_id] => 1659 ) [3] => Array ( [goods_id] => 463083 [filter_id] => 1659 ) [4] => Array ( [goods_id] => 463084 [filter_id] => 1659 ) [5] => Array ( [goods_id] => 463085 [filter_id] => 1659 ) [6] => Array ( [goods_id] => 463089 [filter_id] => 1659 ) [7] => Array ( [goods_id] => 463090 [filter_id] => 1659 ) [8] => Array ( [goods_id] => 463091 [filter_id] => 1659 ) [9] => Array ( [goods_id] => 463092 [filter_id] => 1659 ) [10] => Array ( [goods_id] => 463093 [filter_id] => 1659 ) [11] => Array ( [goods_id] => 463094 [filter_id] => 1659 ) [12] => Array ( [goods_id] => 463098 [filter_id] => 1659 ) [13] => Array ( [goods_id] => 463099 [filter_id] => 1659 ) [14] => Array ( [goods_id] => 463100 [filter_id] => 1659 ) [15] => Array ( [goods_id] => 463101 [filter_id] => 1659 ) [16] => Array ( [goods_id] => 463102 [filter_id] => 1659 ) [17] => Array ( [goods_id] => 463103 [filter_id] => 1659 ) [18] => Array ( [goods_id] => 463108 [filter_id] => 1659 ) [19] => Array ( [goods_id] => 463109 [filter_id] => 1659 ) [20] => Array ( [goods_id] => 463110 [filter_id] => 1659 ) [21] => Array ( [goods_id] => 463111 [filter_id] => 1659 ) [22] => Array ( [goods_id] => 463112 [filter_id] => 1659 ) [23] => Array ( [goods_id] => 463113 [filter_id] => 1659 ) [24] => Array ( [goods_id] => 463118 [filter_id] => 1659 ) [25] => Array ( [goods_id] => 463119 [filter_id] => 1659 ) [26] => Array ( [goods_id] => 463120 [filter_id] => 1659 ) [27] => Array ( [goods_id] => 463121 [filter_id] => 1659 ) [28] => Array ( [goods_id] => 463122 [filter_id] => 1659 ) [29] => Array ( [goods_id] => 463123 [filter_id] => 1659 ) [30] => Array ( [goods_id] => 463129 [filter_id] => 1659 ) [31] => Array ( [goods_id] => 463130 [filter_id] => 1659 ) [32] => Array ( [goods_id] => 463131 [filter_id] => 1659 ) [33] => Array ( [goods_id] => 463132 [filter_id] => 1659 ) [34] => Array ( [goods_id] => 463133 [filter_id] => 1659 ) [35] => Array ( [goods_id] => 463134 [filter_id] => 1659 ) [36] => Array ( [goods_id] => 463140 [filter_id] => 1659 ) [37] => Array ( [goods_id] => 463141 [filter_id] => 1659 ) [38] => Array ( [goods_id] => 463142 [filter_id] => 1659 ) [39] => Array ( [goods_id] => 463143 [filter_id] => 1659 ) [40] => Array ( [goods_id] => 463144 [filter_id] => 1659 ) [41] => Array ( [goods_id] => 463145 [filter_id] => 1659 ) [42] => Array ( [goods_id] => 463146 [filter_id] => 1659 ) [43] => Array ( [goods_id] => 463147 [filter_id] => 1659 ) [44] => Array ( [goods_id] => 463148 [filter_id] => 1659 ) [45] => Array ( [goods_id] => 463149 [filter_id] => 1659 ) [46] => Array ( [goods_id] => 463150 [filter_id] => 1659 ) [47] => Array ( [goods_id] => 463151 [filter_id] => 1659 ) [48] => Array ( [goods_id] => 463152 [filter_id] => 1659 ) [49] => Array ( [goods_id] => 463153 [filter_id] => 1659 ) [50] => Array ( [goods_id] => 463154 [filter_id] => 1659 ) [51] => Array ( [goods_id] => 463155 [filter_id] => 1659 ) [52] => Array ( [goods_id] => 463156 [filter_id] => 1659 ) [53] => Array ( [goods_id] => 463157 [filter_id] => 1659 ) [54] => Array ( [goods_id] => 463158 [filter_id] => 1659 ) [55] => Array ( [goods_id] => 463159 [filter_id] => 1659 ) [56] => Array ( [goods_id] => 463160 [filter_id] => 1659 ) [57] => Array ( [goods_id] => 463161 [filter_id] => 1659 ) [58] => Array ( [goods_id] => 463162 [filter_id] => 1659 ) [59] => Array ( [goods_id] => 463163 [filter_id] => 1659 ) [60] => Array ( [goods_id] => 463164 [filter_id] => 1659 ) [61] => Array ( [goods_id] => 463165 [filter_id] => 1659 ) [62] => Array ( [goods_id] => 463166 [filter_id] => 1659 ) [63] => Array ( [goods_id] => 463167 [filter_id] => 25 ) [64] => Array ( [goods_id] => 463168 [filter_id] => 25 ) [65] => Array ( [goods_id] => 463169 [filter_id] => 25 ) [66] => Array ( [goods_id] => 463172 [filter_id] => 1659 ) [67] => Array ( [goods_id] => 463173 [filter_id] => 1659 ) [68] => Array ( [goods_id] => 463175 [filter_id] => 1659 ) [69] => Array ( [goods_id] => 463189 [filter_id] => 1659 ) [70] => Array ( [goods_id] => 463201 [filter_id] => 1659 ) [71] => Array ( [goods_id] => 463202 [filter_id] => 1659 ) [72] => Array ( [goods_id] => 463203 [filter_id] => 1659 ) [73] => Array ( [goods_id] => 463206 [filter_id] => 1659 ) [74] => Array ( [goods_id] => 463207 [filter_id] => 1659 ) [75] => Array ( [goods_id] => 463209 [filter_id] => 1659 ) [76] => Array ( [goods_id] => 463210 [filter_id] => 1659 ) [77] => Array ( [goods_id] => 463218 [filter_id] => 27 ) [78] => Array ( [goods_id] => 463219 [filter_id] => 27 ) [79] => Array ( [goods_id] => 463310 [filter_id] => 25 ) ) DROP TEMPORARY TABLE IF EXISTS tmp_A_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 [0.00022292137145996 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_ul14a9mit46j47c2usq2bnao8r_6a2af55c0a759 [8.702278137207E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00013613700866699 sec]
Низькі ціни на Каструлі Simax ... Magio (Сімaкс ... Maгіo) - великий вибір, фото. Купити Каструлі Simax ... Magio (Сімaкс ... Maгіo) в Києві і Україні

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

ПЕРЕЙТИ

Каструлі Simax ... Magio

Каструля скляна з кришкою 2 л Nyko Simax s6073
Каструля скляна з кришкою 2 л Nyko Simax s6073
Код: 480055
delivary icon

Виробник: Simax (Чехия)

Ціна:
556 грн
Ківш алюмінієвий 16 см 1.3 л Black Pro New Lessner 55872-16
Ківш алюмінієвий 16 см 1.3 л Black Pro New Lessner 55872-16
Код: 470160
delivary icon

Виробник: Lessner (Великобритания)

Ціна:
1 072 грн
Каструля з кришкою Ringel Meyer 2.3 л 18 см RG-2008-18 - 30 %
Каструля з кришкою Ringel Meyer 2.3 л 18 см RG-2008-18
Код: 280282

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

Ціна:
684 грн 978 грн
Каструля з кришкою 2,4 л Dura Induction Flonal DUICV2030
Каструля з кришкою 2,4 л Dura Induction Flonal DUICV2030
Код: 444206

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

Ціна:
2 155 грн
Каструля 2,4 л Pietra Lavica Flonal PLIC22080
Каструля 2,4 л Pietra Lavica Flonal PLIC22080
Код: 444714

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

Ціна:
1 315 грн
Каструля без кришки 4,4 л Monolite Flonal MOIC22490
Каструля без кришки 4,4 л Monolite Flonal MOIC22490
Код: 444674

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

Ціна:
2 233 грн
Каструля з кришкою 4,3 л Dura Induction Flonal DUICV2430
Каструля з кришкою 4,3 л Dura Induction Flonal DUICV2430
Код: 444304

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

Ціна:
2 112 грн
Каструля Bonn (4.7 л) 22 см Ringel RG-2003-22
Каструля Bonn (4.7 л) 22 см Ringel RG-2003-22
Код: 215357

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

Ціна:
1 206 грн
Каструля Bonn Ringel 2,6 л 18 см RG-2003-18
Каструля Bonn Ringel 2,6 л 18 см RG-2003-18
Код: 215359

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

Ціна:
890 грн
Каструля Bonn Ringel 3,6 л 20 см RG-2003-20
Каструля Bonn Ringel 3,6 л 20 см RG-2003-20
Код: 215358

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

Ціна:
1 006 грн
Каструля Bonn (6.1 л) 24 см Ringel RG-2003-24
Каструля Bonn (6.1 л) 24 см Ringel RG-2003-24
Код: 215356

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

Ціна:
1 354 грн
Каструля з кришкою Ringel Meyer 4.2 л 22 см RG-2008-22 - 30 %
Каструля з кришкою Ringel Meyer 4.2 л 22 см RG-2008-22
Код: 280284

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

Ціна:
832 грн 1 188 грн
Ківш Ringel Kinder 14 см 1.0 л з кришкою RG-4006-14 - 30 %
Ківш Ringel Kinder 14 см 1.0 л з кришкою RG-4006-14
Код: 232361

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

Ціна:
548 грн 782 грн
Каструля Ringel Dresden 26 см 9 л з кришкою RG-2011-26 - 30 %
Каструля Ringel Dresden 26 см 9 л з кришкою RG-2011-26
Код: 244470

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

Ціна:
1 318 грн 1 882 грн
Каструля з кришкою Ringel Zitrone 24x12 см 4.2л RG-2108-24 / 1
Каструля з кришкою Ringel Zitrone 24x12 см 4.2л RG-2108-24 / 1
Код: 230436

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

Ціна:
2 424 грн
Ківш Ringel Kinder 12 см 0.6 л з кришкою RG-4006-12 - 30 %
Ківш Ringel Kinder 12 см 0.6 л з кришкою RG-4006-12
Код: 232360

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

Ціна:
476 грн 680 грн
Каструля Ringel Dresden 30 см 13 л з кришкою RG-2011-30 - 30 %
Каструля Ringel Dresden 30 см 13 л з кришкою RG-2011-30
Код: 244472

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

Ціна:
1 696 грн 2 422 грн
Ківш з кришкою 18см 1.6л Pesto Ringel RG-4137-18
Ківш з кришкою 18см 1.6л Pesto Ringel RG-4137-18
Код: 355036

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

Ціна:
1 198 грн
Каструля з кришкою Ringel Prime 20см 3.6л RG-2019-20
Каструля з кришкою Ringel Prime 20см 3.6л RG-2019-20
Код: 420391

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

Ціна:
1 496 грн
Каструля з кришкою Ringel Hanover 18см 2.3л
Каструля з кришкою Ringel Hanover 18см 2.3л
Код: 420399

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

Ціна:
988 грн
Каструля з кришкою Ringel Besser 16 см 1.6 л RG-2021-16
Каструля з кришкою Ringel Besser 16 см 1.6 л RG-2021-16
Код: 438924

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

Ціна:
1 230 грн
Каструля з кришкою Ringel Expert 22см 4.6л RG-2018-22
Каструля з кришкою Ringel Expert 22см 4.6л RG-2018-22
Код: 420451

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

Ціна:
1 490 грн
Каструля з кришкою Ringel Zira 24 см 6.3 л RG-21006-24h
Каструля з кришкою Ringel Zira 24 см 6.3 л RG-21006-24h
Код: 438940

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

Ціна:
2 296 грн
Ківш із кришкою Ringel Salsa 16 см 1.6л RG-4034-16
Ківш із кришкою Ringel Salsa 16 см 1.6л RG-4034-16
Код: 470803

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

Ціна:
1 072 грн
Каструля з кришкою 24 см 5,8 л Be Creative IQ IQ-2050-24 - 21 %
Каструля з кришкою 24 см 5,8 л Be Creative IQ IQ-2050-24
Код: 476576

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

Ціна:
1 919 грн 2 415 грн
Каструля з кришкою 5.2 л 22 см Salsa Ringel RG-2034-22
Каструля з кришкою 5.2 л 22 см Salsa Ringel RG-2034-22
Код: 477643

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

Ціна:
1 504 грн
Каструля з кришкою 2.3 л 18 см Grey Line Ringel RG-2022-18
Каструля з кришкою 2.3 л 18 см Grey Line Ringel RG-2022-18
Код: 461340

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

Ціна:
1 012 грн
Ківш із кришкою 16 см 1,8 л Be Creative IQ IQ-4050-16 - 25 %
Ківш із кришкою 16 см 1,8 л Be Creative IQ IQ-4050-16
Код: 476572

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

Ціна:
1 099 грн 1 469 грн
Каструля з кришкою 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 см 1.7 л Be Creative IQ IQ-2047-18 - 27 %
Каструля з кришкою 18 см 1.7 л Be Creative IQ IQ-2047-18
Код: 482324

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

Ціна:
1 199 грн 1 635 грн
Ківш із кришкою 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 грн
Ківш із кришкою 16 см 1,6 л Be Smart IQ IQ-4053-16
Ківш із кришкою 16 см 1,6 л Be Smart IQ IQ-4053-16
Код: 486621

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

Ціна:
1 365 грн
1 2 3 4