SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/simax-pyrex-risoli-iq.html?order_dir=asc&pg=2' LIMIT 0,1 [0.00059008598327637 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('simax','pyrex','risoli','iq') order by url [0.0016541481018066 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('simax','pyrex','risoli','iq') order by url [0.0012447834014893 sec]
select id,url from pod_cat_brand where BINARY url = 'simax-pyrex-risoli-iq' [0.0018441677093506 sec]
select id,url from pod_cat_brand where url = 'simax-pyrex-risoli-iq' [0.00052189826965332 sec]
select id,url from pod_cat_brand where url in ('simax','pyrex','risoli','iq') [0.00087714195251465 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.00049781799316406 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.3761510848999 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.00040793418884277 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.0030441284179688 sec]
SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2552,330,2445,327) AND 1 [0.00028300285339355 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2af52a755f6 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00028586387634277 sec]
INSERT INTO temp_brand_counts_6a2af52a755f6 (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 (2552,330,2445,327) [0.0034859180450439 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_6a2af52a755f6 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.0012590885162354 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2af52a755f6 [0.00022196769714355 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 (2552,330,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 (2552,330,2445,327) AND 1 ) A [0.00035405158996582 sec]
SELECT g.id /* cats:115 */,if(g.is_present and g.price >= '539' and g.price <= '9425',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 >= '539' and g.price <= '9425',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 >= '539' AND pcg.price <= '9425' WHERE g.id IN (480055,482423,482422,482421,482420,479409,479149,479147,455460,439598,283607,211763,211746,463310,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) GROUP BY g.id ORDER BY g.ordr asc LIMIT 32, 32 [0.0025210380554199 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 >= '539' and g.price <= '9425',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 >= '539' and g.price <= '9425',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 >= '539' and pcg.price <= '9425') WHERE g.id in (471373,486621,283607,482330,479409,477639,476573,486625,471356,482327,477648,477636,500375,471374,486622,482420,482421,211746,480055) GROUP BY g.id ORDER BY g.ordr asc [0.0029489994049072 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 (283607,471356,471373,471374,476573,479409,477636,477639,477648,482327,500375,482330,486621,486622,486625,482420,482421,211746,480055) AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.0003960132598877 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 (283607,471356,471373,471374,476573,479409,477636,477639,477648,482327,500375,482330,486621,486622,486625,482420,482421,211746,480055) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0018479824066162 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (2552,330,2445,327) [0.00019121170043945 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='2552.330.2445.327' [0.00017309188842773 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb; CREATE TEMPORARY TABLE tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00031709671020508 sec]
INSERT INTO tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb (id) SELECT A.id FROM ( SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2552,330,2445,327) AND 1 ) A [0.00029993057250977 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb; CREATE TEMPORARY TABLE tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00022506713867188 sec]
INSERT INTO tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb 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.005662202835083 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb; CREATE TEMPORARY TABLE tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00020384788513184 sec]
INSERT IGNORE INTO tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb p GROUP BY p.filter_id [0.00023388862609863 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_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb 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.00020790100097656 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb [0.00015401840209961 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb [6.6041946411133E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7c6eb [6.1988830566406E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e; CREATE TEMPORARY TABLE tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00013589859008789 sec]
INSERT INTO tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e (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 (2552,330,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 (2552,330,2445,327) AND 1 ) A [0.0003349781036377 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e; CREATE TEMPORARY TABLE tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00016403198242188 sec]
INSERT INTO tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e 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.0015599727630615 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e; CREATE TEMPORARY TABLE tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00017309188842773 sec]
INSERT IGNORE INTO tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e p GROUP BY p.filter_id [0.00022292137145996 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_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e 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.00020313262939453 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e [0.00011706352233887 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e [5.8889389038086E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7e80e [5.5074691772461E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1; CREATE TEMPORARY TABLE tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00028085708618164 sec]
INSERT IGNORE INTO tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 (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 (2552,330,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 (2552,330,2445,327) AND 1 ) A [0.00073504447937012 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1; CREATE TEMPORARY TABLE tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00029301643371582 sec]
INSERT IGNORE INTO tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 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.00047016143798828 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 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.00027799606323242 sec]
SELECT COUNT(*) FROM tmp_base_goods [0.00011801719665527 sec]
Array ( [0] => Array ( [COUNT(*)] => 538 ) ) SELECT COUNT(*) FROM tmp_sub_goods [7.7009201049805E-5 sec]
Array ( [0] => Array ( [COUNT(*)] => 39 ) ) SELECT COUNT(*) FROM pod_cat_filter WHERE category_id = 2 [0.00029516220092773 sec]
Array ( [0] => Array ( [COUNT(*)] => 4 ) ) SELECT COUNT(*) FROM pod_cat_filter WHERE category_id = 3 [0.0003058910369873 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.00054693222045898 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.02927303314209 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_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 [0.00033402442932129 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_87v3lovqot39muin10g6go3kjj_6a2af52a7f6b1 [0.00013399124145508 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00023078918457031 sec]
Низькі ціни на Каструлі Simax ... IQ (Сімaкс ... ІQ) - великий вибір, фото. Купити Каструлі Simax ... IQ (Сімaкс ... ІQ) в Києві і Україні| сторінка2

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

ПЕРЕЙТИ

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

Каструля чавунна кругла 6.3 л Slow Cook grey Pyrex SC4AC28/6641
Каструля чавунна кругла 6.3 л Slow Cook grey Pyrex SC4AC28/6641
Код: 283607

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

Ціна:
8 665 грн
Ківш із кришкою 1,3 л Be Traditional IQ IQ-4046-16
Ківш із кришкою 1,3 л Be Traditional IQ IQ-4046-16
Код: 471356

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

Ціна:
1 205 грн
Каструля з кришкою 4.3 л 22 см Be Traditional IQ IQ-2046-22
Каструля з кришкою 4.3 л 22 см Be Traditional IQ IQ-2046-22
Код: 471373

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

Ціна:
1 939 грн
Каструля з кришкою 5.5 л 24 см Be Traditional IQ IQ-2046-24
Каструля з кришкою 5.5 л 24 см Be Traditional IQ IQ-2046-24
Код: 471374

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

Ціна:
2 255 грн
Каструля з кришкою 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 грн
Каструля з кришкою кругла 2.3 л 0.7 л Pyrex 208A000/8643
Каструля з кришкою кругла 2.3 л 0.7 л Pyrex 208A000/8643
Код: 479409

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

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

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

Ціна:
1 745 грн
Каструля з кришкою 20 см 2.4 л Be Simple IQ IQ-2049-20
Каструля з кришкою 20 см 2.4 л Be Simple IQ IQ-2049-20
Код: 477639

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

Ціна:
1 745 грн
Ківш із кришкою 16 см 1,4 л Be Traditional IQ IQ-4045-16
Ківш із кришкою 16 см 1,4 л Be Traditional IQ IQ-4045-16
Код: 477648

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

Ціна:
1 575 грн
Каструля з кришкою 20 см 2.4 л Be Creative IQ IQ-2047-20 - 25 %
Каструля з кришкою 20 см 2.4 л Be Creative IQ IQ-2047-20
Код: 482327

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

Ціна:
1 299 грн 1 739 грн
Каструля з кришкою 24 см 5.5 л Be Brave IQ IQ-2052-24 - 26 %
Каструля з кришкою 24 см 5.5 л Be Brave IQ IQ-2052-24
Код: 500375

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

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

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

Ціна:
2 255 грн
Ківш із кришкою 16 см 1,6 л Be Smart IQ IQ-4053-16
Ківш із кришкою 16 см 1,6 л Be Smart IQ IQ-4053-16
Код: 486621

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

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

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

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

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

Ціна:
2 275 грн
Ківш із кришкою 16 см Cook Care Pyrex CR16AP6/8044
Ківш із кришкою 16 см Cook Care Pyrex CR16AP6/8044
Код: 482420

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

Ціна:
1 575 грн
Ківш із кришкою 18 см Cook Care Pyrex CR18AP6/8044
Ківш із кришкою 18 см Cook Care Pyrex CR18AP6/8044
Код: 482421

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

Ціна:
1 775 грн
Каструля скляна Pyrex Classic кругла 4.9 л 118A000
Каструля скляна Pyrex Classic кругла 4.9 л 118A000
Код: 211746

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

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

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

Ціна:
556 грн
1 2