SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/razvivayushchie/wonderworld-learning_resources.html' LIMIT 0,1 [0.00049686431884766 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('wonderworld','learning_resources') order by url [0.001474142074585 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('wonderworld','learning_resources') order by url [0.0012798309326172 sec]
select id,url from pod_cat_brand where BINARY url = 'wonderworld-learning_resources' [0.0018789768218994 sec]
select id,url from pod_cat_brand where url = 'wonderworld-learning_resources' [0.0004270076751709 sec]
select id,url from pod_cat_brand where url in ('wonderworld','learning_resources') [0.00049114227294922 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.00043320655822754 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 (146) 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 (146) AND g.entry=0 AND g.is_active AND g.is_present_all_mods [0.30460095405579 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.00062799453735352 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.0013880729675293 sec]
SELECT g.id /* cats:146 */ FROM tmp_base_goods g WHERE g.brand_id IN (1991,1451) AND 1 [0.00031900405883789 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2b187d8cf94 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00034880638122559 sec]
INSERT INTO temp_brand_counts_6a2b187d8cf94 (id, gid) SELECT g.brand_id AS id, g.id AS gid /* cats:146 */ FROM tmp_base_goods g WHERE 1 UNION SELECT id, null gid FROM pod_cat_category WHERE id in (1991,1451) [0.0015130043029785 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_6a2b187d8cf94 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.00090289115905762 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2b187d8cf94 [0.00022196769714355 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:146 */ FROM tmp_base_goods g WHERE g.brand_id IN (1991,1451) AND g.is_present AND 1 UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price /* cats:146 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (1991,1451) AND 1 ) A [0.00082516670227051 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 (469830) AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.00051617622375488 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (1991,1451) [0.00028109550476074 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='1991.1451' [0.00028204917907715 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d91941; CREATE TEMPORARY TABLE tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00047612190246582 sec]
INSERT INTO tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 (id) SELECT A.id FROM ( SELECT g.id /* cats:146 */ FROM tmp_base_goods g WHERE g.brand_id IN (1991,1451) AND 1 ) A [0.00042891502380371 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d91941; CREATE TEMPORARY TABLE tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00036001205444336 sec]
INSERT INTO tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 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 = 146 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.0018508434295654 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d91941; CREATE TEMPORARY TABLE tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00037121772766113 sec]
INSERT IGNORE INTO tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 p GROUP BY p.filter_id [0.00042891502380371 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_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 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.00033092498779297 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 [0.00031590461730957 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 [0.00014495849609375 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d91941 [0.00013995170593262 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2; CREATE TEMPORARY TABLE tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00044798851013184 sec]
INSERT INTO tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry /* cats:146 */ FROM tmp_base_goods g WHERE g.brand_id IN (1991,1451) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry /* cats:146 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (1991,1451) AND 1 ) A [0.00053596496582031 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2; CREATE TEMPORARY TABLE tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00040197372436523 sec]
INSERT INTO tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 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 = 146 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.0011498928070068 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2; CREATE TEMPORARY TABLE tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00033903121948242 sec]
INSERT IGNORE INTO tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 p GROUP BY p.filter_id [0.00036907196044922 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_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 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.00046610832214355 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 [0.00029706954956055 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 [0.00011920928955078 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d932c2 [0.00010919570922852 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae; CREATE TEMPORARY TABLE tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.0002739429473877 sec]
INSERT IGNORE INTO tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae (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:146 */ FROM tmp_base_goods g WHERE g.brand_id IN (1991,1451) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry, go.sub_icon_id /* cats:146 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (1991,1451) AND 1 ) A [0.00052595138549805 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae; CREATE TEMPORARY TABLE tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00030803680419922 sec]
INSERT IGNORE INTO tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae 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.0004119873046875 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae 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.00028705596923828 sec]
----------------------------- SELECT COUNT(*) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.0043270587921143 sec]
Array ( [0] => Array ( [COUNT(*)] => 91 ) ) SELECT COUNT(DISTINCT filter_id) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.0047109127044678 sec]
Array ( [0] => Array ( [COUNT(DISTINCT filter_id)] => 2 ) ) ----------------------------- DROP TEMPORARY TABLE IF EXISTS tmp_A_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae [0.00040197372436523 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cpc1haijo3k88858i8gkit13eo_6a2b187d949ae [0.00014400482177734 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00020790100097656 sec]
Низькі ціни на Розвиваючі іграшки Wonderworld ... Learning Resources (Вoндeрwoрлд ... Лирнінг Рeсoуркeс) - великий вибір, фото. Купити Розвиваючі іграшки Wonderworld ... Learning Resources (Вoндeрwoрлд ... Лирнінг Рeсoуркeс) в Києві і Україні

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

ПЕРЕЙТИ

Розвиваючі іграшки Wonderworld ... Learning Resources