SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/pan_20-luminarc-pyrex-ringel-guzzini-risoli-flonal.html' LIMIT 0,1 [0.00031018257141113 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('pan_20','luminarc','pyrex','ringel','guzzini','risoli','flonal') order by url [0.00090813636779785 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('pan_20','luminarc','pyrex','ringel','guzzini','risoli','flonal') order by url [0.00066995620727539 sec]
select id,url from pod_cat_brand where BINARY url IN ('pan_20','luminarc','pyrex','ringel','guzzini','risoli','flonal') [0.0010840892791748 sec]
SELECT id, url FROM pod_filter WHERE url IN ('pan_20','luminarc','pyrex','ringel','guzzini','risoli','flonal') [0.00054407119750977 sec]
SELECT id, url FROM pod_sub_icon WHERE url IN ('pan_20','luminarc','pyrex','ringel','guzzini','risoli','flonal') [0.00052809715270996 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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active [0.013967990875244 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2a7c4f43caf ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00043201446533203 sec]
INSERT INTO temp_brand_counts_6a2a7c4f43caf (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 (92) 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 (92) 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 (92) 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 (92) 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 (128,330,2442,2445,1415,2500) [0.006181001663208 sec]
SELECT b.id, b.name AS name, pc.name 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_6a2a7c4f43caf 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.00079703330993652 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2a7c4f43caf [0.00018715858459473 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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0028741359710693 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 AS name, g.name2 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 AS brand_name,b.url as burl,b.id as bid, b.country AS brand_country,c.url as curl, c.name AS cat_name, si.name AS sub_icon_name,si.icon AS sub_icon, g.star, g.comment_id, if(g.is_present and g.price >= '1006' and g.price <= '5149',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 >= '1006' and g.price <= '5149',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 >= '1006' and pcg.price <= '5149') WHERE g.id in (444206,444714,215358,420395,438958,461341,420450,361871,438936,420391,438939,455460) GROUP BY g.id ORDER BY g.ordr desc [0.0045859813690186 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 AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name 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 = '444206' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00038409233093262 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 AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name 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 = '444714' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00040483474731445 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 AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name 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 = '420450' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.00038814544677734 sec]
SELECT name AS name, url FROM pod_cat_brand WHERE id in (128,330,2442,2445,1415,2500) [0.00019311904907227 sec]
SELECT name AS name, url FROM pod_cat_brand WHERE id='128.330.2442.2445.1415.2500' [0.00015807151794434 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00024890899658203 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 (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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0039279460906982 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00044608116149902 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (92) 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.0064330101013184 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00045394897460938 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 p GROUP BY p.filter_id [0.00047993659973145 sec]
SELECT c.filter_id, c.count, f.entry, f.name AS name, f.url, f.ord, fm.name AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 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.00056910514831543 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 [0.0003659725189209 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 [0.00014710426330566 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f4e474 [0.00015997886657715 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00031208992004395 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 (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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.01044487953186 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 ( 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_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (92) 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.0018818378448486 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00053286552429199 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 p GROUP BY p.filter_id [0.0004730224609375 sec]
SELECT c.filter_id, c.count, f.entry, f.name AS name, f.url, f.ord, fm.name AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 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.00055694580078125 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 [0.00033807754516602 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 [0.00014400482177734 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f51ee9 [0.00019407272338867 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY [0.00034379959106445 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 (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 (128,330,2442,2445,1415,2500) 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 (128,330,2442,2445,1415,2500) 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 (128,330,2442,2445,1415,2500) 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 (128,330,2442,2445,1415,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0086081027984619 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY [0.0004270076751709 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 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.012639045715332 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY [0.0005190372467041 sec]
INSERT INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 p GROUP BY p.filter_id [0.00049209594726562 sec]
INSERT INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 (filter_id, count) SELECT pf.id, 0 FROM pod_filter pf LEFT JOIN tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 c ON c.filter_id = pf.id WHERE pf.id in (92) AND c.filter_id IS NULL [0.00035810470581055 sec]
SELECT c.filter_id, c.count, f.entry, f.name AS name, f.url, f.ord, fm.name AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 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.00054287910461426 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 [0.00037193298339844 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 [0.00020909309387207 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f56154 [0.00014996528625488 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00035309791564941 sec]
INSERT IGNORE INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa (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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE g.cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) 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 (92) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (128,330,2442,2445,1415,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0042488574981689 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00054693222045898 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa (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_6a2a7c4f5c9fa 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.00059795379638672 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name AS name, si.url FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa 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.00034904479980469 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa [0.00026607513427734 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c4f5c9fa [0.00019097328186035 sec]
Низкие цены на Кастрюли Luminarc ... Flonal (Лумінaрк ... Флoнaл) – большой выбор, фото. Купить Кастрюли Luminarc ... Flonal (Лумінaрк ... Флoнaл) в Киеве и Украине

DEVELOPMENT🌷СКИДКИ ДО 70%

ПЕРЕЙТИ

Кастрюли Luminarc ... Flonal

Кастрюля с крышкой 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 грн
Кастрюля Bonn Ringel 3,6 л 20 см RG-2003-20
Кастрюля Bonn Ringel 3,6 л 20 см RG-2003-20
Код: 215358

Производитель: Ringel (Германия)

Цена:
1 006 грн
Кастрюля с крышкой 4.0 л 20 см Riegel Ringel RG 2016-20
Кастрюля с крышкой 4.0 л 20 см Riegel Ringel RG 2016-20
Код: 361871

Производитель: Ringel (Германия)

Цена:
1 036 грн
Кастрюля с крышкой Ringel Prime 20см 3.6л RG-2019-20
Кастрюля с крышкой Ringel Prime 20см 3.6л RG-2019-20
Код: 420391

Производитель: Ringel (Германия)

Цена:
1 496 грн
Кастрюля с крышкой Ringel Fusion 20см 3.6л RG-2020-20
Кастрюля с крышкой Ringel Fusion 20см 3.6л RG-2020-20
Код: 420395

Производитель: Ringel (Германия)

Цена:
1 578 грн
Кастрюля с крышкой Ringel Zira 20 см 3.5 л RG-21006-20h
Кастрюля с крышкой Ringel Zira 20 см 3.5 л RG-21006-20h
Код: 438939

Производитель: Ringel (Германия)

Цена:
1 834 грн
Кастрюля с крышкой Ringel Expert 20см 3.5л RG-2018-20
Кастрюля с крышкой Ringel Expert 20см 3.5л RG-2018-20
Код: 420450

Производитель: Ringel (Германия)

Цена:
1 336 грн
Ковш алюминиевый Ringel Zira 20 см 2.2 л RG-41006-20
Ковш алюминиевый Ringel Zira 20 см 2.2 л RG-41006-20
Код: 438958

Производитель: Ringel (Германия)

Цена:
1 448 грн
Кастрюля с крышкой Ringel Hanover 20 см 3.5 л RG-2005/1-20
Кастрюля с крышкой Ringel Hanover 20 см 3.5 л RG-2005/1-20
Код: 438936

Производитель: Ringel (Германия)

Цена:
1 148 грн
Кастрюля чугунная с крышкой 20 см 2.2 л Slow Cook Pyrex SC5AC20/6641
Кастрюля чугунная с крышкой 20 см 2.2 л Slow Cook Pyrex SC5AC20/6641
Код: 455460

Производитель: Pyrex (Франция)

Цена:
5 149 грн
Кастрюля с крышкой 3.2 л 20 см Grey Line Ringel RG-2022-20
Кастрюля с крышкой 3.2 л 20 см Grey Line Ringel RG-2022-20
Код: 461341

Производитель: Ringel (Германия)

Цена:
1 136 грн