SELECT url_to, r404
FROM pod_redirect
WHERE BINARY REPLACE(url_from,'/ru/','/') = '/novinki/bembi.html' LIMIT 0,1 [0.00039005279541016 sec]
select id,name,url, is_active from pod_cat_category where url = 'novinki' [0.0002448558807373 sec]
select id from pod_super_category where BINARY url = 'novinki' [0.00021791458129883 sec]
select id,url from pod_cat_brand where BINARY url = 'bembi' [0.0014090538024902 sec]
select id from pod_structure where link='catalogue/scat/12' and active='1' AND lang_ua='1' [0.00023198127746582 sec]
select id from pod_structure where link='catalogue/scat' and active='1' AND lang_ua='1' [0.00023007392883301 sec]
SELECT cb.metaindex, cb.metafollow
FROM pod_set_cat_brand cb
INNER JOIN pod_cat_category c ON cb.cat_id = c.id
WHERE c.url = 'novinki'
AND cb.brand_id = 196
AND cb.is_active = 1
LIMIT 1 [0.00033211708068848 sec]
SELECT id FROM pod_cat_category WHERE super_category_id='12' AND is_hidden='0' [0.0005791187286377 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.00029397010803223 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 (2251,2196,2347,2909,3070,2894,1027,1029,918,927,981,934,931,937,939,943,1087,953,954,959,960,961,911,912,913,914,915,916,979,989,962,972,951,974,975,946,949,1024,1036,1046,1272,1407,2121,2109,2111,2171,2209,4425,4576,1020,4600) 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 (2251,2196,2347,2909,3070,2894,1027,1029,918,927,981,934,931,937,939,943,1087,953,954,959,960,961,911,912,913,914,915,916,979,989,962,972,951,974,975,946,949,1024,1036,1046,1272,1407,2121,2109,2111,2171,2209,4425,4576,1020,4600) AND g.entry=0 AND g.is_active AND g.is_present_all_mods [0.19440293312073 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.00036191940307617 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.016868114471436 sec]
SELECT g.id /* cats:2251,2196,2347,2909,3070,2894,1027,1029,918,927,981,934,931,937,939,943,1087,953,954,959,960,961,911,912,913,914,915,916,979,989,962,972,951,974,975,946,949,1024,1036,1046,1272,1407,2121,2109,2111,2171,2209,4425,4576,1020,4600 */
FROM tmp_base_goods g
WHERE g.brand_id IN (196) AND
1
[0.00021696090698242 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2b95caea177 (
id INT,
gid INT,
INDEX idx_id (id),
INDEX idx_gid (gid)
) [0.00087094306945801 sec]
INSERT INTO temp_brand_counts_6a2b95caea177 (id, gid)
SELECT g.brand_id AS id, g.id AS gid /* cats:2251,2196,2347,2909,3070,2894,1027,1029,918,927,981,934,931,937,939,943,1087,953,954,959,960,961,911,912,913,914,915,916,979,989,962,972,951,974,975,946,949,1024,1036,1046,1272,1407,2121,2109,2111,2171,2209,4425,4576,1020,4600 */
FROM tmp_base_goods g
WHERE 1
UNION
SELECT id, null gid
FROM pod_cat_category
WHERE id in (196) [0.011078119277954 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_6a2b95caea177
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.0017540454864502 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2b95caea177 [0.00021600723266602 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:2251,2196,2347,2909,3070,2894,1027,1029,918,927,981,934,931,937,939,943,1087,953,954,959,960,961,911,912,913,914,915,916,979,989,962,972,951,974,975,946,949,1024,1036,1046,1272,1407,2121,2109,2111,2171,2209,4425,4576,1020,4600 */
FROM tmp_base_goods g
WHERE g.brand_id IN (196) AND
g.is_present AND
1
UNION
SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price /* cats:2251,2196,2347,2909,3070,2894,1027,1029,918,927,981,934,931,937,939,943,1087,953,954,959,960,961,911,912,913,914,915,916,979,989,962,972,951,974,975,946,949,1024,1036,1046,1272,1407,2121,2109,2111,2171,2209,4425,4576,1020,4600 */
FROM tmp_sub_goods go
INNER JOIN tmp_base_goods g ON go.entry = g.id
WHERE g.brand_id IN (196) AND
1
) A
[0.00057506561279297 sec]
SELECT g.id /* cats:2251,2196,2347,2909,3070,2894,1027,1029,918,927,981,934,931,937,939,943,1087,953,954,959,960,961,911,912,913,914,915,916,979,989,962,972,951,974,975,946,949,1024,1036,1046,1272,1407,2121,2109,2111,2171,2209,4425,4576,1020,4600 */,if(g.is_present and g.price >= '14' and g.price <= '2644',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 >= '14' and g.price <= '2644',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 >= '14' AND pcg.price <= '2644'
WHERE g.id IN (508319,508317,507947,507933,508315,508309,508572,508565,508561,508559,508557,508538,508537,508527,508523,508519,508514,508510,508507,508504,508502,508325,507887,506415,506411,506196,506193,506190,506186,506182,506178,506174,506170,506166,506162,506159,506156,506154,506152,506150,506127,506123,506118,506112,506111,506110,506108,506107,506104,506101,506082,508494,508376,508366,508359,508351,508336,508248,508056,508050,508040,508025,507985,507977,507886,506448,506437,506425,506419,506347,506287,506274,506252,506225,506219,506209,506069,506057,506050,506043,506036,506015,506007,505999,505992,505985,505977,508406,508399,508390,508382,508341,508276,508259,508032,508017,508009,508001,507868,507862,506430,506381,506368,506355,506333,506318,506300,506231,506201,506030,506023,505969,505961,505953)
GROUP BY g.id
ORDER BY g.ordr desc
LIMIT 0, 32 [0.0021560192108154 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 >= '14' and g.price <= '2644',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 >= '14' and g.price <= '2644',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 >= '14' and pcg.price <= '2644')
WHERE g.id in (506023,506196,508009,508523,505969,506170,507886,508494,506150,506419,508359,506108,506333,508315,506050,506225,508040,508557,505999,506186,507977,508510,506159,506448,508390,506118,506381,508336,506101,506287,508259,508572)
GROUP BY g.id
ORDER BY g.ordr desc [0.0022451877593994 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 (505969,505999,506023,506050,506101,506108,506118,506150,506159,506170,506186,506196,506225,506287,506333,506381,506419,506448,507886,507977,508009,508040,508259,508315,508336,508359,508390,508494,508510,508523,508557,508572) AND g.is_active = '1'
ORDER BY g.entry, g.is_present DESC [0.00081920623779297 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 (505969,505999,506023,506050,506101,506108,506118,506150,506159,506170,506186,506196,506225,506287,506333,506381,506419,506448,507886,507977,508009,508040,508259,508315,508336,508359,508390,508494,508510,508523,508557,508572)
ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0083930492401123 sec]
SELECT
name_ua AS name,
templ_brand_kwds AS templ_brand_kwds,
templ_brand_desc_ua AS templ_brand_desc,
templ_brand_title_ua AS templ_brand_title,
url
FROM pod_super_category
WHERE id='12' AND is_active='1' [0.00016093254089355 sec]
SELECT p.id, p.dt, p.title_ua as title, p.descr, p.thumb, p.url, s.link
FROM pod_publication p
LEFT JOIN pod_pub_type pt ON pt.id=p.rub_id
LEFT JOIN pod_structure s ON pt.page_id=s.id
LEFT JOIN pod_cat_public cp ON (cp.public_id = p.id)
WHERE p.rub_id = 2 AND p.active='1' AND cp.category_id=''
ORDER BY p.dt DESC LIMIT 1 [0.0039560794830322 sec]
SELECT id, name_ua AS name, url, entry FROM pod_cat_category WHERE is_active='1' AND is_hidden='0' AND entry='0'
AND super_category_id='12' AND id!='s12' ORDER BY ordr [0.00038981437683105 sec]
SELECT id, name_ua AS name, url, entry FROM pod_cat_category WHERE is_active='1' AND is_hidden='0' AND entry IN (1020,1272,1024,1027,1029,1087,1046,1036,915,972,974,975,979,959,960,953,961,962,954,951,989,912,931,934,981,927,918,916,914,913,911,937,939,949,946,943,2109,2111,2121,2171,2196,2209,2251,2347,2909,2894,3070,4425,4576,4600) ORDER BY ordr [0.00040698051452637 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods;
DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00019216537475586 sec]
Новинки від Bembi. Новинки Bembi (Бeмбі) - великий вибір, фото. Купити Новинки Bembi (Бeмбі) в Києві і Україні
Ваше замовлення оформлено! На e-mail відправлено лист з підтвердженням Найближчим часом з Вами зв'яжеться менеджер Дякємо за замовлення!
Ваш профіль буде видалений назавжди. Його не можна відновити. Продовжити?
Залиште свій номер телефону і наші менеджери Вам зателефонують
Оплату картами Visa і MasterCard забезпечує сервіс онлайн-платежів Portmone.com. Безпека оплати підтверджена міжнародним аудитом PCI DSS. Служба підтримки: тел. +380 (44) 2000902