SELECT url_to, r404
FROM pod_redirect
WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/maestro-ringel_iq-risoli-barazzoni.html' LIMIT 0,1 [0.001140832901001 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('maestro','ringel_iq','risoli','barazzoni') order by url [0.002324104309082 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('maestro','ringel_iq','risoli','barazzoni') order by url [0.0014560222625732 sec]
select id,url from pod_cat_brand where BINARY url = 'maestro-ringel_iq-risoli-barazzoni' [0.0020220279693604 sec]
select id,url from pod_cat_brand where url = 'maestro-ringel_iq-risoli-barazzoni' [0.00044798851013184 sec]
select id,url from pod_cat_brand where url in ('maestro','ringel_iq','risoli','barazzoni') [0.00078487396240234 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
[0.073494911193848 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2ac05f4dc36 (
id INT,
gid INT,
INDEX idx_id (id),
INDEX idx_gid (gid)
) [0.00059986114501953 sec]
INSERT INTO temp_brand_counts_6a2ac05f4dc36 (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 (2550,332,1861,2445) [0.0068778991699219 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_6a2ac05f4dc36
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.0014209747314453 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2ac05f4dc36 [0.00028014183044434 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
) A
[0.019818067550659 sec]
SELECT g.id, if(g.is_present and g.price >= '194' and g.price <= '23491',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 >= '194' and g.price <= '23491',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 >= '194' and pcg.price <= '23491' WHERE g.id in (163969,163974,164092,164222,164271,164392,165304,166535,166537,166544,166570,166575,166711,166764,166766,166821,171986,172007,172009,234186,234187,234188,291768,291769,291770,291774,327601,327602,327604,327605,327606,347772,362151,362152,362153,362154,362155,362156,362157,362158,362159,362160,362161,382215,382243,382244,382245,382246,382247,382249,422937,422938,422939,422940,422941,422942,422945,422947,422950,440962,440963,440964,440965,441019,441020,441021,441022,441023,441025,461888,461889,461890,461891,461892,461893,463080,463081,463082,463083,463084,463085,463086,463089,463090,463091,463092,463093,463094,463098,463099,463100,463101,463102,463103,463108,463109,463110,463111,463112,463113,463118,463119,463120,463121,463122,463123,463129,463130,463131,463132,463133,463134,463140,463141,463142,463143,463144,463145,463146,463147,463148,463149,463150,463151,463152,463153,463154,463155,463156,463157,463158,463159,463160,463161,463162,463163,463164,463165,463166,463167,463168,463169,463170,463171,463172,463173,463174,463175,463310,468197,468198,476143,476147,476148,503493)
GROUP BY g.id
ORDER BY g.ordr desc
LIMIT 0, 32 [0.015482902526855 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 >= '194' and g.price <= '23491',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 >= '194' and g.price <= '23491',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 >= '194' and pcg.price <= '23491')
WHERE g.id in (166764,291774,163969,166570,166535,164222,166711,234188,234186,164271,166537,171986,234187,291770,327604,362151,362155,362159,382243,382247,422939,422945,440963,441020,441025,461891,463081,463085,463091,463098,463102,463110)
GROUP BY g.id
ORDER BY g.ordr desc [0.0044701099395752 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 (166764,291774,163969,166570,166535,164222,166711,234188,234186,164271,166537,171986,234187,291770,327604,362151,362155,362159,382243,382247,422939,422945,440963,441020,441025,461891,463081,463085,463091,463098,463102,463110) AND g.is_active = '1'
ORDER BY g.entry, g.is_present DESC [0.001884937286377 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 (166764,291774,163969,166570,166535,164222,166711,234188,234186,164271,166537,171986,234187,291770,327604,362151,362155,362159,382243,382247,422939,422945,440963,441020,441025,461891,463081,463085,463091,463098,463102,463110)
ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0075459480285645 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (2550,332,1861,2445) [0.00042414665222168 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='2550.332.1861.2445' [0.00034904479980469 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9;
CREATE TEMPORARY TABLE tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 (
id INT NOT NULL,
PRIMARY KEY (id)
) ENGINE=MEMORY; [0.00054502487182617 sec]
INSERT INTO tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 (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 (2550,332,1861,2445) 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 (2550,332,1861,2445) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
) A [0.024041175842285 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9;
CREATE TEMPORARY TABLE tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 (
goods_id INT NOT NULL,
filter_id INT NOT NULL,
PRIMARY KEY (goods_id, filter_id)
) ENGINE=MEMORY; [0.0003819465637207 sec]
INSERT INTO tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 (goods_id, filter_id)
SELECT DISTINCT
A.id AS goods_id,
f.id AS filter_id
FROM tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 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.016410112380981 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9;
CREATE TEMPORARY TABLE tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 (
filter_id INT NOT NULL PRIMARY KEY,
count INT NOT NULL
) ENGINE=MEMORY; [0.00065112113952637 sec]
INSERT IGNORE INTO tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 (filter_id, count)
SELECT
p.filter_id,
COUNT(*) AS count
FROM tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 p
GROUP BY p.filter_id [0.00062394142150879 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_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 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.00044989585876465 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 [0.00023293495178223 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 [0.00014495849609375 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f615a9 [0.00011205673217773 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed;
CREATE TEMPORARY TABLE tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed (
id INT NOT NULL,
entry INT NOT NULL,
PRIMARY KEY (id),
KEY idx_entry (entry)
) ENGINE=MEMORY; [0.00029802322387695 sec]
INSERT INTO tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed (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 (2550,332,1861,2445) 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
) A [0.018261909484863 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed;
CREATE TEMPORARY TABLE tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed (
goods_id INT NOT NULL,
filter_id INT NOT NULL,
PRIMARY KEY (goods_id, filter_id)
) ENGINE=MEMORY; [0.00043892860412598 sec]
INSERT INTO tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed (goods_id, filter_id)
SELECT DISTINCT
A.entry AS goods_id,
f.id AS filter_id
FROM tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed 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.0092480182647705 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed;
CREATE TEMPORARY TABLE tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed (
filter_id INT NOT NULL PRIMARY KEY,
count INT NOT NULL
) ENGINE=MEMORY; [0.00047802925109863 sec]
INSERT IGNORE INTO tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed (filter_id, count)
SELECT
p.filter_id,
COUNT(*) AS count
FROM tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed p
GROUP BY p.filter_id [0.00063204765319824 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_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed 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.00064921379089355 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed [0.00037813186645508 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed [0.00017309188842773 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f6c4ed [0.00023913383483887 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423;
CREATE TEMPORARY TABLE tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 (
entry INT NOT NULL,
sub_icon_id INT NOT NULL,
PRIMARY KEY (entry, sub_icon_id)
) ENGINE=MEMORY; [0.0004279613494873 sec]
INSERT IGNORE INTO tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 (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 (2550,332,1861,2445) 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) 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 (2550,332,1861,2445) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
) A [0.0073201656341553 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423;
CREATE TEMPORARY TABLE tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 (
sub_icon_id INT NOT NULL PRIMARY KEY,
count INT NOT NULL
) ENGINE=MEMORY; [0.00024604797363281 sec]
INSERT IGNORE INTO tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 (sub_icon_id, count)
SELECT
sub_icon_id,
COUNT(DISTINCT entry) AS count
FROM (
SELECT A.entry, A.sub_icon_id
FROM tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 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.00037884712219238 sec]
SELECT
c.sub_icon_id AS id,
c.count,
si.entry,
si.name_ua AS name,
si.url
FROM tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 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.00016093254089355 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 [0.00016999244689941 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac05f74423 [7.8916549682617E-5 sec]
Низькі ціни на Каструлі MAESTRO ... Barazzoni (MAEСTРO ... Бaрaззoні) - великий вибір, фото. Купити Каструлі MAESTRO ... Barazzoni (MAEСTРO ... Бaрaззoні) в Києві і Україні
Ваше замовлення оформлено! На e-mail відправлено лист з підтвердженням Найближчим часом з Вами зв'яжеться менеджер Дякємо за замовлення!
Ваш профіль буде видалений назавжди. Його не можна відновити. Продовжити?
Залиште свій номер телефону і наші менеджери Вам зателефонують
Оплату картами Visa і MasterCard забезпечує сервіс онлайн-платежів Portmone.com. Безпека оплати підтверджена міжнародним аудитом PCI DSS. Служба підтримки: тел. +380 (44) 2000902