SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kofty_dlya_devochek/red-18_months-bembi-ds.html' LIMIT 0,1 [0.00061798095703125 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('red','18_months','bembi','ds') order by url [0.001600980758667 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('red','18_months','bembi','ds') order by url [0.0012350082397461 sec]
select id,url from pod_cat_brand where BINARY url IN ('red','18_months','bembi','ds') [0.0019769668579102 sec]
SELECT id, url FROM pod_filter WHERE url IN ('red','18_months','bembi','ds') [0.00076007843017578 sec]
SELECT id, url FROM pod_sub_icon WHERE url IN ('red','18_months','bembi','ds') [0.0006561279296875 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 (24) INNER JOIN pod_good_filter gf1 ON g.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 (24) INNER JOIN pod_good_filter gf1 ON g.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) 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 g.id = gf0.id_good AND gf0.filter_id_value in (24) INNER JOIN pod_good_filter gf1 ON go.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 g.id = gf0.id_good AND gf0.filter_id_value in (24) INNER JOIN pod_good_filter gf1 ON go.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active [0.055044889450073 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 >= '941' and g.price <= '941',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 >= '941' and g.price <= '941',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 >= '941' and pcg.price <= '941') WHERE g.id in (497364) GROUP BY g.id ORDER BY g.ordr desc [0.0014770030975342 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 (497364) AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.00065708160400391 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 (497364) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.00068902969360352 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d; CREATE TEMPORARY TABLE tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00030398368835449 sec]
INSERT INTO tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d (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 (556) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 (556) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) 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 (556) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 (556) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0066049098968506 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d; CREATE TEMPORARY TABLE tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00017714500427246 sec]
INSERT INTO tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id = 20 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.0055480003356934 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d; CREATE TEMPORARY TABLE tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00015997886657715 sec]
INSERT INTO tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d p GROUP BY p.filter_id [0.00015878677368164 sec]
INSERT IGNORE INTO tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d (filter_id, count) SELECT pf.id, 0 FROM pod_filter pf LEFT JOIN tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d c ON c.filter_id = pf.id WHERE pf.id in (24) AND c.filter_id IS NULL [0.00011920928955078 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_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d 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.00016903877258301 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d [0.0001380443572998 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d [6.7949295043945E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9c37d [7.2002410888672E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5; CREATE TEMPORARY TABLE tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY [0.00015902519226074 sec]
INSERT INTO tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 (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 (24) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 (24) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) 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 g.id = gf0.id_good AND gf0.filter_id_value in (24) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 g.id = gf0.id_good AND gf0.filter_id_value in (24) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0021069049835205 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5; CREATE TEMPORARY TABLE tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY [0.00016903877258301 sec]
INSERT INTO tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id = 262 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.0038940906524658 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5; CREATE TEMPORARY TABLE tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY [0.00019598007202148 sec]
INSERT INTO tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 p GROUP BY p.filter_id [0.00017499923706055 sec]
INSERT INTO tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 (filter_id, count) SELECT pf.id, 0 FROM pod_filter pf LEFT JOIN tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 c ON c.filter_id = pf.id WHERE pf.id in (556) AND c.filter_id IS NULL [0.00012779235839844 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_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 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.00020503997802734 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 [0.00014686584472656 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 [6.0081481933594E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abece9fba5 [6.103515625E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11; CREATE TEMPORARY TABLE tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00012302398681641 sec]
INSERT IGNORE INTO tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 (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 (24) INNER JOIN pod_good_filter gf1 ON g.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 (24) INNER JOIN pod_good_filter gf1 ON g.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) 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 g.id = gf0.id_good AND gf0.filter_id_value in (24) INNER JOIN pod_good_filter gf1 ON go.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE g.cat_id IN (347) AND g.brand_id IN (196,1579) 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 g.id = gf0.id_good AND gf0.filter_id_value in (24) INNER JOIN pod_good_filter gf1 ON go.id = gf1.id_good AND gf1.filter_id_value in (556) WHERE dc.dop_cat_id IN (347) AND g.brand_id IN (196,1579) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0018939971923828 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11; CREATE TEMPORARY TABLE tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00017786026000977 sec]
INSERT IGNORE INTO tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 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.00032305717468262 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 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.00013184547424316 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 [9.9897384643555E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_61ba0nogng0a5gebqstio5a6vv_6a2abecea1b11 [4.7206878662109E-5 sec]
Низькі ціни на Кофти та светри для дівчаток Bembi ... D & S (Бeмбі ... Д & С) в інтернет-магазині «Подушка». Купити Кофти та светри для дівчаток Bembi ... D & S в Києві і Україні

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

ПЕРЕЙТИ

Кофти та светри для дівчаток Bembi ... D & S