articole de pescuit Gama variata de produse

La Claumar Pescar poti alege simplu si rapid dintr-o gama variata de articole de pescuit.

transport gratuit Transport Gratuit

Comenzile peste 400 lei pot beneficia de transport gratuit.

Vezi mai multe detalii

plata in rate Plata cu cardul

Plata cu cardul in rate fara dobanda.

Vezi mai multe detalii

suport Suport 10-18

Suportul telefonic este 10-18. Orice intrebare ai avea, stim ca nu poate astepta. Apeleaza serviciul Suport 10-18! Un consultant asteapta sa iti preia apelul in intervalul orar 10-18 de luni pana vineri.

Vezi mai multe detalii

returnare Returnare simplu in 14 zile

Retur simplu in 14 zile.

Vezi mai multe detalii

Căutare - vu.2.5878

Produse ce potrivesc criteriilor de căutare


Exclusiv online!

Shad Mikado Real Fish, Culoare Perch, 6.5cm, 6buc/pac

PMRFP-6.5-PERCH
Livrare 48-72 ore

37,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Perch, 8cm, 5buc/pac

PMRFP-8-PERCH
Livrare 48-72 ore

34,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Perch, 9.5cm, 4buc/pac

PMRFP-9.5-PERCH
Livrare 48-72 ore

33,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Roach, 10cm, 4buc/pac

PMRFR-10-ROACH
Livrare 48-72 ore

33,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Roach, 7cm, 7buc/pac

PMRFR-7-ROACH
Livrare 48-72 ore

39,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Roach, 8.5cm, 5buc/pac

PMRFR-8.5-ROACH
Livrare 48-72 ore

39,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Ruffe, 6.5cm, 6buc/pac

PMRFP-6.5-RUFFE
Livrare 48-72 ore

37,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Ruffe, 8cm, 5buc/pac

PMRFP-8-RUFFE
Livrare 48-72 ore

36,00Lei

Exclusiv online!

Shad Mikado Real Fish, Culoare Ruffe, 9.5cm, 4buc/pac

PMRFP-9.5-RUFFE
Livrare 48-72 ore

33,00Lei

Exclusiv online!

37,00Lei

95,00Lei

Exclusiv online!

51,96Lei

Exclusiv online!

63,96Lei

Exclusiv online!

111,96Lei

Exclusiv online!

95,96Lei

Exclusiv online!

111,96Lei

Exclusiv online!

91,96Lei

Exclusiv online!

99,96Lei

Exclusiv online!

91,96Lei

Exclusiv online!

91,96Lei

Afişare 61 - 80 din 274 (14 pagini)
Queries: 742, Total time: 163.636 ms [By time] [By id] [By file]
1 (0.105)
SELECT data
FROM `oc_session`
WHERE session_id = 'be097fbe809d6e3f1ec17cca24'
/var/www/clients/client1/web1/web/system/library/session/db.php:23
2 (0.090)
SELECT `trigger`, `action`
FROM oc_event
/var/www/clients/client1/web1/web/index.php:428
3 (7.894)
CREATE TEMPORARY TABLE oc_bf_tmp_product (PRIMARY KEY (`product_id`), INDEX my_index (match_filters, sort_order, manufacturer_id)) ENGINE=MEMORY SELECT p.product_id, p.sort_order, p.quantity, p.manufacturer_id, "1" AS match_filters, (IF(MIN(ps.price) IS NOT NULL, MIN(ps.price), p.price) * (1 + IFNULL(percent_tax, 0)/100) + IFNULL(fixed_tax, 0)) AS actual_price
FROM `oc_product` AS p
INNER JOIN `oc_product_to_store` AS p2s ON (p2s.product_id = p.product_id)
INNER JOIN `oc_bf_filter` AS f ON (p.product_id = f.product_id)
INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.product_id)
LEFT JOIN `oc_product_special` AS ps ON (ps.product_id = p.product_id AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()) AND (ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND ps.customer_group_id = '1')
LEFT JOIN ( SELECT SUM(fixed_rate) AS fixed_tax, SUM(percent_rate) AS percent_tax, tax_class_id
FROM `oc_bf_tax_rate`) AS tx ON (p.tax_class_id = tx.tax_class_id)
WHERE p2s.store_id = '3' AND (MATCH(pd.tag) AGAINST('+real' IN BOOLEAN MODE)) AND p.status_filtru > 0 AND p.price > 0 GROUP BY p.product_id
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:737
4 (1.622)
SELECT p.*, pp.sort_order, pp.viewed, IF ((pp.quantity) > 0, 1, 0) AS array_quantity
FROM `oc_bf_tmp_product` AS p
INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.product_id)
INNER JOIN `oc_product` AS pp ON (pp.product_id = p.product_id)
WHERE match_filters = 1 AND pd.language_id = '2'
ORDER BY array_quantity DESC, pp.sort_order ASC, pp.viewed DESC, pd.name ASC LIMIT 60, 20
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:184
5 (0.738)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224153' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
6 (0.199)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224153' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
7 (0.216)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224153' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
8 (0.077)
SELECT *
FROM oc_product_image
WHERE product_id = '224153'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
9 (0.639)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224139' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
10 (0.164)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224139' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
11 (0.159)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224139' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
12 (0.085)
SELECT *
FROM oc_product_image
WHERE product_id = '224139'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
13 (0.613)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224128' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
14 (0.174)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224128' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
15 (0.160)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224128' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
16 (0.075)
SELECT *
FROM oc_product_image
WHERE product_id = '224128'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
17 (0.644)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224164' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
18 (0.222)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224164' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
19 (0.195)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224164' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
20 (0.089)
SELECT *
FROM oc_product_image
WHERE product_id = '224164'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
21 (0.732)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224145' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
22 (0.223)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224145' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
23 (0.175)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224145' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
24 (0.074)
SELECT *
FROM oc_product_image
WHERE product_id = '224145'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
25 (0.574)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224133' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
26 (0.160)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224133' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
27 (0.157)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224133' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
28 (0.073)
SELECT *
FROM oc_product_image
WHERE product_id = '224133'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
29 (0.625)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224152' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
30 (0.169)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224152' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
31 (0.161)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224152' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
32 (0.087)
SELECT *
FROM oc_product_image
WHERE product_id = '224152'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
33 (0.607)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224138' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
34 (0.170)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224138' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
35 (0.158)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224138' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
36 (0.074)
SELECT *
FROM oc_product_image
WHERE product_id = '224138'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
37 (0.611)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224127' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
38 (0.165)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224127' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
39 (0.173)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224127' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
40 (0.074)
SELECT *
FROM oc_product_image
WHERE product_id = '224127'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
41 (0.614)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '224151' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
42 (0.206)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '224151' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
43 (0.190)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '224151' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
44 (0.075)
SELECT *
FROM oc_product_image
WHERE product_id = '224151'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
45 (0.581)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '215413' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
46 (0.187)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '215413' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
47 (0.182)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '215413' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
48 (0.099)
SELECT *
FROM oc_product_image
WHERE product_id = '215413'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
49 (0.587)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '219331' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
50 (0.166)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '219331' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
51 (0.197)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '219331' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
52 (0.076)
SELECT *
FROM oc_product_image
WHERE product_id = '219331'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
53 (0.579)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225502' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
54 (0.184)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225502' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
55 (0.231)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225502' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
56 (0.097)
SELECT *
FROM oc_product_image
WHERE product_id = '225502'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
57 (0.821)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225256' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
58 (0.175)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225256' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
59 (0.181)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225256' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
60 (0.075)
SELECT *
FROM oc_product_image
WHERE product_id = '225256'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
61 (0.584)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225263' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
62 (0.168)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225263' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
63 (0.178)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225263' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
64 (0.075)
SELECT *
FROM oc_product_image
WHERE product_id = '225263'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
65 (0.579)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225251' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
66 (0.171)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225251' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
67 (0.211)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225251' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
68 (0.091)
SELECT *
FROM oc_product_image
WHERE product_id = '225251'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
69 (0.745)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225309' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
70 (0.216)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225309' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
71 (0.210)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225309' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
72 (0.090)
SELECT *
FROM oc_product_image
WHERE product_id = '225309'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
73 (0.719)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225304' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
74 (0.170)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225304' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
75 (0.179)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225304' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
76 (0.074)
SELECT *
FROM oc_product_image
WHERE product_id = '225304'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
77 (0.576)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225271' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
78 (0.169)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225271' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
79 (0.174)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225271' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
80 (0.073)
SELECT *
FROM oc_product_image
WHERE product_id = '225271'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
81 (0.573)
SELECT DISTINCT *, p.product_id, pd.name AS name, p.image, m.name AS manufacturer, (SELECT p2sb.product_id
FROM oc_product_to_store p2sb
WHERE p2sb.product_id = p.product_id AND p2sb.store_id = '1') AS blackfriday, (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 ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') 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 = '2') AS weight_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(1) 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)
LEFT JOIN (SELECT os.product_id, os.magazin AS comenzi_magazin, os.online AS comenzi_online
FROM oc_order_stoc os GROUP BY os.product_id) opp ON (opp.product_id = p.product_id)
WHERE p.product_id = '225267' AND pd.language_id = '2' AND p.status = '1' AND p.price > '0' AND p2s.store_id = '3'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:51
82 (0.180)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '225267' AND agd.language_id = '2' AND ag.attribute_group_id NOT IN (54) GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1295
83 (0.181)
SELECT a.attribute_id, a.arata, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '225267' AND a.attribute_group_id = '23' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1300
84 (0.074)
SELECT *
FROM oc_product_image
WHERE product_id = '225267'
ORDER BY sort_order ASC
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:1396
85 (0.108)
SELECT *
FROM oc_stock_status
WHERE furnizor LIKE '%"FISH PRO SRL"%' AND language_id = '2'
/var/www/clients/client1/web1/web/catalog/model/catalog/product.php:130
86 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224153'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
87 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224139'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
88 (0.103)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
89 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224164'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
90 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224145'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
91 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224133'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
92 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224152'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
93 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224138'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
94 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224127'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
95 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=224151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
96 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=215413'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
97 (0.113)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=219331'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
98 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225502'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
99 (0.112)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225256'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
100 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225263'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
101 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225251'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
102 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225309'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
103 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225304'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
104 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225271'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
105 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=225267'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:169
106 (0.484)
SELECT DISTINCT m.manufacturer_id AS id, CONCAT(UCASE(LEFT(m.name, 1)), LCASE(SUBSTRING(m.name, 2))) AS name
FROM `oc_manufacturer` AS m
INNER JOIN `oc_bf_tmp_product` AS p ON (m.manufacturer_id = p.manufacturer_id)
WHERE match_filters = 1
ORDER BY m.sort_order, m.name
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1248
107 (0.093)
SELECT stock_status_id AS id, name
FROM `oc_stock_status`
WHERE language_id = '2'
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1270
108 (0.157)
SELECT MIN(actual_price) AS min, MAX(actual_price) AS max
FROM `oc_bf_tmp_product` AS p
WHERE match_filters = 1
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:1035
109 (4.717)
SELECT COUNT(1) AS val, filter_group, filter_id
FROM `oc_bf_tmp_product` AS p
INNER JOIN `oc_bf_filter` AS f ON (p.product_id = f.product_id)
WHERE match_filters = 1 AND f.language_id = '2' GROUP BY filter_group, filter_id
/var/www/clients/client1/web1/web/catalog/model/module/brainyfilter.php:949
110 (0.815)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
111 (0.605)
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 = '217' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
112 (0.378)
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 = '218' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
113 (0.370)
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 = '483' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
114 (0.374)
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 = '84' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
115 (0.379)
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 = '222' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
116 (0.372)
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 = '279' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
117 (0.362)
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 = '380' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
118 (0.449)
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 = '637' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
119 (0.593)
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 = '225' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
120 (0.541)
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 = '92' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
121 (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 = '653' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
122 (0.409)
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 = '223' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
123 (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 = '487' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
124 (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 = '453' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
125 (0.402)
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 = '224' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
126 (0.441)
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 = '262' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
127 (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 = '88' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
128 (0.634)
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 = '270' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
129 (0.374)
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 = '271' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
130 (0.418)
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 = '272' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
131 (0.374)
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 = '293' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
132 (0.331)
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 = '382' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
133 (0.285)
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 = '278' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
134 (0.536)
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 = '274' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
135 (0.381)
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 = '277' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
136 (0.367)
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 = '779' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
137 (0.450)
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 = '644' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
138 (0.390)
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 = '435' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
139 (0.480)
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 = '422' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
140 (0.384)
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 = '441' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
141 (0.508)
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 = '276' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
142 (0.379)
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 = '439' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
143 (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 = '396' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
144 (0.601)
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 = '220' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
145 (0.306)
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 = '226' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
146 (0.325)
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 = '390' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
147 (0.379)
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 = '392' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
148 (0.362)
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 = '227' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
149 (0.356)
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 = '393' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
150 (0.347)
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 = '292' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
151 (0.391)
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 = '383' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
152 (0.540)
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 = '491' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
153 (0.498)
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 = '651' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
154 (0.395)
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 = '229' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
155 (0.359)
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 = '230' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
156 (0.449)
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 = '228' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
157 (0.378)
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 = '231' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
158 (0.365)
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 = '421' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
159 (0.388)
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 = '434' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
160 (0.847)
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 = '355' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
161 (0.391)
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 = '387' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
162 (0.308)
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 = '179' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
163 (0.312)
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 = '405' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
164 (0.493)
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 = '250' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
165 (0.338)
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 = '251' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
166 (0.380)
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 = '252' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
167 (0.326)
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 = '661' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
168 (0.312)
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 = '741' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
169 (0.332)
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 = '256' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
170 (0.310)
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 = '727' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
171 (0.395)
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 = '769' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
172 (0.399)
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 = '781' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
173 (0.320)
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 = '257' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
174 (0.280)
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 = '253' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
175 (0.310)
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 = '255' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
176 (0.286)
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 = '632' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
177 (0.284)
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 = '263' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
178 (0.362)
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 = '636' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
179 (0.676)
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 = '221' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
180 (0.521)
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 = '258' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
181 (0.371)
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 = '269' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
182 (0.357)
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 = '370' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
183 (0.408)
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 = '261' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
184 (0.287)
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 = '259' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
185 (0.416)
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 = '268' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
186 (0.448)
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 = '384' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
187 (0.458)
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 = '266' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
188 (0.487)
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 = '789' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
189 (0.451)
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 = '719' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
190 (0.291)
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 = '264' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
191 (0.305)
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 = '777' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
192 (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 = '643' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
193 (0.364)
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 = '436' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
194 (0.426)
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 = '137' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
195 (0.458)
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 = '693' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
196 (0.445)
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 = '677' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
197 (0.396)
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 = '119' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
198 (0.405)
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 = '180' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
199 (0.348)
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 = '440' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
200 (0.412)
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 = '543' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
201 (0.565)
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 = '282' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
202 (0.404)
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 = '285' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
203 (0.348)
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 = '286' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
204 (0.322)
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 = '290' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
205 (0.390)
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 = '287' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
206 (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 = '650' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
207 (0.385)
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 = '381' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
208 (0.366)
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 = '284' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
209 (0.378)
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 = '288' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
210 (0.511)
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 = '306' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
211 (0.362)
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 = '178' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
212 (0.373)
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 = '172' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
213 (0.390)
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 = '419' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
214 (0.305)
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 = '325' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
215 (0.338)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
216 (0.387)
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 = '198' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
217 (0.389)
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 = '787' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
218 (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 = '91' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
219 (0.378)
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 = '204' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
220 (0.485)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
221 (0.391)
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 = '94' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
222 (0.373)
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 = '579' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
223 (0.385)
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 = '202' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
224 (0.373)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
225 (0.108)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
226 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=97'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
227 (0.604)
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 = '93' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
228 (0.119)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
229 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
230 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=473'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
231 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
232 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
233 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=336'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
234 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
235 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
236 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=337'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
237 (0.108)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
238 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
239 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=352'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
240 (0.112)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
241 (0.077)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
242 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=338'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
243 (0.117)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
244 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
245 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=335'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
246 (0.078)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
247 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
248 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=333'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
249 (0.074)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
250 (0.075)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
251 (0.076)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=332'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
252 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
253 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
254 (0.076)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=334'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
255 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
256 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
257 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=339'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
258 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
259 (0.078)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
260 (0.074)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=340'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
261 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
262 (0.072)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=93'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
263 (0.303)
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 = '254' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
264 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
265 (0.077)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=254'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
266 (0.311)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
267 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
268 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=95'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
269 (0.307)
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 = '141' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
270 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
271 (0.074)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=141'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
272 (0.356)
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 = '575' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
273 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
274 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=575'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
275 (0.334)
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 = '471' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
276 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
277 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=471'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
278 (0.315)
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 = '577' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
279 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
280 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=577'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
281 (0.366)
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 = '417' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
282 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=91'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
283 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=417'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
284 (0.593)
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 = '106' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
285 (0.329)
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 = '591' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
286 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
287 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=591'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
288 (0.296)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
289 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
290 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=109'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
291 (0.409)
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 = '108' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
292 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
293 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=108'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
294 (0.495)
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 = '673' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
295 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
296 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
297 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=114'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
298 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
299 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
300 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=674'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
301 (0.114)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
302 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
303 (0.075)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=585'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
304 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
305 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
306 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=581'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
307 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
308 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
309 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=583'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
310 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
311 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
312 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=245'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
313 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
314 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
315 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=675'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
316 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
317 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=673'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
318 (0.587)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
319 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
320 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
321 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=601'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
322 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
323 (0.112)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
324 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=481'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
325 (0.121)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
326 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
327 (0.167)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=587'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
328 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
329 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
330 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=348'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
331 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
332 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
333 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=589'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
334 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
335 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
336 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=349'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
337 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
338 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
339 (0.117)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=404'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
340 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
341 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
342 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=397'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
343 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
344 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
345 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=599'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
346 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
347 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
348 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=603'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
349 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
350 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
351 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=597'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
352 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
353 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=111'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
354 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=351'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
355 (0.439)
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 = '113' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
356 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
357 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=113'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
358 (0.413)
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 = '438' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
359 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
360 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=438'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
361 (0.413)
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 = '112' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
362 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
363 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=112'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
364 (0.398)
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 = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
365 (0.108)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=106'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
366 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=110'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
367 (0.717)
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 = '151' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
368 (0.400)
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 = '743' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
369 (0.418)
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 = '158' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
370 (0.103)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
371 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
372 (0.399)
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 = '215' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
373 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
374 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=215'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
375 (0.394)
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 = '682' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
376 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
377 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=682'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
378 (0.474)
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 = '679' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
379 (0.113)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
380 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=679'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
381 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=152'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
382 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
383 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=679'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
384 (0.079)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=680'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
385 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
386 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=679'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
387 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=690'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
388 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
389 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=679'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
390 (0.405)
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 = '541' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
391 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
392 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=541'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
393 (0.400)
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 = '681' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
394 (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 = '208' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
395 (0.120)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
396 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=208'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
397 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=802'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
398 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
399 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=208'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
400 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=804'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
401 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
402 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=208'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
403 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=801'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
404 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
405 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=208'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
406 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=805'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
407 (0.115)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
408 (0.080)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=208'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
409 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=806'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
410 (0.528)
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 = '609' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
411 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
412 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=609'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
413 (0.103)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=688'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
414 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
415 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=609'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
416 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=605'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
417 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
418 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=609'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
419 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=156'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
420 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
421 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=609'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
422 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=611'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
423 (0.411)
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 = '391' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
424 (0.407)
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 = '153' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
425 (0.390)
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 = '160' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
426 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
427 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=160'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
428 (0.405)
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 = '535' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
429 (0.485)
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 = '663' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
430 (0.126)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
431 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=663'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
432 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=159'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
433 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
434 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=663'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
435 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=664'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
436 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
437 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=663'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
438 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=665'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
439 (0.417)
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 = '155' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
440 (0.398)
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 = '154' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
441 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
442 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=154'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
443 (0.401)
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 = '539' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
444 (0.408)
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 = '537' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
445 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
446 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=537'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
447 (0.576)
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 = '666' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
448 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
449 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
450 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=686'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
451 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
452 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
453 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=697'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
454 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
455 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
456 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=672'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
457 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
458 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
459 (0.258)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=685'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
460 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
461 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
462 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=667'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
463 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
464 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
465 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=157'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
466 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
467 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
468 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=671'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
469 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
470 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
471 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=668'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
472 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=151'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
473 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=666'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
474 (0.588)
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 = '98' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
475 (0.730)
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 = '647' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
476 (0.114)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
477 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
478 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=709'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
479 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
480 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
481 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=757'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
482 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
483 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
484 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=101'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
485 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
486 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
487 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=102'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
488 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
489 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
490 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=401'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
491 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
492 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
493 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=103'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
494 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
495 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
496 (0.113)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=715'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
497 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
498 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
499 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=400'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
500 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
501 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
502 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=403'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
503 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
504 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=647'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
505 (0.523)
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 = '648' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
506 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
507 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=648'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
508 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=399'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
509 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
510 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=648'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
511 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=398'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
512 (0.112)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
513 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=648'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
514 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=100'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
515 (0.112)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
516 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=648'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
517 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=717'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
518 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
519 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=648'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
520 (0.598)
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 = '649' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
521 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
522 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
523 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=503'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
524 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
525 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
526 (0.073)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=753'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
527 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
528 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
529 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=99'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
530 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
531 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
532 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=388'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
533 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
534 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
535 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=713'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
536 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
537 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
538 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=297'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
539 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
540 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
541 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=711'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
542 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
543 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
544 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=104'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
545 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
546 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
547 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=646'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
548 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
549 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
550 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=755'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
551 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
552 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=649'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
553 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=751'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
554 (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 = '684' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
555 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
556 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=684'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
557 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=735'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
558 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
559 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=684'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
560 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=737'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
561 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
562 (0.071)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=684'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
563 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=739'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
564 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
565 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=684'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
566 (0.312)
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 = '418' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
567 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=98'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
568 (0.108)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=418'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
569 (0.538)
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 = '120' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
570 (0.560)
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 = '655' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
571 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
572 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
573 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=289'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
574 (0.081)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
575 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
576 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=275'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
577 (0.079)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
578 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
579 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=555'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
580 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
581 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
582 (0.094)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=545'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
583 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
584 (0.072)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
585 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=559'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
586 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
587 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
588 (0.098)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=549'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
589 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
590 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
591 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=747'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
592 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
593 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
594 (0.076)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=571'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
595 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
596 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
597 (0.078)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=547'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
598 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
599 (0.074)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=655'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
600 (0.341)
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 = '121' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
601 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
602 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=121'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
603 (0.413)
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 = '123' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
604 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
605 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=123'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
606 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=689'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
607 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
608 (0.081)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=123'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
609 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=553'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
610 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
611 (0.080)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=123'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
612 (0.080)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=773'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
613 (0.075)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
614 (0.080)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=123'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
615 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=551'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
616 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
617 (0.079)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=123'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
618 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=567'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
619 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
620 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=123'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
621 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=569'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
622 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
623 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=123'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
624 (0.335)
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 = '565' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
625 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
626 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=565'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
627 (0.422)
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 = '395' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
628 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
629 (0.122)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=395'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
630 (0.406)
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 = '122' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
631 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
632 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=122'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
633 (0.398)
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 = '563' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
634 (0.104)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=120'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
635 (0.091)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=563'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
636 (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 = '189' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
637 (0.315)
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 = '195' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
638 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
639 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=195'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
640 (0.321)
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 = '192' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
641 (0.080)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
642 (0.071)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=192'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
643 (0.393)
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 = '191' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
644 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
645 (0.081)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=191'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
646 (0.313)
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 = '194' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
647 (0.079)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
648 (0.084)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=194'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
649 (0.391)
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 = '211' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
650 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
651 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=211'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
652 (0.357)
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 = '190' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
653 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
654 (0.080)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=190'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
655 (0.324)
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 = '725' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
656 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
657 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=725'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
658 (0.394)
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 = '654' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
659 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
660 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=654'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
661 (0.079)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=193'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
662 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
663 (0.083)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=654'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
664 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=389'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
665 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
666 (0.076)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=654'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
667 (0.081)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=373'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
668 (0.088)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
669 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=654'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
670 (0.372)
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 = '377' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
671 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
672 (0.095)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=377'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
673 (0.417)
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 = '729' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
674 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
675 (0.110)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=729'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
676 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=189'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
677 (0.522)
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 = '128' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
678 (0.420)
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 = '745' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
679 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
680 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=745'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
681 (0.401)
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 = '129' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
682 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
683 (0.101)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=129'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
684 (0.426)
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 = '394' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
685 (0.117)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
686 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=394'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
687 (0.417)
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 = '132' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
688 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
689 (0.116)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=132'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
690 (0.413)
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 = '130' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
691 (0.103)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
692 (0.108)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=130'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
693 (0.494)
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 = '635' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
694 (0.112)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
695 (0.155)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=635'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
696 (0.085)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=657'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
697 (0.089)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
698 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=635'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
699 (0.076)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=658'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
700 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
701 (0.097)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=635'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
702 (0.082)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=659'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
703 (0.111)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
704 (0.099)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=635'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
705 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=660'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
706 (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 = '131' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
707 (0.118)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
708 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=131'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
709 (0.423)
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 = '447' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
710 (0.113)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=128'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
711 (0.102)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=447'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
712 (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 = '133' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
713 (0.381)
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 = '629' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
714 (0.105)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=133'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
715 (0.093)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=629'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
716 (0.414)
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 = '631' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
717 (0.559)
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 = '298' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
718 (0.407)
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 = '415' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
719 (0.413)
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 = '301' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
720 (0.403)
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 = '304' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
721 (0.115)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
722 (0.081)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=304'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
723 (0.305)
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 = '300' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
724 (0.087)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
725 (0.076)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=300'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
726 (0.378)
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 = '303' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
727 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
728 (0.090)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=303'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
729 (0.413)
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 = '302' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
730 (0.108)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
731 (0.106)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=302'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
732 (0.368)
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 = '299' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
733 (0.107)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
734 (0.092)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=299'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
735 (0.338)
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 = '371' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
736 (0.096)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
737 (0.086)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=371'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
738 (0.385)
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 = '196' AND cd.language_id = '2' AND c2s.store_id = '3' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:46
739 (0.109)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
740 (0.108)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=196'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
741 (0.100)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=298'
/var/www/clients/client1/web1/web/catalog/controller/common/seo_url.php:210
742 (0.093)
SELECT *
FROM `oc_mxt_setting`
WHERE store_id = '3' AND name = 'lichidare_stoc'
/var/www/clients/client1/web1/web/catalog/model/catalog/category.php:38