SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kukly/o_7-goki-janod.html' LIMIT 0,1 [0.00035905838012695 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('o_7','goki','janod') order by url [0.0012581348419189 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('o_7','goki','janod') order by url [0.0011160373687744 sec]
select id,url from pod_cat_brand where BINARY url IN ('o_7','goki','janod') [0.0015769004821777 sec]
select id from pod_structure where link='catalogue/108' and active='1' AND lang_ua='1' [0.00026416778564453 sec]
SELECT id, url FROM pod_filter WHERE url IN ('o_7','goki','janod') [0.00048494338989258 sec]
SELECT id, url FROM pod_sub_icon WHERE url IN ('o_7','goki','janod') [0.00041007995605469 sec]
SELECT c.id, c.super_category_id, c.entry, c.name_ua AS name, c.title_ua AS cat_title, c.metakwds AS cat_kwds, c.metadesc_ua AS cat_metadesc, c.descr_ua AS cat_descr, cc.name_ua AS parent_name, cc.url AS parent_url, c.url as curl, cc.image AS parent_image, c.seo_text_ua AS seo_text, c.seo_text_mobile_ua AS seo_text_mobile, c.action_text_ua AS action_text, c.view_type, c.is_delivery_custom, c.hide_subcat_sidebar, c.image FROM pod_cat_category c LEFT JOIN pod_cat_category cc ON cc.id=c.entry WHERE c.id='108' [0.00037193298339844 sec]
SELECT sc.url, sc.id AS super_category_id, sc.name_ua AS super_category_name, sc.templ_good_title_ua AS templ_good_title, sc.templ_good_kwds, sc.templ_good_desc_ua AS templ_good_desc, sc.templ_brand_title_ua AS templ_brand_title, sc.templ_brand_kwds, sc.templ_brand_desc_ua AS templ_brand_desc, sc.templ_cat_title_ua AS templ_cat_title, sc.templ_cat_kwds, sc.templ_cat_desc_ua AS templ_cat_desc, 1 AS o FROM pod_cat_category c LEFT JOIN pod_super_category sc ON sc.id=c.super_category_id WHERE c.id='692' [0.00023317337036133 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.00029206275939941 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 (108) 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 (108) AND g.entry=0 AND g.is_active AND g.is_present_all_mods [0.36823391914368 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.00029397010803223 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.00053882598876953 sec]
SELECT g.id /* cats:108 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND g.is_present AND 1 UNION SELECT g.id /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND 1 [0.0046699047088623 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2b76f8616b1 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00054478645324707 sec]
INSERT INTO temp_brand_counts_6a2b76f8616b1 (id, gid) SELECT g.brand_id AS id, g.id AS gid /* cats:108 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.is_present AND 1 UNION SELECT g.brand_id AS id, g.id AS gid /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE 1 UNION SELECT id, null gid FROM pod_cat_category WHERE id in (1664,1454) [0.0042688846588135 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_6a2b76f8616b1 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.00039196014404297 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2b76f8616b1 [9.2983245849609E-5 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:108 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND g.is_present AND 1 UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND 1 ) A [0.00031089782714844 sec]
SELECT g.id,if(g.is_present and g.price >= '0' and g.price <= '99999',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 >= '0' and g.price <= '99999',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price FROM ( SELECT g.id /* cats:108 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND g.is_present AND 1 UNION SELECT g.id /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND 1 ) a INNER JOIN pod_cat_good g ON a.id = g.id LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id and pcg.is_present=1 and pcg.is_present=1 and pcg.price >= '0' and pcg.price <= '99999' GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0018398761749268 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (1664,1454) [0.00013089179992676 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='1664.1454' [0.00011301040649414 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='3' AND id!='108' ORDER BY ordr [0.00046896934509277 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab; CREATE TEMPORARY TABLE tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.0001990795135498 sec]
INSERT INTO tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab (id) SELECT A.id FROM ( SELECT g.id /* cats:108 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND g.is_present AND 1 UNION SELECT g.id /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND 1 ) A [0.00032711029052734 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab; CREATE TEMPORARY TABLE tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00032901763916016 sec]
INSERT INTO tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (365) INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 108 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.004011869430542 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab; CREATE TEMPORARY TABLE tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00029206275939941 sec]
INSERT IGNORE INTO tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab p GROUP BY p.filter_id [0.00028395652770996 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_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab 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.00025796890258789 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab [0.00024914741516113 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab [0.0001220703125 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f864dab [0.00011992454528809 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d; CREATE TEMPORARY TABLE tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00019502639770508 sec]
INSERT INTO tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry /* cats:108 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND 1 ) A [0.00039386749267578 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d; CREATE TEMPORARY TABLE tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00022315979003906 sec]
INSERT INTO tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (365) INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 108 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.00031685829162598 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d; CREATE TEMPORARY TABLE tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.0002131462097168 sec]
INSERT IGNORE INTO tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d p GROUP BY p.filter_id [0.00017881393432617 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_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d 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.00015497207641602 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d [0.00016689300537109 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d [0.00012302398681641 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f866a1d [8.392333984375E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4; CREATE TEMPORARY TABLE tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY [0.00016593933105469 sec]
INSERT INTO tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry /* cats:108 */ FROM tmp_base_goods g WHERE g.brand_id IN (1664,1454) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (1664,1454) AND 1 ) A [0.00028896331787109 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4; CREATE TEMPORARY TABLE tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY [0.00020599365234375 sec]
INSERT INTO tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 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.0056920051574707 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4; CREATE TEMPORARY TABLE tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY [0.00029492378234863 sec]
INSERT INTO tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 p GROUP BY p.filter_id [0.00030994415283203 sec]
INSERT INTO tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 (filter_id, count) SELECT pf.id, 0 FROM pod_filter pf LEFT JOIN tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 c ON c.filter_id = pf.id WHERE pf.id in (365) AND c.filter_id IS NULL [0.00023508071899414 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_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 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.00031185150146484 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 [0.00023317337036133 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 [0.00010991096496582 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f8676b4 [0.00010299682617188 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36; CREATE TEMPORARY TABLE tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00020694732666016 sec]
INSERT IGNORE INTO tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 (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:108 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry, go.sub_icon_id /* cats:108 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (365) WHERE g.brand_id IN (1664,1454) AND 1 ) A [0.00059008598327637 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36; CREATE TEMPORARY TABLE tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00027012825012207 sec]
INSERT IGNORE INTO tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 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.0003359317779541 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 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.00020313262939453 sec]
----------------------------- SELECT COUNT(*) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.00229811668396 sec]
Array ( [0] => Array ( [COUNT(*)] => 457 ) ) SELECT COUNT(DISTINCT filter_id) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.0046849250793457 sec]
Array ( [0] => Array ( [COUNT(DISTINCT filter_id)] => 2 ) ) ----------------------------- DROP TEMPORARY TABLE IF EXISTS tmp_A_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 [0.00013995170593262 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_q1orab7gsihq6bin1rpq6b822i_6a2b76f869a36 [7.5817108154297E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00016689300537109 sec]
Низькі ціни на Дитячі ляльки GoKi ... Janod (ГoKі ... Жaнoд) - великий вибір, фото. Купити Дитячі ляльки GoKi ... Janod (ГoKі ... Жaнoд) в Києві і Україні

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

ПЕРЕЙТИ

Дитячі ляльки GoKi ... Janod