Your Cart
Queries: 339, Total time: 218.688 ms [By time] [By id] [By file]
1 (0.133)
SET time_zone = '+00:00'
/var/www/html/focicipobolt_hu/public_html/system/framework.php:84
2 (0.431)
SELECT `data`
FROM `oc_session`
WHERE `session_id` = '52f68f20fd94f3bf29b3f3d9f8' AND `expire` > '2025-04-15 01:21:46'
/var/www/html/focicipobolt_hu/public_html/system/library/session/db.php:16
3 (0.153)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://focicipobolt.hu/'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/startup.php:6
4 (1.550)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/startup.php:25
5 (0.144)
SET time_zone = '+02:00'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/startup.php:40
6 (0.322)
SELECT *
FROM oc_currency
/var/www/html/focicipobolt_hu/public_html/system/library/cart/currency.php:10
7 (0.601)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM oc_tax_rule tr1
LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '97' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '4259')
ORDER BY tr1.priority ASC
/var/www/html/focicipobolt_hu/public_html/system/library/cart/tax.php:16
8 (0.300)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM oc_tax_rule tr1
LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '97' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '4259')
ORDER BY tr1.priority ASC
/var/www/html/focicipobolt_hu/public_html/system/library/cart/tax.php:44
9 (0.208)
SELECT *
FROM oc_weight_class wc
LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '1'
/var/www/html/focicipobolt_hu/public_html/system/library/cart/weight.php:10
10 (0.227)
SELECT *
FROM oc_length_class mc
LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '1'
/var/www/html/focicipobolt_hu/public_html/system/library/cart/length.php:10
11 (0.463)
DELETE
FROM oc_cart
WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:15
12 (0.170)
SELECT new_url , code, store_id
FROM oc_redirect_manager
WHERE old_url = 'index.php?description=1&route=product/search&search=Adidas Predator Accuracy.1 FG' AND status = 1 AND store_id = 0 LIMIT 1
/var/www/html/focicipobolt_hu/public_html/catalog/controller/extension/module/redirect_manager_pro.php:46
13 (0.304)
SELECT *
FROM `oc_event`
WHERE `trigger` LIKE 'catalog/%' AND status = '1'
ORDER BY `sort_order` ASC
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/event.php:4
14 (0.316)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
15 (3.671)
SELECT *
FROM `oc_journal3_module`
WHERE `module_type` = 'product_exclude_button'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/module.php:24
16 (3.345)
SELECT *
FROM `oc_journal3_module`
WHERE `module_type` = 'product_extra_button'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/module.php:24
17 (3.596)
SELECT *
FROM `oc_journal3_module`
WHERE `module_type` = 'product_label'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/module.php:24
18 (1.648)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1' LIMIT 1) AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id IN (354,379,126) AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:29
19 (0.276)
SELECT *
FROM oc_product_special ps
WHERE ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND ps.date_end != '0000-00-00' AND ps.date_end > NOW()) AND product_id IN (354,379,126) GROUP BY ps.product_id
ORDER BY ps.priority ASC, ps.price ASC
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:97
20 (0.318)
SELECT pi.product_id, pi.image
FROM oc_product_image pi
INNER JOIN ( SELECT product_id, MIN(sort_order) AS sort_order
FROM oc_product_image
WHERE product_id IN (354,379,126) GROUP BY product_id ) pi2
WHERE pi.product_id = pi2.product_id AND pi.sort_order = pi2.sort_order GROUP BY product_id
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:117
21 (15.030)
SELECT p.product_id, ( SELECT AVG(rating) total
FROM `oc_review` r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id ) rating, ( SELECT price
FROM `oc_product_discount` pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1 ) discount, ( SELECT price
FROM `oc_product_special` ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1 ) special, p.viewed as `p.viewed`, if (p.quantity, 1, 0) in_stock
FROM `oc_product` p
LEFT JOIN `oc_product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND pd.language_id = '1' AND EXISTS (SELECT product_id
FROM `oc_product_special` ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))) GROUP BY p.product_id
ORDER BY in_stock desc, p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0, 9999
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/filter.php:892
22 (21.258)
SELECT p.product_id, ( SELECT AVG(rating) total
FROM `oc_review` r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id ) rating, ( SELECT price
FROM `oc_product_discount` pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1 ) discount, ( SELECT price
FROM `oc_product_special` ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1 ) special, p.viewed as `p.viewed`, if (p.quantity, 1, 0) in_stock
FROM `oc_product` p
LEFT JOIN `oc_product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND pd.language_id = '1' GROUP BY p.product_id
ORDER BY in_stock desc, p.date_added DESC, LCASE(pd.name) DESC LIMIT 0, 100
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/filter.php:892
23 (0.471)
SELECT *
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_SCHEMA = 'ddnzkvwxen' AND TABLE_NAME = 'oc_journal3_product_sales'
/var/www/html/focicipobolt_hu/public_html/system/library/journal3/opencart/bestseller.php:45
24 (15.381)
SELECT p.product_id, ( SELECT AVG(rating) total
FROM `oc_review` r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id ) rating, ( SELECT price
FROM `oc_product_discount` pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1 ) discount, ( SELECT price
FROM `oc_product_special` ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1 ) special, p.viewed as `p.viewed`, if (p.quantity, 1, 0) in_stock , sales
FROM `oc_journal3_product_sales` j3ps
LEFT JOIN `oc_product` p ON (p.product_id = j3ps.product_id)
LEFT JOIN `oc_product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND pd.language_id = '1' GROUP BY p.product_id
ORDER BY in_stock desc, sales DESC, LCASE(pd.name) DESC LIMIT 0, 100
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/filter.php:892
25 (15.138)
SELECT p.product_id, ( SELECT AVG(rating) total
FROM `oc_review` r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id ) rating, ( SELECT price
FROM `oc_product_discount` pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1 ) discount, ( SELECT price
FROM `oc_product_special` ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1 ) special, p.viewed as `p.viewed`, if (p.quantity, 1, 0) in_stock
FROM `oc_product` p
LEFT JOIN `oc_product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND pd.language_id = '1' AND EXISTS (SELECT product_id
FROM `oc_product_special` ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))) GROUP BY p.product_id
ORDER BY in_stock desc, p.sort_order ASC, LCASE(pd.name) ASC
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/filter.php:892
26 (0.725)
SELECT p.product_id, ( SELECT AVG(rating) total
FROM `oc_review` r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id ) rating, ( SELECT price
FROM `oc_product_discount` pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1 ) discount, ( SELECT price
FROM `oc_product_special` ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1 ) special, p.viewed as `p.viewed`, if (p.quantity, 1, 0) in_stock
FROM `oc_product` p
LEFT JOIN `oc_product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND pd.language_id = '1' AND p.manufacturer_id IN (22) GROUP BY p.product_id
ORDER BY in_stock desc, p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0, 99
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/filter.php:892
27 (0.341)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/design/translation.php:18
28 (0.291)
SELECT *
FROM oc_seo_url
WHERE `query` = 'common/home' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
29 (0.214)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
30 (0.227)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/compare' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
31 (0.891)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
32 (0.567)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '115' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
33 (0.864)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
34 (0.539)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '83' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
35 (0.455)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '79' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
36 (0.461)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '81' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
37 (0.517)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '85' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
38 (0.482)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
39 (0.434)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '75' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
40 (0.460)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
41 (0.471)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '68' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
42 (0.431)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
43 (0.463)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
44 (0.469)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '114' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
45 (0.517)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '111' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
46 (0.701)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
47 (0.595)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '110' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
48 (0.772)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '87' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
49 (0.569)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '95' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
50 (0.662)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '96' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
51 (0.547)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '97' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
52 (0.584)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
53 (0.497)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '102' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
54 (0.520)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '88' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
55 (0.609)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '103' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:10
56 (1.140)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7044' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/catalog/product.php:11
57 (1.048)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6335' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/catalog/product.php:11
58 (0.747)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7295' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/catalog/product.php:11
59 (0.685)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6456' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/catalog/product.php:11
60 (0.603)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7129' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/catalog/product.php:11
61 (0.681)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7391' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/catalog/product.php:11
62 (0.630)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7215' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/catalog/product.php:11
63 (0.362)
SELECT *
FROM oc_product_to_category
WHERE product_id = '7044'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
64 (0.187)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
65 (0.243)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
66 (0.395)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=7044' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:105
67 (0.234)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6335'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
68 (0.235)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
69 (0.220)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
70 (0.305)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=6335' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:105
71 (0.221)
SELECT *
FROM oc_product_to_category
WHERE product_id = '7295'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
72 (0.211)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
73 (0.285)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
74 (0.249)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=7295' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:105
75 (0.165)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6456'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
76 (0.202)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
77 (0.168)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
78 (0.200)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=6456' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:105
79 (0.221)
SELECT *
FROM oc_product_to_category
WHERE product_id = '7129'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
80 (0.162)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
81 (0.180)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
82 (0.180)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=7129' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:105
83 (0.183)
SELECT *
FROM oc_product_to_category
WHERE product_id = '7391'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
84 (0.227)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
85 (0.232)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
86 (0.313)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=7391' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:105
87 (0.209)
SELECT *
FROM oc_product_to_category
WHERE product_id = '7215'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
88 (0.230)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
89 (0.252)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
90 (0.237)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=7215' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:105
91 (0.239)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
92 (0.206)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
93 (0.240)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
94 (0.180)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
95 (0.196)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
96 (0.207)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
97 (0.232)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
98 (0.320)
SELECT *
FROM oc_layout_route
WHERE 'product/search' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/catalog/model/design/layout.php:4
99 (0.212)
SELECT *
FROM oc_module
WHERE module_id = '41'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/module.php:4
100 (0.592)
SELECT *
FROM oc_seo_url
WHERE `query` = 'extension/module/ocme_mfp_filter' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
101 (0.195)
SELECT *
FROM oc_theme
WHERE store_id = '0'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/model/design/theme.php:12
102 (0.655)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
103 (16.211)
SELECT *
FROM `oc_journal3_module`
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/module.php:9
104 (4.172)
SELECT p.product_id
FROM `oc_product` p
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.quantity > 0
ORDER BY viewed DESC LIMIT 0, 8
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:482
105 (2.522)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1' LIMIT 1) AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id IN (6318,2190,4756,5965,3595,6834,6898,3213) AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:29
106 (0.311)
SELECT *
FROM oc_product_special ps
WHERE ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND ps.date_end != '0000-00-00' AND ps.date_end > NOW()) AND product_id IN (6318,2190,4756,5965,3595,6834,6898,3213) GROUP BY ps.product_id
ORDER BY ps.priority ASC, ps.price ASC
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:97
107 (0.578)
SELECT pi.product_id, pi.image
FROM oc_product_image pi
INNER JOIN ( SELECT product_id, MIN(sort_order) AS sort_order
FROM oc_product_image
WHERE product_id IN (6318,2190,4756,5965,3595,6834,6898,3213) GROUP BY product_id ) pi2
WHERE pi.product_id = pi2.product_id AND pi.sort_order = pi2.sort_order GROUP BY product_id
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:117
108 (0.250)
SELECT p.product_id
FROM `oc_product` p
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.product_id IN (0) AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.quantity > 0
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:424
109 (0.193)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 6318
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
110 (0.173)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6318'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
111 (0.178)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
112 (0.516)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 6318
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
113 (0.241)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6318'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
114 (0.228)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
115 (7.469)
SELECT *
FROM oc_seo_url
WHERE store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/url.php:102
116 (0.508)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 2190
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
117 (0.286)
SELECT *
FROM oc_product_to_category
WHERE product_id = '2190'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
118 (0.250)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
119 (0.182)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 2190
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
120 (0.155)
SELECT *
FROM oc_product_to_category
WHERE product_id = '2190'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
121 (0.207)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
122 (0.330)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 4756
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
123 (0.610)
SELECT *
FROM oc_product_to_category
WHERE product_id = '4756'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
124 (0.222)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '100'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
125 (0.199)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '83'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
126 (0.186)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '80'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
127 (0.156)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 4756
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
128 (0.164)
SELECT *
FROM oc_product_to_category
WHERE product_id = '4756'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
129 (0.173)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '100'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
130 (0.152)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '83'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
131 (0.160)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '80'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
132 (0.128)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 5965
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
133 (0.153)
SELECT *
FROM oc_product_to_category
WHERE product_id = '5965'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
134 (0.121)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
135 (0.136)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 5965
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
136 (0.104)
SELECT *
FROM oc_product_to_category
WHERE product_id = '5965'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
137 (0.163)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
138 (0.206)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 3595
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
139 (0.162)
SELECT *
FROM oc_product_to_category
WHERE product_id = '3595'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
140 (0.180)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
141 (0.142)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 3595
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
142 (0.101)
SELECT *
FROM oc_product_to_category
WHERE product_id = '3595'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
143 (0.189)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
144 (0.179)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 6834
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
145 (0.169)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6834'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
146 (0.165)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
147 (0.177)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 6834
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
148 (0.134)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6834'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
149 (0.143)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
150 (0.201)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 6898
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
151 (0.218)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6898'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
152 (0.209)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '95'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
153 (0.209)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '87'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
154 (0.204)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 6898
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
155 (0.177)
SELECT *
FROM oc_product_to_category
WHERE product_id = '6898'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
156 (0.152)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '95'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
157 (0.161)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '87'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
158 (0.238)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 3213
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
159 (0.394)
SELECT *
FROM oc_product_to_category
WHERE product_id = '3213'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
160 (0.339)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
161 (0.209)
SELECT m.name
from oc_manufacturer m
left join oc_product p on m.manufacturer_id = p.manufacturer_id
WHERE p.product_id = 3213
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:163
162 (0.163)
SELECT *
FROM oc_product_to_category
WHERE product_id = '3213'
ORDER BY category_id DESC LIMIT 1
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:129
163 (0.173)
SELECT c.category_id, cd1.name AS name, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_description cd1 ON (c.category_id = cd1.category_id)
WHERE cd1.language_id = '1' AND c.category_id = '115'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:157
164 (0.481)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '5' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
165 (0.248)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
166 (0.541)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'isenselabs_gdpr'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/setting.php:6
167 (0.356)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information/contact' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
168 (0.195)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/return/add' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
169 (0.181)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information/sitemap' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
170 (0.198)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information/tracking' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
171 (0.209)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/manufacturer' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
172 (0.184)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/voucher' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
173 (0.178)
SELECT *
FROM oc_seo_url
WHERE `query` = 'affiliate/login' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
174 (0.247)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/special' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
175 (0.206)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/account' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
176 (0.188)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/order' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
177 (0.187)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/wishlist' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
178 (0.185)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/newsletter' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
179 (0.660)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
180 (0.346)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
181 (0.330)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
182 (1.212)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
183 (0.693)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '83' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
184 (0.492)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '100' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
185 (0.563)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '99' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
186 (0.550)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '79' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
187 (0.504)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '81' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
188 (0.530)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '85' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
189 (0.580)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
190 (0.518)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '75' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
191 (0.471)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
192 (0.645)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '68' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
193 (0.631)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
194 (0.467)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
195 (0.756)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '114' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
196 (0.530)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '111' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
197 (0.566)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
198 (0.437)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '110' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
199 (0.253)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
200 (0.243)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '103' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
201 (0.281)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '103' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
202 (0.208)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '103' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
203 (0.597)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '103' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
204 (0.214)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '103' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
205 (0.241)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
206 (0.254)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
207 (0.224)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
208 (0.551)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
209 (0.217)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
210 (0.212)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '104' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
211 (0.347)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '102' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
212 (0.305)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '102' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
213 (0.249)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '102' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
214 (0.658)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '102' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
215 (0.223)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '102' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
216 (0.244)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '87' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
217 (0.275)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '87' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
218 (0.211)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '87' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
219 (0.720)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '87' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
220 (0.481)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '95' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
221 (0.464)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '96' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
222 (0.433)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '97' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
223 (0.249)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '87' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
224 (0.246)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '10' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
225 (0.264)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '10' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
226 (0.416)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '115' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
227 (0.290)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '115' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
228 (0.265)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '115' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
229 (0.675)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '115' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
230 (0.422)
SELECT *
FROM oc_journal3_setting
WHERE store_id = '0' AND `setting_name` = 'blogPageKeyword'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/blog.php:689
231 (0.399)
SELECT *
FROM oc_manufacturer m
LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id)
WHERE m.manufacturer_id = '14' AND m2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/manufacturer.php:4
232 (0.276)
SELECT *
FROM oc_manufacturer m
LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id)
WHERE m.manufacturer_id = '14' AND m2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/manufacturer.php:4
233 (0.229)
SELECT *
FROM oc_manufacturer m
LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id)
WHERE m.manufacturer_id = '13' AND m2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/manufacturer.php:4
234 (0.237)
SELECT *
FROM oc_manufacturer m
LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id)
WHERE m.manufacturer_id = '13' AND m2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/manufacturer.php:4
235 (0.428)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
236 (0.236)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
237 (0.261)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
238 (0.573)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
239 (0.253)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '75' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
240 (0.207)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '75' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
241 (0.203)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '75' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
242 (0.532)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '75' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
243 (0.217)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
244 (0.207)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
245 (0.186)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
246 (0.488)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
247 (0.259)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '68' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
248 (0.233)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '68' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
249 (0.178)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '68' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
250 (0.476)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '68' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
251 (0.237)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
252 (0.185)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
253 (0.179)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
254 (0.484)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
255 (0.241)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
256 (0.229)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
257 (0.209)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
258 (0.561)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
259 (0.242)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '114' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
260 (0.223)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '114' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
261 (0.250)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '114' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
262 (0.490)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '114' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
263 (0.310)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '111' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
264 (0.282)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '111' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
265 (0.216)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '111' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
266 (0.548)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '111' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
267 (0.231)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
268 (0.240)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
269 (0.188)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
270 (0.503)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
271 (0.274)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '110' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
272 (0.412)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '110' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
273 (0.240)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '110' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:18
274 (0.582)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '110' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/category.php:62
275 (0.215)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '66' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
276 (0.168)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '65' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
277 (0.221)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '71' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/category.php:4
278 (0.312)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
279 (0.216)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
280 (0.247)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '5' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
281 (0.207)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '5' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
282 (0.208)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '12' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
283 (0.218)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '12' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
284 (0.425)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '5' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
285 (0.204)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '5' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
286 (0.212)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
287 (0.237)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
288 (0.249)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '12' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
289 (0.230)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '12' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
290 (0.520)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '4' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/html/focicipobolt_hu/public_html/catalog/model/catalog/information.php:4
291 (0.543)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'isenselabs_gdpr'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/setting.php:6
292 (0.250)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/extension.php:4
293 (0.218)
SELECT *
FROM oc_country
WHERE country_id = '97'
/var/www/html/focicipobolt_hu/public_html/system/library/tagmanager.php:1056
294 (0.592)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/account' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
295 (0.406)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/logout' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
296 (0.194)
SELECT *
FROM oc_seo_url
WHERE `query` = 'common/home' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
297 (0.257)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/wishlist' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
298 (0.183)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/account' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
299 (0.176)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/register' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
300 (0.143)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/login' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
301 (0.139)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/order' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
302 (0.155)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/transaction' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
303 (0.209)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/download' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
304 (0.163)
SELECT *
FROM oc_seo_url
WHERE `query` = 'account/logout' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
305 (0.146)
SELECT *
FROM oc_seo_url
WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
306 (0.180)
SELECT *
FROM oc_seo_url
WHERE `query` = 'checkout/checkout' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
307 (0.141)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information/contact' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
308 (0.228)
SELECT *
FROM oc_seo_url
WHERE `query` = 'common/language/language' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
309 (0.276)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
310 (0.337)
SELECT *
FROM oc_seo_url
WHERE `query` = 'common/currency/currency' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
311 (0.266)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
312 (0.415)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
313 (0.389)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
314 (0.303)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/extension.php:4
315 (0.316)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
316 (0.287)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
317 (0.248)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/var/www/html/focicipobolt_hu/public_html/system/library/cart/customer.php:122
318 (0.276)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
319 (0.227)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
320 (0.247)
SELECT *
FROM oc_seo_url
WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
321 (0.249)
SELECT *
FROM oc_seo_url
WHERE `query` = 'checkout/checkout' AND store_id = '0' AND language_id = '1'
/var/www/html/focicipobolt_hu/public_html/storage/modification/catalog/controller/startup/seo_url.php:116
322 (0.186)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
323 (0.169)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/extension.php:4
324 (0.241)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
325 (0.207)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
326 (0.207)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/var/www/html/focicipobolt_hu/public_html/system/library/cart/customer.php:122
327 (0.236)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '52f68f20fd94f3bf29b3f3d9f8'
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/cart/cart.php:45
328 (0.574)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'advertise_google'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/setting.php:6
329 (2.050)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1' LIMIT 1) AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id IN (7044,6335,7295,6456,7129,7391,7215) AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:29
330 (0.369)
SELECT *
FROM oc_product_special ps
WHERE ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND ps.date_end != '0000-00-00' AND ps.date_end > NOW()) AND product_id IN (7044,6335,7295,6456,7129,7391,7215) GROUP BY ps.product_id
ORDER BY ps.priority ASC, ps.price ASC
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:97
331 (0.598)
SELECT pi.product_id, pi.image
FROM oc_product_image pi
INNER JOIN ( SELECT product_id, MIN(sort_order) AS sort_order
FROM oc_product_image
WHERE product_id IN (7044,6335,7295,6456,7129,7391,7215) GROUP BY product_id ) pi2
WHERE pi.product_id = pi2.product_id AND pi.sort_order = pi2.sort_order GROUP BY product_id
/var/www/html/focicipobolt_hu/public_html/catalog/model/journal3/product.php:117
332 (0.149)
SELECT *
FROM oc_manufacturer
WHERE manufacturer_id = 14
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/productextras.php:240
333 (0.208)
SELECT *
FROM oc_manufacturer
WHERE manufacturer_id = 14
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/productextras.php:240
334 (0.421)
SELECT *
FROM oc_manufacturer
WHERE manufacturer_id = 14
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/productextras.php:240
335 (0.232)
SELECT *
FROM oc_manufacturer
WHERE manufacturer_id = 14
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/productextras.php:240
336 (0.173)
SELECT *
FROM oc_manufacturer
WHERE manufacturer_id = 14
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/productextras.php:240
337 (0.196)
SELECT *
FROM oc_manufacturer
WHERE manufacturer_id = 14
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/productextras.php:240
338 (0.295)
SELECT *
FROM oc_manufacturer
WHERE manufacturer_id = 14
/var/www/html/focicipobolt_hu/public_html/storage/modification/system/library/journal3/productextras.php:240
339 (0.471)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'advertise_google'
/var/www/html/focicipobolt_hu/public_html/catalog/model/setting/setting.php:6
FOGYASZTÓ BARÁT
INFORMÁCIÓK

focicipobolt.hu
© Fogyasztó Barát
ELLENŐRZÖTT WEBÁRUHÁZ
Fogyasztó Barát Tanúsítvány
focicipobolt.hu
A tanúsítvány adatait naponta ellenőrzi a Fogyasztó Barát
Legutóbb ellenőrizve: 2025.04.14.

A webáruházat üzemeltető cég valós
Cégnév
KSB PROJECT Korlátolt Felelősségű Társaság
Székhely
3524 Miskolc, Kölcsey út 25. 10. em. 21. ajtó
Adószám
26195261-2-05
Cégjegyzékszám
05-09-030395
Képviselők
Gyarmathy Fanni Ágnes ügyvezető (vezető tisztségviselő)
A fenti adatokat naponta ellenőrizzük a NAV és a közhiteles állami nyilvántartásból

Nem áll cégbírósági eljárás alatt
Csődeljárás
Nincs
Felszámolási eljárás
Nincs
Végrehajtás
Nincs
Végelszámolás
Nincs
Kényszertörlés
Nincs
Büntetőjogi intézkedés
Nincs
Megszüntetési eljárás
Nincs
A fenti adatokat naponta ellenőrizzük a NAV és a közhiteles állami nyilvántartásból

NAV státusza aktív
Adószáma érvényes
Az adószám NEM szerepel a NAV szankciósan törölt listáján
Szerepel a NAV Megbízható adózó listáján*
A fenti adatokat naponta ellenőrizzük a NAV és a közhiteles állami nyilvántartásból
* A NAV negyedévente teszi közzé ezeket az adatokat

A Fogyasztó Barát webáruház közösség tagja
Naprakész jogszabálykövető ÁSZF - hatályos: 2025-03-21
Naprakész jogszabálykövető Adatkezelési tájékoztató - hatályos: 2024-11-27
Naprakész jogszabálykövető Elállási nyilatkozat - hatályos: 2024-11-27
A Fogyasztó Barát tanúsítja, hogy ez a webáruház 2018. november 22. óta folyamatosan használja a jogszabálykövető vásárlói tájékoztató rendszert.