KUMHO

Filtros

Filtros activos

¡Vaya! Parece que hemos pinchado… Lo sentimos mucho pero en este momento no tenemos productos para esta búsqueda en nuestra tienda.

Puedes volver a pasar por aquí en unos días o echar un vistazo a alguno de estos productos ¡están a un precio imbatible!

Read moreShow less
Entrega 24/48 h
Ref:MIB00000233
3,60 €
4,00 €
10%
rebajado

Buscar accesorios

Buscar neumáticos

mi carrito
Underwear
Undershirts
Pajamas
Collections
Load Time 3295 ms
Querying Time 2971 ms
Queries 499
Memory Peak Usage 35.5 Mb
Included Files 1132 files - 15.25 Mb
PrestaShop Cache - Mb
Global vars 0.94 Mb
PrestaShop Version 9.0.3
PHP Version 8.4.17
MySQL Version 10.11.16-MariaDB-deb12-log
Memory Limit 1G
Max Execution Time 600s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 44.256 ms 44.256 ms 3.61 Mb 3.6 Mb
__construct 0.021 ms 44.277 ms - Mb 3.6 Mb
init 16.318 ms 60.595 ms 0.83 Mb 4.5 Mb
checkAccess 0.002 ms 60.597 ms - Mb 4.5 Mb
setMedia 2.770 ms 63.367 ms 0.04 Mb 4.6 Mb
postProcess 0.002 ms 63.369 ms - Mb 4.6 Mb
initHeader 0.001 ms 63.370 ms - Mb 4.6 Mb
initContent 281.507 ms 344.877 ms 14.47 Mb 19.1 Mb
initFooter 0.002 ms 344.879 ms - Mb 19.1 Mb
display 2950 ms 3295 ms 15.38 Mb 35.5 Mb
Hook Time Memory Usage
DisplayWrapperBottom 2883 ms 9.12 Mb
DisplayHeader 230.108 ms 12.46 Mb
OverrideLayoutTemplate 41.619 ms 3.09 Mb
DisplayBeforeBodyClosingTag 13.507 ms 0.72 Mb
displayLeftColumn 12.559 ms 0.62 Mb
ActionFrontControllerInitAfter 6.243 ms 0.34 Mb
DisplayCategoryCustomFilters 4.800 ms 0.18 Mb
renderWidget 3.245 ms 0.15 Mb
ProductSearchProvider 1.849 ms 0.19 Mb
DisplayFooter 1.338 ms 0.05 Mb
Header 0.655 ms 0.02 Mb
DisplayProductShippingTag 0.566 ms 0.03 Mb
ActionFrontControllerSetMedia 0.500 ms 0.01 Mb
ActionPresentCart 0.274 ms - Mb
ModuleRoutes 0.224 ms 0.03 Mb
ActionOutputHTMLBefore 0.186 ms - Mb
ActionProductSearchAfter 0.010 ms - Mb
DisplayOverrideTemplate 0.009 ms - Mb
18 hook(s) 3201 ms 27.01 Mb
Module Time Memory Usage
stsitebuilder 3169 ms 25.69 Mb
onepagecheckoutps 2.991 ms 0.10 Mb
ybc_blog 2.547 ms 0.29 Mb
ps_emailsubscription 0.854 ms 0.06 Mb
ps_emailalerts 0.140 ms 0.01 Mb
llantassearch 2.730 ms 0.01 Mb
searchcustom 2.658 ms 0.12 Mb
rcpgtagmanager 2.699 ms - Mb
desfinder 0.413 ms 0.01 Mb
ps_shoppingcart 0.152 ms 0.01 Mb
ps_searchbar 0.482 ms 0.01 Mb
productcomments 0.158 ms 0.01 Mb
freeshippingamountdisplay 0.486 ms 0.08 Mb
redsys 0.659 ms 0.10 Mb
paypal 1.041 ms 0.13 Mb
sldquickorder 0.318 ms - Mb
dusnicsyncocc 0.298 ms 0.01 Mb
desoccfeatures 0.155 ms 0.01 Mb
descpdftoreference 0.135 ms 0.01 Mb
desoccstockerp 0.662 ms 0.04 Mb
dessoccerp 0.123 ms 0.01 Mb
ps_facetedsearch 2.067 ms 0.20 Mb
ps_languageselector 0.926 ms 0.04 Mb
ps_currencyselector 2.549 ms 0.12 Mb
des_categorytree 13.304 ms 0.70 Mb
statsdata 3.900 ms 0.16 Mb
26 module(s) 3212 ms 27.69 Mb

Stopwatch SQL - 499 queries

# Query Time (ms) Rows Filesort Group By Location
205
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-04-14 00:00:00",
INTERVAL 20 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `tmohz_product` p
INNER JOIN tmohz_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_lang` `pl` ON 
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 
LEFT JOIN `tmohz_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `tmohz_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `tmohz_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1
LEFT JOIN tmohz_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
WHERE (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-04-14 00:00:00",
INTERVAL 20 DAY
)
) > 0) AND (EXISTS(SELECT 1 FROM `tmohz_category_product` cp
JOIN `tmohz_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` asc
LIMIT 23
2194 ms 2061886464 Yes /classes/Product.php:2862
206
SELECT SQL_NO_CACHE COUNT(p.`id_product`) AS nb
FROM `tmohz_product` p
INNER JOIN tmohz_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1
AND DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-04-14 00:00:00", INTERVAL 20 DAY)) > 0
AND product_shop.`visibility` IN ("both", "catalog")
AND EXISTS(SELECT 1 FROM `tmohz_category_product` cp
JOIN `tmohz_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`) LIMIT 1
510.614 ms 2061886464 /classes/Product.php:2807
79
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
10.115 ms 7221 /classes/Configuration.php:182
82
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.559 ms 7221 /classes/Configuration.php:182
80
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.547 ms 7221 /classes/Configuration.php:182
81
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.511 ms 7221 /classes/Configuration.php:182
77
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.464 ms 7221 /classes/Configuration.php:182
78
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.455 ms 7221 /classes/Configuration.php:182
83
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.436 ms 7221 /classes/Configuration.php:182
75
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.285 ms 7221 /classes/Configuration.php:182
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
9.227 ms 7221 /classes/Configuration.php:182
76
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
8.872 ms 7221 /classes/Configuration.php:182
200
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tmohz_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tmohz_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
7.212 ms 176 Yes Yes /classes/Category.php:815
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tmohz_module` m
INNER JOIN tmohz_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `tmohz_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tmohz_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tmohz_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.453 ms 158 Yes Yes /classes/Hook.php:1509
109
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tmohz_manufacturer` m INNER JOIN tmohz_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tmohz_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1.997 ms 229 Yes /classes/Manufacturer.php:195
496
SELECT SQL_NO_CACHE * FROM tmohz_llantassearch_category c WHERE id_parent=0 ORDER BY name
1.969 ms 3268 Yes /modules/llantassearch/llantassearch.php:614
218
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `tmohz_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `tmohz_hook_alias` ha
INNER JOIN `tmohz_hook` h ON ha.name = h.name
1.566 ms 0 /classes/Hook.php:1577
101
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position
1.520 ms 176 Yes /classes/Category.php:744
93
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock=0))
1.424 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
98
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_specific_price sp ON (
sp.id_product = p.id_product AND 
sp.id_shop IN (0, 1) AND 
sp.id_currency IN (0, 1) AND 
sp.id_country IN (0, 6) AND 
sp.id_group IN (0, 1) AND 
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND 
(sp.from = '0000-00-00 00:00:00' OR '2026-04-14 13:10:38' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2026-04-14 13:10:38' <= sp.to) 
) WHERE ((sp.reduction>0))
1.361 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `tmohz_hook` h
WHERE (h.active = 1)
1.356 ms 1237 /classes/Hook.php:1617
94
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) WHERE ((sa.out_of_stock IN (1, 2)) OR (sa.quantity>0))
1.296 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
104
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN tmohz_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=1)) GROUP BY pac.id_attribute
1.292 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
91
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
1.289 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
219
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `tmohz_hook_module` hm
STRAIGHT_JOIN `tmohz_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tmohz_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.235 ms 483 /classes/Hook.php:495
106
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN tmohz_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=2)) GROUP BY pac.id_attribute
1.233 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
102
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<351 GROUP BY cp.id_category
1.190 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
95
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) WHERE ((sa.quantity>0))
1.170 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
184
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (170,171,172,173,174,175,176)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.153 ms 7 Yes /classes/Category.php:657
149
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (121,122,123,124,125)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.118 ms 5 Yes /classes/Category.php:657
107
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p INNER JOIN tmohz_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1)) GROUP BY fp.id_feature_value
1.096 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
118
SELECT SQL_NO_CACHE eb.*,yy.id_lang
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`contr`='manufacturer' and eb.`post_parent`=0 and eb.`post_type`=''
and eb.`id_manufacturer`=29 and ( yy.`id_lang` = 0 or yy.`id_lang`=1) and eb.`active`=1 and eb.`type`=0)
ORDER BY eb.`position` asc
1.041 ms 54 Yes /modules/stsitebuilder/stsitebuilder.php:1152
494
SELECT SQL_NO_CACHE * FROM tmohz_filter_category fc, tmohz_filter_category_lang fcl WHERE fc.id_category=fcl.id_category and fcl.id_lang=1 and id_parent=0 ORDER by fcl.name
1.038 ms 51 Yes /modules/searchcustom/searchcustom.php:762
26
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tmohz_meta` m
LEFT JOIN `tmohz_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.034 ms 159 Yes /classes/Dispatcher.php:643
168
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (143,144,145,146,147,148,149,150,151)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.018 ms 9 Yes /classes/Category.php:657
108
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p INNER JOIN tmohz_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value
1.001 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
105
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `tmohz_attribute_group` ag INNER JOIN `tmohz_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `tmohz_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `tmohz_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN tmohz_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN tmohz_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `tmohz_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
0.962 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
96
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p WHERE ((p.on_sale=1))
0.956 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
150
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (34,35)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.949 ms 2 Yes /classes/Category.php:657
114
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN tmohz_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=3)) GROUP BY pac.id_attribute
0.943 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
97
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p WHERE p.date_add>'2026-03-26 00:00:00'
0.929 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tmohz_hook`
0.919 ms 1237 /classes/Hook.php:1577
140
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (57,58,59,60,61,62,63,63,65,66,67,68,69,70)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.890 ms 13 Yes /classes/Category.php:657
90
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `tmohz_feature` f  INNER JOIN tmohz_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `tmohz_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `tmohz_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tmohz_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.885 ms 224 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
172
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (157,158,159)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.878 ms 3 Yes /classes/Category.php:657
154
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (136,137,138)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.877 ms 3 Yes /classes/Category.php:657
116
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN tmohz_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute
0.876 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
143
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (34,35)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.870 ms 2 Yes /classes/Category.php:657
110
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p GROUP BY p.id_manufacturer
0.864 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
158
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (153,154,155)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.859 ms 3 Yes /classes/Category.php:657
89
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `tmohz_attribute_group` ag  INNER JOIN tmohz_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `tmohz_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `tmohz_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `tmohz_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.763 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
103
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `tmohz_attribute_group` ag INNER JOIN `tmohz_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `tmohz_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `tmohz_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN tmohz_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN tmohz_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `tmohz_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC
0.750 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
493
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (120) And eb.`active` = 1 AND (yy.`id_lang`=0 OR yy.`id_lang`=1))
ORDER BY  eb.`position` asc, eb.`id_st_site_builder` desc
0.729 ms 4 Yes /modules/stsitebuilder/stsitebuilder.php:970
99
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM tmohz_product p INNER JOIN tmohz_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 6) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29'
0.728 ms 1 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
310
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1608)
0.726 ms 1 /classes/ProductAssembler.php:70
464
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1622)
0.723 ms 1 /classes/ProductAssembler.php:70
88
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tmohz_layered_category
WHERE controller = 'manufacturer'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.723 ms 78 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
332
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1610)
0.721 ms 1 /classes/ProductAssembler.php:70
365
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1613)
0.714 ms 1 /classes/ProductAssembler.php:70
299
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1607)
0.713 ms 1 /classes/ProductAssembler.php:70
420
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1618)
0.711 ms 1 /classes/ProductAssembler.php:70
387
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1615)
0.710 ms 1 /classes/ProductAssembler.php:70
50
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.contr = "listing" AND eb.listing like "%manufacturer%" OR eb.contr = "manufacturer" AND (eb.id_manufacturer=0 OR eb.id_manufacturer=29)) AND (eb.type =50) AND (yy.id_lang = 0 OR yy.id_lang =1) AND (eb.post_status = "publish") AND (eb.post_parent = 0) AND (eb.post_type = "") AND (eb.active = 1)
ORDER BY eb.priority DESC
LIMIT 1
0.706 ms 11 Yes /modules/stsitebuilder/libs/elementor/modules/templates/module.php:111
343
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1611)
0.702 ms 1 /classes/ProductAssembler.php:70
475
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1623)
0.701 ms 1 /classes/ProductAssembler.php:70
111
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29' GROUP BY p.id_product) p GROUP BY p.condition
0.701 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
431
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1619)
0.698 ms 1 /classes/ProductAssembler.php:70
442
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1620)
0.696 ms 1 /classes/ProductAssembler.php:70
398
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1616)
0.689 ms 1 /classes/ProductAssembler.php:70
453
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1621)
0.688 ms 1 /classes/ProductAssembler.php:70
321
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1609)
0.682 ms 1 /classes/ProductAssembler.php:70
409
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1617)
0.682 ms 1 /classes/ProductAssembler.php:70
354
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1612)
0.681 ms 1 /classes/ProductAssembler.php:70
376
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1614)
0.673 ms 1 /classes/ProductAssembler.php:70
347
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1611 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1611 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.652 ms 0 /classes/Cart.php:1450
303
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1607 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.651 ms 0 /classes/Cart.php:1450
402
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1616 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1616 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.648 ms 0 /classes/Cart.php:1450
325
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1609 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1609 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.643 ms 0 /classes/Cart.php:1450
314
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1608 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.642 ms 0 /classes/Cart.php:1450
457
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1621 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.641 ms 0 /classes/Cart.php:1450
435
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1619 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1619 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.640 ms 0 /classes/Cart.php:1450
276
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1605)
0.640 ms 1 /classes/ProductAssembler.php:70
413
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1617 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1617 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.634 ms 0 /classes/Cart.php:1450
479
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.632 ms 0 /classes/Cart.php:1450
424
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1618 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1618 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.628 ms 0 /classes/Cart.php:1450
446
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1620 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1620 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.628 ms 0 /classes/Cart.php:1450
369
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1613 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1613 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.627 ms 0 /classes/Cart.php:1450
380
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1614 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1614 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.624 ms 0 /classes/Cart.php:1450
391
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1615 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1615 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.620 ms 0 /classes/Cart.php:1450
468
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1622 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1622 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.616 ms 0 /classes/Cart.php:1450
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tmohz_shop_url su
LEFT JOIN tmohz_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'new.ckcautosport.com' OR su.domain_ssl = 'new.ckcautosport.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.612 ms 1 Yes /classes/shop/Shop.php:1392
336
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1610 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1610 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.610 ms 0 /classes/Cart.php:1450
288
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1606)
0.608 ms 1 /classes/ProductAssembler.php:70
358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1612 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1612 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.606 ms 0 /classes/Cart.php:1450
201
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `tmohz_category` c
LEFT JOIN `tmohz_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.598 ms 3 /classes/Category.php:2247
51
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.contr = "listing" AND eb.listing like "%manufacturer%" OR eb.contr = "manufacturer" AND (eb.id_manufacturer=0 OR eb.id_manufacturer=29)) AND (eb.type =50) AND (yy.id_lang = 0 OR yy.id_lang =1) AND (eb.post_status = "publish") AND (eb.post_parent = 0) AND (eb.post_type = "") AND (eb.active = 1)
ORDER BY eb.priority DESC
LIMIT 1
0.579 ms 11 Yes /modules/stsitebuilder/stsitebuilder.php:298
280
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1605 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.568 ms 0 /classes/Cart.php:1450
292
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1606 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1606 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.559 ms 0 /classes/Cart.php:1450
113
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `tmohz_attribute_group` ag INNER JOIN `tmohz_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `tmohz_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `tmohz_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN tmohz_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN tmohz_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `tmohz_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
0.538 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
497
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (130) And (eb.`contr` = "all" OR eb.`contr` = "manufacturer") AND eb.`active`=1 AND (yy.`id_lang`=0 OR yy.`id_lang`=1))
ORDER BY eb.priority DESC
0.536 ms 1 Yes /modules/stsitebuilder/stsitebuilder.php:1838
115
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `tmohz_attribute_group` ag INNER JOIN `tmohz_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `tmohz_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `tmohz_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN tmohz_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN tmohz_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `tmohz_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC
0.529 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
195
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.contr = "listing" AND eb.listing like "%manufacturer%" OR eb.contr = "manufacturer" AND (eb.id_manufacturer=0 OR eb.id_manufacturer=29)) AND (eb.type =90) AND (yy.id_lang = 0 OR yy.id_lang =1) AND (eb.post_status = "publish") AND (eb.post_parent = 0) AND (eb.post_type = "") AND (eb.active = 1)
ORDER BY eb.priority DESC
LIMIT 1
0.528 ms 1 Yes /modules/stsitebuilder/stsitebuilder.php:1209
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM tmohz_shop_group gs
LEFT JOIN tmohz_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tmohz_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.517 ms 1 Yes /classes/shop/Shop.php:716
381
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1614) AND (b.`id_shop` = 1) LIMIT 1
0.514 ms 1 /src/Adapter/EntityMapper.php:74
326
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1609) AND (b.`id_shop` = 1) LIMIT 1
0.509 ms 1 /src/Adapter/EntityMapper.php:74
458
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1621) AND (b.`id_shop` = 1) LIMIT 1
0.492 ms 1 /src/Adapter/EntityMapper.php:74
17
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.489 ms 85 /classes/module/Module.php:343
414
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1617) AND (b.`id_shop` = 1) LIMIT 1
0.487 ms 1 /src/Adapter/EntityMapper.php:74
359
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1612) AND (b.`id_shop` = 1) LIMIT 1
0.483 ms 1 /src/Adapter/EntityMapper.php:74
315
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1608) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:74
348
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1611) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:74
403
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1616) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:74
207
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1601) LIMIT 1
0.475 ms 1 /src/Adapter/EntityMapper.php:74
263
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1604)
0.473 ms 1 /classes/ProductAssembler.php:70
304
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1607) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:74
337
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1610) AND (b.`id_shop` = 1) LIMIT 1
0.470 ms 1 /src/Adapter/EntityMapper.php:74
19
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.470 ms 85 /classes/module/Module.php:343
480
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1623) AND (b.`id_shop` = 1) LIMIT 1
0.469 ms 1 /src/Adapter/EntityMapper.php:74
447
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1620) AND (b.`id_shop` = 1) LIMIT 1
0.467 ms 1 /src/Adapter/EntityMapper.php:74
469
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1622) AND (b.`id_shop` = 1) LIMIT 1
0.461 ms 1 /src/Adapter/EntityMapper.php:74
392
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1615) AND (b.`id_shop` = 1) LIMIT 1
0.460 ms 1 /src/Adapter/EntityMapper.php:74
293
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1606) AND (b.`id_shop` = 1) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:74
53
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.457 ms 85 /classes/module/Module.php:343
425
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1618) AND (b.`id_shop` = 1) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:74
370
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1613) AND (b.`id_shop` = 1) LIMIT 1
0.452 ms 1 /src/Adapter/EntityMapper.php:74
436
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1619) AND (b.`id_shop` = 1) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:74
491
INSERT INTO `tmohz_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('21670', '1072', '3628718108', '', '1', '1', '2026-04-14 13:10:41')
0.441 ms 1 /classes/ObjectModel.php:535
238
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1603)
0.439 ms 1 /classes/ProductAssembler.php:70
25
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.439 ms 85 /classes/module/Module.php:343
459
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1621
ORDER BY `position`
0.438 ms 6 Yes /classes/Product.php:3285
267
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1604 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1604 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.436 ms 0 /classes/Cart.php:1450
254
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1602 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1602 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.435 ms 0 /classes/Cart.php:1450
281
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1605) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:74
194
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (40) And eb.`id_st_site_builder`=7 AND eb.`active` = 1 AND (yy.`id_lang`=0 OR yy.`id_lang`=1))
ORDER BY  eb.`position` asc, eb.`id_st_site_builder` desc
0.427 ms 2 /modules/stsitebuilder/stsitebuilder.php:952
187
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` c
INNER JOIN tmohz_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.419 ms 9 Yes /classes/Currency.php:687
487
INSERT INTO `tmohz_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.417 ms 1 /classes/ObjectModel.php:535
117
REPLACE INTO tmohz_layered_filter_block (hash, data) VALUES ("c56a86d4bc79119127be31dc1d25554f", "a:1:{s:7:\"filters\";a:7:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilidad\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:0;}i:0;a:2:{s:4:\"name\";s:13:\"No disponible\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:9:\"En oferta\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:5:\"Nuevo\";s:3:\"nbr\";i:0;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Precio\";s:3:\"max\";d:0;s:3:\"min\";d:0;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:0;s:5:\"value\";N;}i:3;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Categorías\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:4;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:5;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Estado\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:5:\"Nuevo\";s:3:\"nbr\";i:0;}s:4:\"used\";a:2:{s:4:\"name\";s:5:\"Usado\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:15:\"Reacondicionado\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:6;a:0:{}}}")
0.415 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:209
498
SELECT SQL_NO_CACHE eb.*,yy.id_lang
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`type`=1) AND (eb.`post_parent`=0) AND (eb.`post_type`='') AND (eb.`post_status` = "publish") AND (eb.`location` in (1)) AND (( yy.`id_lang` = 0 or yy.id_lang=1))
ORDER BY eb.`position` asc
0.408 ms 1 Yes /modules/stsitebuilder/stsitebuilder.php:1552
385
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1615) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:74
28
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_manufacturer_shop`
WHERE `id_manufacturer` = 29
AND id_shop = 1 LIMIT 1
0.405 ms 1 /classes/ObjectModel.php:1570
210
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1601)
0.404 ms 1 /classes/ProductAssembler.php:70
250
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tmohz_product p
LEFT JOIN tmohz_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tmohz_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1602)
0.400 ms 1 /classes/ProductAssembler.php:70
196
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (90) And eb.`contr` = "all" AND (yy.`id_lang`=0 OR yy.`id_lang`=1))
ORDER BY eb.priority DESC
LIMIT 1
0.384 ms 1 Yes /modules/stsitebuilder/stsitebuilder.php:1211
382
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1614
ORDER BY `position`
0.380 ms 1 Yes /classes/Product.php:3285
415
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1617
ORDER BY `position`
0.380 ms 1 Yes /classes/Product.php:3285
204
SELECT SQL_NO_CACHE c.*, cl.*  FROM `tmohz_category` c
LEFT JOIN `tmohz_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 351 AND c.`nleft` >= 2 AND c.`nright` <= 351 ORDER BY `nleft` DESC
0.378 ms 1 Yes /classes/Category.php:1617
327
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1609
ORDER BY `position`
0.375 ms 1 Yes /classes/Product.php:3285
297
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1607) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:74
462
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1622) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:74
227
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1601 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.366 ms 0 /classes/Cart.php:1450
360
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1612
ORDER BY `position`
0.366 ms 1 Yes /classes/Product.php:3285
316
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1608
ORDER BY `position`
0.365 ms 1 Yes /classes/Product.php:3285
352
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1612) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:74
418
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1618) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:74
404
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1616
ORDER BY `position`
0.364 ms 1 Yes /classes/Product.php:3285
349
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1611
ORDER BY `position`
0.362 ms 1 Yes /classes/Product.php:3285
473
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1623) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:74
330
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1610) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:74
305
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1607
ORDER BY `position`
0.360 ms 1 Yes /classes/Product.php:3285
437
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1619
ORDER BY `position`
0.360 ms 1 Yes /classes/Product.php:3285
440
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1620) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:74
112
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM tmohz_product p INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='29'
0.357 ms 1 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
393
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1615
ORDER BY `position`
0.356 ms 1 Yes /classes/Product.php:3285
481
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1623
ORDER BY `position`
0.355 ms 1 Yes /classes/Product.php:3285
448
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1620
ORDER BY `position`
0.354 ms 1 Yes /classes/Product.php:3285
363
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1613) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:74
319
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1609) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:74
396
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1616) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:74
470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1622
ORDER BY `position`
0.349 ms 1 Yes /classes/Product.php:3285
338
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1610
ORDER BY `position`
0.349 ms 1 Yes /classes/Product.php:3285
407
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1617) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:74
255
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1602) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:74
341
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1611) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:74
426
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1618
ORDER BY `position`
0.345 ms 1 Yes /classes/Product.php:3285
429
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1619) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:74
242
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tmohz_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1603 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1603 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.343 ms 0 /classes/Cart.php:1450
308
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1608) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:74
374
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1614) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:74
451
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1621) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:74
268
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1604) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:74
371
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1613
ORDER BY `position`
0.340 ms 1 Yes /classes/Product.php:3285
294
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1606
ORDER BY `position`
0.339 ms 1 Yes /classes/Product.php:3285
488
SELECT SQL_NO_CACHE `id_guest`
FROM `tmohz_connections`
WHERE `id_guest` = 21670
AND `date_add` > '2026-04-14 12:40:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.334 ms 1 Yes /classes/Connection.php:168
159
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:74
495
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:74
27
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:74
100
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:74
286
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1606) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:74
399
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1616)
0.321 ms 1 /classes/Product.php:3629
84
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1
0.320 ms 1 /classes/module/Module.php:2270
283
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1605
ORDER BY `position`
0.320 ms 1 Yes /classes/Product.php:3285
169
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) AND (b.`id_shop` = 1) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:74
311
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1608)
0.314 ms 1 /classes/Product.php:3629
141
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:74
344
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1611)
0.301 ms 1 /classes/Product.php:3629
151
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 136) AND (b.`id_shop` = 1) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:74
197
SELECT SQL_NO_CACHE 1 FROM tmohz_cart_product cp INNER JOIN tmohz_product p
ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.299 ms 1 /classes/Cart.php:4072
32
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.294 ms 1 /src/Adapter/EntityMapper.php:74
123
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (30) And eb.`id_st_site_builder`=2 AND eb.`active` = 1 AND (yy.`id_lang`=0 OR yy.`id_lang`=1))
ORDER BY  eb.`position` asc, eb.`id_st_site_builder` desc
0.291 ms 2 /modules/stsitebuilder/stsitebuilder.php:952
216
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tmohz_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.291 ms 1 Yes /classes/SpecificPrice.php:583
243
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1603) AND (b.`id_shop` = 1) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:74
74
SELECT SQL_NO_CACHE eb.`id_st_site_builder`
FROM `tmohz_st_site_builder` eb
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`type`=50) AND (eb.`contr`="quick_view") AND (eb.`active`=1)
0.287 ms 11 /modules/stsitebuilder/libs/elementor/includes/frontend.php:1561
421
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1618)
0.287 ms 1 /classes/Product.php:3629
235
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1603) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:74
300
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1607)
0.286 ms 1 /classes/Product.php:3629
333
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1610)
0.286 ms 1 /classes/Product.php:3629
388
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1615)
0.286 ms 1 /classes/Product.php:3629
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tmohz_lang` l
JOIN tmohz_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.285 ms 6 /classes/Language.php:1204
366
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1613)
0.285 ms 1 /classes/Product.php:3629
476
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1623)
0.285 ms 1 /classes/Product.php:3629
229
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1601) AND (b.`id_shop` = 1) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:74
465
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1622)
0.283 ms 1 /classes/Product.php:3629
443
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1620)
0.282 ms 1 /classes/Product.php:3629
432
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1619)
0.281 ms 1 /classes/Product.php:3629
257
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1602
ORDER BY `position`
0.276 ms 4 Yes /classes/Product.php:3285
410
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1617)
0.276 ms 1 /classes/Product.php:3629
454
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1621)
0.276 ms 1 /classes/Product.php:3629
322
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1609)
0.275 ms 1 /classes/Product.php:3629
355
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1612)
0.275 ms 1 /classes/Product.php:3629
119
SELECT SQL_NO_CACHE meta_value
FROM `tmohz_st_site_builder_postmeta`
WHERE (post_id=835) AND (meta_key='_field_no_header') LIMIT 1
0.274 ms 9 /modules/stsitebuilder/stsitebuilder.php:1027
155
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 153) AND (b.`id_shop` = 1) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:74
377
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1614)
0.268 ms 1 /classes/Product.php:3629
173
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) AND (b.`id_shop` = 1) LIMIT 1
0.266 ms 1 /src/Adapter/EntityMapper.php:74
54
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.264 ms 1 /src/Adapter/EntityMapper.php:74
277
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1605)
0.263 ms 1 /classes/Product.php:3629
174
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (162)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.260 ms 1 /classes/Category.php:657
144
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1
0.260 ms 1 /src/Adapter/EntityMapper.php:74
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM tmohz_shop s
LEFT JOIN tmohz_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.258 ms 1 /classes/shop/Shop.php:215
226
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.257 ms 1 /classes/stock/StockAvailable.php:286
273
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1605) LIMIT 1
0.257 ms 1 /src/Adapter/EntityMapper.php:74
6
SELECT SQL_NO_CACHE *
FROM `tmohz_country` a
LEFT JOIN `tmohz_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tmohz_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.249 ms 1 /src/Adapter/EntityMapper.php:74
270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1604
ORDER BY `position`
0.249 ms 1 Yes /classes/Product.php:3285
260
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1604) LIMIT 1
0.246 ms 1 /src/Adapter/EntityMapper.php:74
289
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1606)
0.244 ms 1 /classes/Product.php:3629
29
SELECT SQL_NO_CACHE * FROM `tmohz_currency` c ORDER BY `iso_code` ASC
0.243 ms 3 Yes /classes/Currency.php:708
490
SELECT SQL_NO_CACHE `id_page`
FROM `tmohz_page`
WHERE `id_page_type` = 14 AND `id_object` = 29 LIMIT 1
0.236 ms 1 /classes/Page.php:83
231
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1601
ORDER BY `position`
0.235 ms 8 Yes /classes/Product.php:3285
492
INSERT INTO `tmohz_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('22027', '', 'new.ckcautosport.com/brand/29-kumho', '', '2026-04-14 13:10:41')
0.230 ms 1 /classes/ObjectModel.php:535
176
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  and c.id_category IN (167)  AND `id_lang` = 1
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.229 ms 1 /classes/Category.php:657
220
SELECT SQL_NO_CACHE tr.*
FROM `tmohz_tax_rule` tr
JOIN `tmohz_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 398)
AND ('46136' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '46136')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.226 ms 2 /classes/tax/TaxRulesTaxManager.php:97
247
SELECT SQL_NO_CACHE *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1602) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:74
175
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 167) AND (b.`id_shop` = 1) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:74
439
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1619 AND ctg.`id_group` = 1 LIMIT 1
0.213 ms 1 /classes/Product.php:6525
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tmohz_lang` l
LEFT JOIN `tmohz_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.212 ms 6 /classes/Language.php:1070
177
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) AND (b.`id_shop` = 1) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:74
188
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.211 ms 1 /src/Adapter/EntityMapper.php:74
384
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1614 AND ctg.`id_group` = 1 LIMIT 1
0.211 ms 1 /classes/Product.php:6525
202
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `tmohz_category` c
LEFT JOIN `tmohz_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.208 ms 1 /classes/Category.php:1607
484
SELECT SQL_NO_CACHE quantity FROM `tmohz_stock_available`
WHERE id_product = 1603 
AND id_product_attribute = 0 LIMIT 1
0.207 ms 1 /modules/desoccstockerp/desoccstockerp.php:539
417
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1617 AND ctg.`id_group` = 1 LIMIT 1
0.207 ms 1 /classes/Product.php:6525
18
SELECT SQL_NO_CACHE name, alias FROM `tmohz_hook_alias`
0.206 ms 86 /classes/Hook.php:371
20
SELECT SQL_NO_CACHE id_customer
FROM `tmohz_customer`
WHERE (email = "noreply@new.ckcautosport.com.test") LIMIT 1
0.206 ms 1 /modules/onepagecheckoutps/onepagecheckoutps.php:3423
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `tmohz_hook_alias`
0.205 ms 86 /classes/Hook.php:319
406
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1616 AND ctg.`id_group` = 1 LIMIT 1
0.205 ms 1 /classes/Product.php:6525
228
SELECT SQL_NO_CACHE tr.*
FROM `tmohz_tax_rule` tr
JOIN `tmohz_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.205 ms 1 /classes/tax/TaxRulesTaxManager.php:97
461
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1621 AND ctg.`id_group` = 1 LIMIT 1
0.204 ms 1 /classes/Product.php:6525
72
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tmohz_currency` c
LEFT JOIN tmohz_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.203 ms 3 /classes/Currency.php:1120
318
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1608 AND ctg.`id_group` = 1 LIMIT 1
0.203 ms 1 /classes/Product.php:6525
8
SELECT SQL_NO_CACHE *
FROM `tmohz_lang` a
LEFT JOIN `tmohz_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:74
160
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 144) AND (b.`id_shop` = 1) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:74
127
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1
0.202 ms 1 /src/Adapter/EntityMapper.php:74
472
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1622 AND ctg.`id_group` = 1 LIMIT 1
0.202 ms 1 /classes/Product.php:6525
264
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1604)
0.201 ms 1 /classes/Product.php:3629
152
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) AND (b.`id_shop` = 1) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:74
397
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1616 AND `id_shop` = 1
0.198 ms 6 /src/Adapter/EntityMapper.php:82
296
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1606 AND ctg.`id_group` = 1 LIMIT 1
0.197 ms 1 /classes/Product.php:6525
302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1607) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:286
386
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1615 AND `id_shop` = 1
0.197 ms 6 /src/Adapter/EntityMapper.php:82
351
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1611 AND ctg.`id_group` = 1 LIMIT 1
0.196 ms 1 /classes/Product.php:6525
298
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1607 AND `id_shop` = 1
0.196 ms 6 /src/Adapter/EntityMapper.php:82
36
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.195 ms 1 /src/Adapter/EntityMapper.php:74
73
SELECT SQL_NO_CACHE *
FROM `tmohz_gender` a0
LEFT JOIN `tmohz_gender_lang` `a1` ON (a0.`id_gender` = a1.`id_gender`)
WHERE (a1.`id_lang` = 1)
0.195 ms 2 /classes/PrestaShopCollection.php:381
329
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1609 AND ctg.`id_group` = 1 LIMIT 1
0.195 ms 1 /classes/Product.php:6525
416
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1617
0.195 ms 1 /classes/Product.php:7192
331
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1610 AND `id_shop` = 1
0.194 ms 6 /src/Adapter/EntityMapper.php:82
362
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1612 AND ctg.`id_group` = 1 LIMIT 1
0.194 ms 1 /classes/Product.php:6525
373
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1613 AND ctg.`id_group` = 1 LIMIT 1
0.194 ms 1 /classes/Product.php:6525
428
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1618 AND ctg.`id_group` = 1 LIMIT 1
0.194 ms 1 /classes/Product.php:6525
185
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.194 ms 1 /classes/module/Module.php:2781
395
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1615 AND ctg.`id_group` = 1 LIMIT 1
0.193 ms 1 /classes/Product.php:6525
450
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1620 AND ctg.`id_group` = 1 LIMIT 1
0.193 ms 1 /classes/Product.php:6525
419
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1618 AND `id_shop` = 1
0.193 ms 6 /src/Adapter/EntityMapper.php:82
340
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1610 AND ctg.`id_group` = 1 LIMIT 1
0.192 ms 1 /classes/Product.php:6525
364
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1613 AND `id_shop` = 1
0.192 ms 6 /src/Adapter/EntityMapper.php:82
408
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1617 AND `id_shop` = 1
0.192 ms 6 /src/Adapter/EntityMapper.php:82
430
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1619 AND `id_shop` = 1
0.192 ms 6 /src/Adapter/EntityMapper.php:82
463
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1622 AND `id_shop` = 1
0.192 ms 6 /src/Adapter/EntityMapper.php:82
353
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1612 AND `id_shop` = 1
0.191 ms 6 /src/Adapter/EntityMapper.php:82
474
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1623 AND `id_shop` = 1
0.191 ms 6 /src/Adapter/EntityMapper.php:82
245
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tmohz_image` i
INNER JOIN tmohz_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1603
ORDER BY `position`
0.190 ms 1 Yes /classes/Product.php:3285
307
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1607 AND ctg.`id_group` = 1 LIMIT 1
0.190 ms 1 /classes/Product.php:6525
178
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 171) AND (b.`id_shop` = 1) LIMIT 1
0.189 ms 1 /src/Adapter/EntityMapper.php:74
320
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1609 AND `id_shop` = 1
0.188 ms 6 /src/Adapter/EntityMapper.php:82
309
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1608 AND `id_shop` = 1
0.188 ms 6 /src/Adapter/EntityMapper.php:82
441
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1620 AND `id_shop` = 1
0.188 ms 6 /src/Adapter/EntityMapper.php:82
483
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1623 AND ctg.`id_group` = 1 LIMIT 1
0.188 ms 1 /classes/Product.php:6525
383
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1614
0.187 ms 1 /classes/Product.php:7192
452
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1621 AND `id_shop` = 1
0.187 ms 6 /src/Adapter/EntityMapper.php:82
328
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1609
0.187 ms 1 /classes/Product.php:7192
339
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1610
0.187 ms 1 /classes/Product.php:7192
342
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1611 AND `id_shop` = 1
0.187 ms 6 /src/Adapter/EntityMapper.php:82
460
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1621
0.187 ms 1 /classes/Product.php:7192
153
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) AND (b.`id_shop` = 1) LIMIT 1
0.186 ms 1 /src/Adapter/EntityMapper.php:74
361
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1612
0.186 ms 1 /classes/Product.php:7192
350
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1611
0.185 ms 1 /classes/Product.php:7192
375
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1614 AND `id_shop` = 1
0.185 ms 6 /src/Adapter/EntityMapper.php:82
317
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1608
0.184 ms 1 /classes/Product.php:7192
170
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1
0.183 ms 1 /src/Adapter/EntityMapper.php:74
405
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1616
0.182 ms 1 /classes/Product.php:7192
471
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1622
0.182 ms 1 /classes/Product.php:7192
179
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:74
142
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:74
156
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 154) AND (b.`id_shop` = 1) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:74
193
SELECT SQL_NO_CACHE count(0) FROM `tmohz_st_site_builder` sb INNER JOIN `tmohz_st_site_builder_shop` sbs ON sb.`id_st_site_builder`=sbs.`id_st_site_builder` WHERE sb.`id_st_site_builder`=7 AND sbs.`id_shop`=1 AND sb.`active`=1 LIMIT 1
0.181 ms 1 /modules/stsitebuilder/stsitebuilder.php:945
438
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1619
0.181 ms 1 /classes/Product.php:7192
285
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1605 AND ctg.`id_group` = 1 LIMIT 1
0.180 ms 1 /classes/Product.php:6525
306
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1607
0.180 ms 1 /classes/Product.php:7192
449
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1620
0.178 ms 1 /classes/Product.php:7192
180
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 173) AND (b.`id_shop` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:74
145
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1
0.176 ms 1 /src/Adapter/EntityMapper.php:74
183
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 176) AND (b.`id_shop` = 1) LIMIT 1
0.176 ms 1 /src/Adapter/EntityMapper.php:74
55
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 3
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.175 ms 1 /src/Adapter/EntityMapper.php:74
59
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.175 ms 8 Yes /classes/ImageType.php:109
412
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1617) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:286
427
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1618
0.175 ms 1 /classes/Product.php:7192
181
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) AND (b.`id_shop` = 1) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:74
394
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1615
0.174 ms 1 /classes/Product.php:7192
182
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) AND (b.`id_shop` = 1) LIMIT 1
0.172 ms 1 /src/Adapter/EntityMapper.php:74
482
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1623
0.172 ms 1 /classes/Product.php:7192
40
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.172 ms 1 /src/Adapter/EntityMapper.php:74
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tmohz_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.171 ms 1 /classes/shop/ShopUrl.php:178
295
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1606
0.171 ms 1 /classes/Product.php:7192
372
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1613
0.171 ms 1 /classes/Product.php:7192
161
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 145) AND (b.`id_shop` = 1) LIMIT 1
0.169 ms 1 /src/Adapter/EntityMapper.php:74
208
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1601 AND `id_shop` = 1
0.167 ms 6 /src/Adapter/EntityMapper.php:82
22
SELECT SQL_NO_CACHE value FROM `tmohz_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.166 ms 1 /classes/shop/Shop.php:1211
171
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 159) AND (b.`id_shop` = 1) LIMIT 1
0.166 ms 1 /src/Adapter/EntityMapper.php:74
239
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1603)
0.165 ms 1 /classes/Product.php:3629
287
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1606 AND `id_shop` = 1
0.165 ms 6 /src/Adapter/EntityMapper.php:82
485
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "ets_seo" LIMIT 1
0.165 ms 0 /classes/module/Module.php:2781
3
SELECT SQL_NO_CACHE *
FROM `tmohz_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:74
21
SELECT SQL_NO_CACHE *
FROM `tmohz_customer_group`
WHERE (id_customer = 4)
0.164 ms 1 /modules/onepagecheckoutps/onepagecheckoutps.php:3470
157
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 155) AND (b.`id_shop` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:74
165
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 149) AND (b.`id_shop` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:74
284
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1605
0.163 ms 1 /classes/Product.php:7192
164
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 148) AND (b.`id_shop` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:74
251
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1602)
0.162 ms 1 /classes/Product.php:3629
489
SELECT SQL_NO_CACHE id_page_type
FROM tmohz_page_type
WHERE name = 'manufacturer' LIMIT 1
0.161 ms 1 /classes/Page.php:100
162
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 146) AND (b.`id_shop` = 1) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:74
167
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 151) AND (b.`id_shop` = 1) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:74
146
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:74
163
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 147) AND (b.`id_shop` = 1) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:74
166
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 150) AND (b.`id_shop` = 1) LIMIT 1
0.159 ms 1 /src/Adapter/EntityMapper.php:74
147
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:74
68
SELECT SQL_NO_CACHE *
FROM `tmohz_country` a
LEFT JOIN `tmohz_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:74
148
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:74
217
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1601)
0.154 ms 1 /classes/Product.php:3629
401
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1616) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.153 ms 1 /classes/stock/StockAvailable.php:286
434
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1619) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:286
31
SELECT SQL_NO_CACHE c.id_currency
FROM `tmohz_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.152 ms 1 /classes/Currency.php:893
56
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:74
379
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1614) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:286
456
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1621) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:286
368
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:286
478
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:286
445
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1620) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:286
92
SELECT SQL_NO_CACHE data FROM tmohz_layered_filter_block WHERE hash="c56a86d4bc79119127be31dc1d25554f" LIMIT 1
0.148 ms 0 /modules/ps_facetedsearch/src/Filters/Block.php:185
313
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1608) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:286
423
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1618) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:286
57
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 5
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:74
128
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:74
335
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1610) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:286
346
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1611) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:286
390
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1615) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:286
58
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:74
324
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1609) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:286
467
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1622) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:286
120
SELECT SQL_NO_CACHE meta_value
FROM `tmohz_st_site_builder_postmeta`
WHERE (post_id=835) AND (meta_key='_field_no_footer') LIMIT 1
0.145 ms 9 /modules/stsitebuilder/stsitebuilder.php:1028
234
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1601 AND ctg.`id_group` = 1 LIMIT 1
0.145 ms 2 /classes/Product.php:6525
30
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.144 ms 6 /classes/Language.php:870
357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:286
189
SELECT SQL_NO_CACHE *
FROM `tmohz_currency_lang`
WHERE `id_currency` = 3
0.143 ms 6 /src/Adapter/EntityMapper.php:82
198
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "des_categorytree" LIMIT 1
0.143 ms 1 /classes/module/Module.php:2781
192
SELECT SQL_NO_CACHE id_st_site_builder FROM tmohz_st_site_builder WHERE `code` = "EEFXPVWC" LIMIT 1
0.141 ms 175 /modules/stsitebuilder/stsitebuilder.php:943
45
SELECT SQL_NO_CACHE *
FROM `tmohz_group` a
LEFT JOIN `tmohz_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:74
122
SELECT SQL_NO_CACHE count(0) FROM `tmohz_st_site_builder` sb INNER JOIN `tmohz_st_site_builder_shop` sbs ON sb.`id_st_site_builder`=sbs.`id_st_site_builder` WHERE sb.`id_st_site_builder`=2 AND sbs.`id_shop`=1 AND sb.`active`=1 LIMIT 1
0.140 ms 1 /modules/stsitebuilder/stsitebuilder.php:945
9
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.139 ms 1 /classes/ObjectModel.php:1570
85
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "shiptopay" LIMIT 1
0.139 ms 0 /classes/module/Module.php:2781
42
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:74
190
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:74
259
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1602 AND ctg.`id_group` = 1 LIMIT 1
0.137 ms 1 /classes/Product.php:6525
272
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1604 AND ctg.`id_group` = 1 LIMIT 1
0.137 ms 1 /classes/Product.php:6525
274
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1605 AND `id_shop` = 1
0.135 ms 6 /src/Adapter/EntityMapper.php:82
261
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1604 AND `id_shop` = 1
0.133 ms 6 /src/Adapter/EntityMapper.php:82
279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1605) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:286
199
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
0.133 ms 1 /classes/module/Module.php:2270
291
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1606) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:286
135
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:74
43
SELECT SQL_NO_CACHE *
FROM `tmohz_currency_lang`
WHERE `id_currency` = 1
0.129 ms 6 /src/Adapter/EntityMapper.php:82
69
SELECT SQL_NO_CACHE *
FROM `tmohz_country_lang`
WHERE `id_country` = 6
0.129 ms 6 /src/Adapter/EntityMapper.php:82
258
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1602
0.129 ms 1 /classes/Product.php:7192
433
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1619 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:146
67
SELECT SQL_NO_CACHE *
FROM `tmohz_module_shop` m
WHERE (m.id_module = 89) AND (m.enable_device & 1) AND (m.id_shop = 1)
0.128 ms 1 /modules/onepagecheckoutps/src/Service/PresTeamShop/PresTeamShopService.php:198
129
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:74
334
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1610 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:146
60
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.128 ms 8 Yes /classes/ImageType.php:109
271
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1604
0.127 ms 1 /classes/Product.php:7192
130
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:74
62
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.123 ms 8 Yes /classes/ImageType.php:109
131
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
0.123 ms 1 /src/Adapter/EntityMapper.php:74
132
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1
0.123 ms 1 /src/Adapter/EntityMapper.php:74
136
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1
0.123 ms 1 /src/Adapter/EntityMapper.php:74
137
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1
0.123 ms 1 /src/Adapter/EntityMapper.php:74
49
SELECT SQL_NO_CACHE *
FROM `tmohz_st_site_builder_yuyan`
WHERE (id_st_site_builder=0)
0.122 ms 1 /modules/stsitebuilder/classes/SiteBuilderBase.php:55
246
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `tmohz_category_product` cp
INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1603 AND ctg.`id_group` = 1 LIMIT 1
0.122 ms 1 /classes/Product.php:6525
133
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:74
134
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:74
139
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:74
138
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1
0.121 ms 1 /src/Adapter/EntityMapper.php:74
23
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "winamic_linkobfuscator" LIMIT 1
0.119 ms 0 /classes/module/Module.php:2781
236
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1603 AND `id_shop` = 1
0.119 ms 6 /src/Adapter/EntityMapper.php:82
186
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.116 ms 1 /classes/module/Module.php:2270
248
SELECT SQL_NO_CACHE *
FROM `tmohz_product_lang`
WHERE `id_product` = 1602 AND `id_shop` = 1
0.115 ms 6 /src/Adapter/EntityMapper.php:82
486
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.114 ms 0 /classes/module/Module.php:2270
400
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1616 AND `id_group` = 1 LIMIT 1
0.113 ms 0 /classes/GroupReduction.php:146
411
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1617 AND `id_group` = 1 LIMIT 1
0.113 ms 0 /classes/GroupReduction.php:146
61
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.112 ms 8 Yes /classes/ImageType.php:109
126
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `tmohz_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.112 ms 1 /classes/Cart.php:1321
12
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang` WHERE `iso_code` = 'es' LIMIT 1
0.111 ms 6 /classes/Language.php:844
312
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1608 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:146
52
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM tmohz_shop s
0.110 ms 1 /classes/shop/Shop.php:922
7
SELECT SQL_NO_CACHE *
FROM `tmohz_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.110 ms 1 /src/Adapter/EntityMapper.php:74
63
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.110 ms 8 Yes /classes/ImageType.php:109
86
SELECT SQL_NO_CACHE `name`
FROM `tmohz_hook`
WHERE `id_hook` = 1204 LIMIT 1
0.110 ms 1 /classes/Hook.php:267
225
SELECT SQL_NO_CACHE tr.*
FROM `tmohz_tax_rule` tr
JOIN `tmohz_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 398)
AND ('46136' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '46136')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.109 ms 0 /classes/tax/TaxRulesTaxManager.php:97
282
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 141 LIMIT 1
0.108 ms 1 /classes/Category.php:1396
389
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1615 AND `id_group` = 1 LIMIT 1
0.108 ms 0 /classes/GroupReduction.php:146
345
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1611 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:146
455
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1621 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:146
46
SELECT SQL_NO_CACHE *
FROM `tmohz_group_lang`
WHERE `id_group` = 1
0.106 ms 6 /src/Adapter/EntityMapper.php:82
24
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "amazonpay" LIMIT 1
0.105 ms 0 /classes/module/Module.php:2781
33
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.105 ms 6 /classes/Language.php:870
35
SELECT SQL_NO_CACHE c.id_currency
FROM `tmohz_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.105 ms 1 /classes/Currency.php:893
266
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1604) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.105 ms 1 /classes/stock/StockAvailable.php:286
301
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1607 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:146
39
SELECT SQL_NO_CACHE c.id_currency
FROM `tmohz_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.104 ms 1 /classes/Currency.php:893
367
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1613 AND `id_group` = 1 LIMIT 1
0.104 ms 0 /classes/GroupReduction.php:146
422
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1618 AND `id_group` = 1 LIMIT 1
0.104 ms 0 /classes/GroupReduction.php:146
253
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.103 ms 1 /classes/stock/StockAvailable.php:286
323
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1609 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:146
444
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1620 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:146
466
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1622 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:146
477
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1623 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:146
191
SELECT SQL_NO_CACHE *
FROM `tmohz_currency_lang`
WHERE `id_currency` = 2
0.102 ms 6 /src/Adapter/EntityMapper.php:82
378
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1614 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:146
70
SELECT SQL_NO_CACHE *
FROM `tmohz_state` a
WHERE (a.`id_state` = 398) LIMIT 1
0.100 ms 1 /src/Adapter/EntityMapper.php:74
356
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1612 AND `id_group` = 1 LIMIT 1
0.100 ms 0 /classes/GroupReduction.php:146
48
SELECT SQL_NO_CACHE * FROM `tmohz_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.099 ms 1 /classes/module/Module.php:2171
232
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1601
0.097 ms 1 /classes/Product.php:7192
203
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tmohz_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.094 ms 1 /classes/Category.php:1612
44
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.093 ms 1 /classes/ObjectModel.php:1570
64
SELECT SQL_NO_CACHE format
FROM `tmohz_address_format`
WHERE `id_country` = 6 LIMIT 1
0.093 ms 1 /classes/AddressFormat.php:649
278
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1605 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:146
241
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = 1603) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.090 ms 1 /classes/stock/StockAvailable.php:286
269
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 138 LIMIT 1
0.090 ms 1 /classes/Category.php:1396
66
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.089 ms 1 /classes/module/Module.php:2781
37
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.089 ms 6 /classes/Language.php:870
121
SELECT SQL_NO_CACHE id_st_site_builder FROM tmohz_st_site_builder WHERE `code` = "AuE6iNra" LIMIT 1
0.089 ms 175 /modules/stsitebuilder/stsitebuilder.php:943
290
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1606 AND `id_group` = 1 LIMIT 1
0.089 ms 0 /classes/GroupReduction.php:146
124
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.087 ms 1 /classes/module/Module.php:2781
71
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tmohz_required_field
0.086 ms 1 /classes/ObjectModel.php:1437
87
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "searchcustom" LIMIT 1
0.086 ms 1 /classes/module/Module.php:2781
211
SELECT SQL_NO_CACHE 1 FROM `tmohz_specific_price` WHERE id_product = 0 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:433
275
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 141 LIMIT 1
0.085 ms 0 /classes/Category.php:1396
34
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.083 ms 6 /classes/Language.php:870
47
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.083 ms 1 /classes/ObjectModel.php:1570
256
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 53 LIMIT 1
0.083 ms 1 /classes/Category.php:1396
41
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.082 ms 6 /classes/Language.php:870
65
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tmohz_country`
WHERE `id_country` = 6 LIMIT 1
0.082 ms 1 /classes/Country.php:406
38
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.079 ms 6 /classes/Language.php:870
262
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 138 LIMIT 1
0.079 ms 0 /classes/Category.php:1396
209
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 99 LIMIT 1
0.079 ms 0 /classes/Category.php:1396
233
SELECT SQL_NO_CACHE * FROM `tmohz_image_type`
0.077 ms 8 /classes/ImageType.php:161
244
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 52 LIMIT 1
0.077 ms 1 /classes/Category.php:1396
230
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 99 LIMIT 1
0.074 ms 1 /classes/Category.php:1396
265
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1604 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:146
237
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 52 LIMIT 1
0.073 ms 0 /classes/Category.php:1396
252
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1602 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:146
221
SELECT SQL_NO_CACHE *
FROM `tmohz_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:74
222
SELECT SQL_NO_CACHE *
FROM `tmohz_tax_lang`
WHERE `id_tax` = 1
0.071 ms 6 /src/Adapter/EntityMapper.php:82
212
SELECT SQL_NO_CACHE 1 FROM `tmohz_specific_price` WHERE `id_product` != 0 LIMIT 1
0.070 ms 1 /classes/SpecificPrice.php:304
249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tmohz_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 53 LIMIT 1
0.069 ms 0 /classes/Category.php:1396
125
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.069 ms 1 /classes/module/Module.php:2270
213
SELECT SQL_NO_CACHE 1 FROM `tmohz_specific_price` WHERE `from` BETWEEN '2026-04-14 00:00:00' AND '2026-04-14 23:59:59' LIMIT 1
0.067 ms 1 /classes/SpecificPrice.php:384
215
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tmohz_specific_price_priority`
WHERE `id_product` = 1601
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.063 ms 0 /classes/SpecificPrice.php:263
240
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1603 AND `id_group` = 1 LIMIT 1
0.063 ms 0 /classes/GroupReduction.php:146
223
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_product_group_reduction_cache`
WHERE `id_product` = 1601 AND `id_group` = 1 LIMIT 1
0.060 ms 0 /classes/GroupReduction.php:146
224
SELECT SQL_NO_CACHE `reduction`
FROM `tmohz_group`
WHERE `id_group` = 1 LIMIT 1
0.053 ms 1 /classes/Group.php:151
214
SELECT SQL_NO_CACHE 1 FROM `tmohz_specific_price` WHERE `to` BETWEEN '2026-04-14 00:00:00' AND '2026-04-14 23:59:59' LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:388

Doubles

49 queries
SELECT *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
23 queries
SELECT *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
23 queries
SELECT *
							FROM `tmohz_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
23 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, XX) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            'XX-XX-XX XX:XX:XX',
                            INTERVAL XX DAY
                        )
                    ) > XX) as new
                FROM tmohz_product p
                LEFT JOIN tmohz_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN tmohz_stock_available sa   ON sa.id_product = p.id_product
                    AND sa.id_product_attribute = XX
			        AND sa.id_shop = XX LEFT JOIN tmohz_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = XX
                WHERE p.id_product IN (XX)
23 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tmohz_product` p
INNER JOIN `tmohz_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `tmohz_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
23 queries
			SELECT `reduction`
			FROM `tmohz_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
23 queries
SELECT SUM(quantity)
FROM `tmohz_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
23 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `tmohz_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `tmohz_cart_product` cp JOIN `tmohz_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tmohz_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
23 queries
SELECT *
FROM `tmohz_product` a
LEFT JOIN `tmohz_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `tmohz_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
23 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `tmohz_image` i
             INNER JOIN tmohz_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `tmohz_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
23 queries
                SELECT ctg.`id_group`
                FROM `tmohz_category_product` cp
                INNER JOIN `tmohz_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
                WHERE cp.`id_product` = XX AND ctg.`id_group` = XX LIMIT XX
22 queries
        SELECT pa.id_product_attribute
        FROM `tmohz_product_attribute` pa INNER JOIN tmohz_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
        WHERE pa.`id_product` = XX
10 queries
SELECT c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
               FROM `tmohz_configuration` c
               LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
10 queries
			SELECT cl.`link_rewrite`
			FROM `tmohz_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
6 queries
SELECT *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = XX
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
6 queries
SELECT `id_lang` FROM `tmohz_lang`
                    WHERE `locale` = 'es-es'
                    OR `language_code` = 'es-es' LIMIT XX
5 queries
SELECT `id_module` FROM `tmohz_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
4 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `tmohz_module` m
                LEFT JOIN `tmohz_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
4 queries
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `tmohz_attribute_group` ag INNER JOIN `tmohz_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `tmohz_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `tmohz_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN tmohz_attribute_group_shop attribute_group_shop
        ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX)  INNER JOIN tmohz_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `tmohz_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
4 queries
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND p.id_manufacturer='XX' GROUP BY p.id_product) p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN tmohz_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=XX)) GROUP BY pac.id_attribute
3 queries
SELECT *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
SELECT *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
SELECT *
							FROM `tmohz_currency_lang`
							WHERE `id_currency` = XX
3 queries
SELECT eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
 INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
        ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = XX)
WHERE (eb.contr = "listing" AND eb.listing like "%manufacturer%" OR eb.contr = "manufacturer" AND (eb.id_manufacturer=XX OR eb.id_manufacturer=XX)) AND (eb.type =XX) AND (yy.id_lang = XX OR yy.id_lang =XX) AND (eb.post_status = "publish") AND (eb.post_parent = XX) AND (eb.post_type = "") AND (eb.active = XX)
ORDER BY eb.priority DESC
LIMIT XX
3 queries
			SELECT *
			FROM `tmohz_category` c
			 INNER JOIN tmohz_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
			WHERE XX  and c.id_category IN (XX,XX,XX)  AND `id_lang` = XX
			AND `active` = XX
			
			ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
			
3 queries
				SELECT tr.*
				FROM `tmohz_tax_rule` tr
				JOIN `tmohz_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tmohz_product p LEFT JOIN tmohz_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tmohz_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tmohz_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN tmohz_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tmohz_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN tmohz_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN tmohz_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND p.id_manufacturer='XX' GROUP BY p.id_product) p INNER JOIN tmohz_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=XX)) GROUP BY fp.id_feature_value
2 queries
SELECT count(XX) FROM `tmohz_st_site_builder` sb INNER JOIN `tmohz_st_site_builder_shop` sbs ON sb.`id_st_site_builder`=sbs.`id_st_site_builder` WHERE sb.`id_st_site_builder`=XX AND sbs.`id_shop`=XX AND sb.`active`=XX LIMIT XX
2 queries
SELECT eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
 INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
        ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = XX)
WHERE (eb.`post_parent` = XX AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (XX) And eb.`id_st_site_builder`=XX AND eb.`active` = XX AND (yy.`id_lang`=XX OR yy.`id_lang`=XX))
ORDER BY  eb.`position` asc, eb.`id_st_site_builder` desc
2 queries
			SELECT *
			FROM `tmohz_category` c
			 INNER JOIN tmohz_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
			WHERE XX  and c.id_category IN (XX,XX)  AND `id_lang` = XX
			AND `active` = XX
			
			ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
			
2 queries
			SELECT *
			FROM `tmohz_category` c
			 INNER JOIN tmohz_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
			WHERE XX  and c.id_category IN (XX)  AND `id_lang` = XX
			AND `active` = XX
			
			ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
			

Tables stress

136 product
113 product_shop
86 category
75 category_lang
70 product_lang
68 stock_available
62 category_shop
48 cart_product
46 product_attribute_shop
45 product_attribute
45 category_product
45 category_group
24 image_shop
24 image_lang
23 product_attribute_combination
23 product_group_reduction_cache
23 pack
23 image
16 product_sale
15 module
15 st_site_builder
13 st_site_builder_shop
12 currency
11 configuration
11 module_shop
11 st_site_builder_yuyan
10 configuration_lang
10 lang
9 currency_shop
8 manufacturer
8 manufacturer_shop
8 attribute
7 hook
7 manufacturer_lang
6 currency_lang
6 image_type
6 specific_price
5 shop
5 attribute_group
5 attribute_group_shop
5 attribute_group_lang
4 shop_url
4 lang_shop
4 attribute_lang
4 attribute_shop
4 layered_indexable_attribute_lang_value
3 country
3 hook_alias
3 tax_rule
3 tax_rules_group
2 shop_group
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 feature_product
2 st_site_builder_postmeta
1 module_group
1 customer
1 customer_group
1 meta
1 meta_lang
1 group_lang
1 hook_module_exceptions
1 address_format
1 state
1 required_field
1 gender
1 gender_lang
1 layered_category
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 feature
1 feature_shop
1 feature_lang
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_filter_block
1 layered_price_index
1 specific_price_priority
1 tax
1 tax_lang
1 connections
1 page_type
1 page
1 filter_category
1 llantassearch_category

ObjectModel instances

Name Instances Source
Category 105 /modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 2]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 57]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 58]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 59]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 60]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 61]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 62]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 63]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 63]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 65]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 66]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 67]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 68]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 69]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 70]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 57]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 58]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 59]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 60]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 61]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 62]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 63]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 63]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 65]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 66]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 67]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 68]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 69]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 70]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 34]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 35]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 34]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 35]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 121]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 122]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 123]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 124]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 125]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 121]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 122]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 123]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 124]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 125]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 34]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 35]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 34]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 35]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 136]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 137]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 138]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 136]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 137]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 138]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 153]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 154]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 155]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 153]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 154]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 155]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 143]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 144]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 145]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 146]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 147]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 148]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 149]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 150]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 151]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 143]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 144]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 145]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 146]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 147]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 148]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 149]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 150]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 151]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 157]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 158]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 159]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 157]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 158]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 159]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 162]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 162]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 167]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 167]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 170]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 171]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 172]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 173]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 174]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 175]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct) [id: 176]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 170]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 171]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 172]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 173]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 174]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 175]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1085 (__construct) [id: 176]
/modules/des_categorytree/des_categorytree.php:408 (__construct) [id: 2]
/modules/des_categorytree/des_categorytree.php:408 (__construct) [id: 2]
/modules/des_categorytree/des_categorytree.php:401 (getParentsCategories) [id: 2]
/classes/Link.php:1547 (__construct) [id: 134]
Product 47 /modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1601]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1601]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1603]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1603]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1602]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1602]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1604]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1604]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1605]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1605]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1606]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1606]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1607]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1607]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1608]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1608]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1609]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1609]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1610]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1610]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1611]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1611]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1612]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1612]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1613]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1613]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1614]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1614]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1615]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1615]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1616]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1616]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1617]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1617]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1618]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1618]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1619]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1619]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1620]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1620]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1621]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1621]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1622]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1622]
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:708 (__construct) [id: 1623]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1623]
/classes/Link.php:114 (__construct) [id: 1603]
Manufacturer 17 /controllers/front/listing/ManufacturerController.php:74 (__construct) [id: 29]
/classes/Meta.php:403 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
/classes/Link.php:669 (__construct) [id: 29]
Currency 6 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:713 (getCurrencyInstance) [id: 1]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 3]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 2]
Country 5 /config/config.inc.php:154 (__construct) [id: 6]
/classes/controller/FrontController.php:325 (__construct) [id: 6]
/classes/AddressFormat.php:402 (__construct) [id: 6]
/classes/controller/FrontController.php:1739 (__construct) [id: 6]
/modules/paypal/paypal.php:363 (__construct) [id: 6]
Address 4 /classes/shop/Shop.php:487 (__construct) [id: ]
/classes/Product.php:3454 (initialize) [id: ]
/classes/Product.php:3573 (__construct) [id: ]
/classes/Product.php:5723 (__construct) [id: ]
Language 3 /config/config.inc.php:219 (__construct) [id: 1]
/classes/Dispatcher.php:553 (__construct) [id: 1]
/classes/Tools.php:553 (__construct) [id: 1]
Gender 3 /classes/controller/FrontController.php:1656 (__construct) [id: 0]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
Shop 2 /config/config.inc.php:122 (initialize) [id: 1]
/modules/ybc_blog/classes/ybc_blog_link_class.php:44 (__construct) [id: 1]
Tax 2 /classes/tax/TaxRulesTaxManager.php:113 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:113 (__construct) [id: 1]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
StSiteBuilderPostmetaClass 1 /modules/stsitebuilder/classes/SiteBuilderBase.php:70 (__construct) [id: ]
Risk 1 /classes/controller/FrontController.php:1659 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1738 (__construct) [id: 398]
AddressFormat 1 /classes/controller/FrontController.php:1733 (generateAddress) [id: ]
StSiteBuilderClass 1 /modules/stsitebuilder/classes/SiteBuilderBase.php:55 (__construct) [id: ]
Group 1 /classes/Cart.php:275 (getCurrent) [id: 1]
Cart 1 /classes/controller/FrontController.php:459 (__construct) [id: ]
Customer 1 /config/config.inc.php:272 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:562 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/autoload_static.php
9 /vendor/symfony/deprecation-contracts/function.php
10 /vendor/symfony/polyfill-mbstring/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap80.php
12 /vendor/symfony/polyfill-ctype/bootstrap.php
13 /vendor/symfony/polyfill-ctype/bootstrap80.php
14 /vendor/symfony/polyfill-php83/bootstrap.php
15 /vendor/symfony/var-dumper/Resources/functions/dump.php
16 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
17 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
18 /vendor/twig/twig/src/Resources/core.php
19 /vendor/twig/twig/src/Resources/debug.php
20 /vendor/twig/twig/src/Resources/escaper.php
21 /vendor/twig/twig/src/Resources/string_loader.php
22 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
23 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
24 /vendor/symfony/string/Resources/functions.php
25 /vendor/symfony/polyfill-intl-idn/bootstrap.php
26 /vendor/symfony/clock/Resources/now.php
27 /vendor/symfony/polyfill-php80/bootstrap.php
28 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
29 /vendor/jakeasmith/http_build_url/src/http_build_url.php
30 /vendor/symfony/polyfill-intl-icu/bootstrap.php
31 /vendor/ircmaxell/password-compat/lib/password.php
32 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
33 /vendor/symfony/polyfill-php73/bootstrap.php
34 /vendor/symfony/translation/Resources/functions.php
35 /src/Core/Version.php
36 /config/alias.php
37 /vendor/prestashop/autoload/src/PrestashopAutoload.php
38 /vendor/prestashop/autoload/src/LegacyClassLoader.php
39 /vendor/symfony/filesystem/Filesystem.php
40 /vendor/prestashop/autoload/src/Autoloader.php
41 /config/bootstrap.php
42 /src/Core/ContainerBuilder.php
43 /src/Core/Foundation/IoC/Container.php
44 /src/Adapter/ServiceLocator.php
45 /var/cache/prod/appParameters.php
48 /var/cache/prod/class_index.php
49 /classes/controller/Controller.php
51 /classes/ObjectModel.php
52 /src/Core/Foundation/Database/EntityInterface.php
54 /classes/db/Db.php
56 /classes/Hook.php
58 /classes/module/Module.php
59 /src/Core/Module/Legacy/ModuleInterface.php
61 /classes/Tools.php
62 /classes/Context.php
63 /classes/shop/Shop.php
64 /src/Core/Security/PasswordGenerator.php
65 /classes/db/DbPDO.php
66 /override/classes/AddressFormat.php
67 /classes/AddressFormat.php
68 /classes/Configuration.php
69 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
70 /override/classes/Validate.php
71 /classes/Validate.php
72 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
73 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
74 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
75 /vendor/symfony/form/AbstractType.php
76 /vendor/symfony/form/FormTypeInterface.php
77 /classes/cache/Cache.php
78 /src/Adapter/EntityMapper.php
79 /classes/db/DbQuery.php
80 /src/Core/Addon/Theme/ThemeManagerBuilder.php
81 /vendor/psr/log/src/NullLogger.php
82 /vendor/psr/log/src/AbstractLogger.php
83 /vendor/psr/log/src/LoggerTrait.php
84 /vendor/psr/log/src/LoggerInterface.php
85 /src/Core/Context/ApiClientContext.php
86 /src/Adapter/Configuration.php
87 /vendor/symfony/http-foundation/ParameterBag.php
88 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
89 /src/Core/ConfigurationInterface.php
90 /src/Core/Addon/Theme/ThemeRepository.php
91 /src/Core/Addon/AddonRepositoryInterface.php
92 /src/Core/Addon/Theme/Theme.php
93 /src/Core/Addon/AddonInterface.php
94 /src/Core/Util/File/YamlParser.php
95 /vendor/symfony/config/ConfigCache.php
96 /vendor/symfony/config/ResourceCheckerConfigCache.php
97 /vendor/symfony/config/ConfigCacheInterface.php
98 /vendor/symfony/config/Resource/SelfCheckingResourceChecker.php
99 /vendor/symfony/config/ResourceCheckerInterface.php
100 /vendor/symfony/config/Resource/FileResource.php
101 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
102 /vendor/symfony/config/Resource/ResourceInterface.php
103 /var/cache/prod/yaml/a23d99fd1f0aa85877c4ae704133234a.php
104 /src/Core/Util/ArrayFinder.php
105 /vendor/symfony/property-access/PropertyAccess.php
106 /vendor/symfony/property-access/PropertyAccessorBuilder.php
107 /vendor/symfony/property-access/PropertyAccessor.php
108 /vendor/symfony/property-access/PropertyAccessorInterface.php
109 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
110 /vendor/symfony/property-info/PropertyListExtractorInterface.php
111 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
112 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
113 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
114 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
115 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
116 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
117 /vendor/symfony/property-info/Type.php
118 /vendor/symfony/string/Inflector/EnglishInflector.php
119 /vendor/symfony/string/Inflector/InflectorInterface.php
120 /vendor/symfony/property-access/PropertyPath.php
121 /vendor/symfony/property-access/PropertyPathInterface.php
122 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
123 /config/defines_uri.inc.php
124 /classes/Language.php
125 /src/Core/Language/LanguageInterface.php
126 /classes/Country.php
127 /classes/PrestaShopCollection.php
128 /classes/shop/ShopGroup.php
129 /classes/Cookie.php
130 /src/Core/Http/CookieOptions.php
131 /classes/PhpEncryption.php
132 /classes/PhpEncryptionEngine.php
133 /vendor/defuse/php-encryption/src/Key.php
134 /vendor/defuse/php-encryption/src/Encoding.php
135 /vendor/defuse/php-encryption/src/Core.php
136 /src/Core/Session/SessionHandler.php
137 /src/Core/Session/SessionHandlerInterface.php
138 /vendor/symfony/http-foundation/Session/Session.php
139 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
140 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
141 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
142 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
143 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
144 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
145 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
146 /vendor/symfony/http-foundation/Session/SessionInterface.php
147 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
148 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
149 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
150 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
151 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
152 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
153 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
154 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
155 /config/smarty.config.inc.php
156 /vendor/smarty/smarty/libs/Smarty.class.php
157 /vendor/smarty/smarty/libs/functions.php
158 /vendor/smarty/smarty/libs/Autoloader.php
159 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
160 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
161 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
162 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
163 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
164 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
165 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
166 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
167 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
168 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
169 /classes/ImageManager.php
170 /classes/Product.php
171 /classes/Profile.php
172 /classes/Tab.php
173 /config/smartyfront.config.inc.php
174 /classes/Smarty/SmartyResourceModule.php
175 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
176 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
177 /classes/Smarty/SmartyResourceParent.php
178 /classes/Smarty/SmartyLazyRegister.php
179 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
180 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
181 /classes/Customer.php
182 /classes/Group.php
183 /override/classes/Link.php
184 /classes/Link.php
185 /classes/shop/ShopUrl.php
186 /app/FrontKernel.php
187 /app/AppKernel.php
188 /vendor/symfony/http-kernel/Kernel.php
189 /vendor/symfony/http-kernel/KernelInterface.php
190 /vendor/symfony/http-kernel/HttpKernelInterface.php
191 /vendor/symfony/http-kernel/RebootableInterface.php
192 /vendor/symfony/http-kernel/TerminableInterface.php
193 /vendor/symfony/dotenv/Dotenv.php
194 /classes/Dispatcher.php
195 /vendor/symfony/http-foundation/Request.php
196 /vendor/symfony/http-foundation/AcceptHeader.php
197 /vendor/symfony/http-foundation/AcceptHeaderItem.php
198 /vendor/symfony/http-foundation/FileBag.php
199 /vendor/symfony/http-foundation/HeaderBag.php
200 /vendor/symfony/http-foundation/HeaderUtils.php
201 /vendor/symfony/http-foundation/InputBag.php
202 /vendor/symfony/http-foundation/ServerBag.php
203 /src/Adapter/SymfonyContainer.php
204 /config/db_slave_server.inc.php
205 /src/Adapter/ContainerBuilder.php
206 /src/Adapter/Environment.php
207 /src/Core/EnvironmentInterface.php
208 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
209 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
210 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
211 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
212 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
213 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
214 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
215 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
216 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
217 /vendor/symfony/cache/Adapter/ArrayAdapter.php
218 /vendor/psr/log/src/LoggerAwareTrait.php
219 /vendor/symfony/cache/Adapter/AdapterInterface.php
220 /vendor/symfony/cache/CacheItem.php
221 /vendor/symfony/cache-contracts/ItemInterface.php
222 /vendor/psr/cache/src/CacheItemInterface.php
223 /vendor/psr/cache/src/CacheItemPoolInterface.php
224 /vendor/symfony/cache-contracts/CacheInterface.php
225 /vendor/psr/log/src/LoggerAwareInterface.php
226 /vendor/symfony/cache/ResettableInterface.php
227 /vendor/symfony/service-contracts/ResetInterface.php
228 /vendor/doctrine/orm/src/Tools/Setup.php
229 /vendor/doctrine/deprecations/src/Deprecation.php
230 /vendor/doctrine/orm/src/Configuration.php
231 /vendor/doctrine/dbal/src/Configuration.php
232 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
233 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
234 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
235 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
236 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
237 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
238 /vendor/doctrine/lexer/src/AbstractLexer.php
239 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
240 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
241 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
242 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
243 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
244 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
245 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
246 /vendor/symfony/cache/Adapter/AbstractAdapter.php
247 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
248 /vendor/symfony/cache/Traits/ContractsTrait.php
249 /vendor/symfony/cache-contracts/CacheTrait.php
250 /vendor/psr/cache/src/InvalidArgumentException.php
251 /vendor/psr/cache/src/CacheException.php
252 /vendor/symfony/cache/Traits/FilesystemTrait.php
253 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
254 /vendor/symfony/cache/PruneableInterface.php
255 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
256 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
257 /src/Adapter/Module/Repository/CachedModuleRepository.php
258 /src/Adapter/Module/Repository/ModuleRepository.php
259 /src/Core/Repository/AbstractObjectModelRepository.php
260 /vendor/symfony/cache/LockRegistry.php
261 /modules/desfinder/vendor/autoload.php
262 /modules/desfinder/vendor/composer/autoload_real.php
263 /modules/desfinder/vendor/composer/platform_check.php
264 /modules/desfinder/vendor/composer/autoload_static.php
265 /modules/desfinder/vendor/symfony/polyfill-php81/bootstrap.php
266 /modules/desfinder/vendor/symfony/polyfill-php82/bootstrap.php
267 /modules/desfinder/vendor/open-telemetry/context/fiber/initialize_fiber_handler.php
268 /modules/desfinder/vendor/open-telemetry/context/ZendObserverFiber.php
269 /modules/desfinder/vendor/open-telemetry/context/Context.php
270 /modules/desfinder/vendor/open-telemetry/context/ContextInterface.php
271 /modules/desfinder/vendor/open-telemetry/context/FiberBoundContextStorage.php
272 /modules/desfinder/vendor/open-telemetry/context/ContextStorageInterface.php
273 /modules/desfinder/vendor/open-telemetry/context/ExecutionContextAwareInterface.php
274 /modules/desfinder/vendor/open-telemetry/context/ContextStorage.php
275 /modules/desfinder/vendor/open-telemetry/context/ContextStorageHead.php
276 /modules/desfinder/vendor/ralouphie/getallheaders/src/getallheaders.php
277 /modules/desfinder/vendor/open-telemetry/api/Trace/functions.php
278 /modules/desfinder/vendor/guzzlehttp/guzzle/src/functions_include.php
279 /modules/desfinder/vendor/guzzlehttp/guzzle/src/functions.php
280 /modules/ps_accounts/vendor/autoload.php
281 /modules/ps_accounts/vendor/composer/autoload_real.php
282 /modules/ps_accounts/vendor/composer/platform_check.php
283 /modules/ps_accounts/vendor/composer/autoload_static.php
284 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
285 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
286 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
287 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
288 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
289 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
290 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
291 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
292 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
293 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
294 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
295 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
296 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
297 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
298 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
299 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
300 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
301 /modules/ps_classic_edition/vendor/autoload.php
302 /modules/ps_classic_edition/vendor/composer/autoload_real.php
303 /modules/ps_classic_edition/vendor/composer/platform_check.php
304 /modules/ps_classic_edition/vendor/composer/autoload_static.php
305 /modules/rcpgtagmanager/vendor/autoload.php
306 /modules/rcpgtagmanager/vendor/composer/autoload_real.php
307 /modules/rcpgtagmanager/vendor/composer/autoload_static.php
308 /modules/rcpgtagmanager/vendor/ralouphie/getallheaders/src/getallheaders.php
309 /modules/rcpgtagmanager/vendor/symfony/deprecation-contracts/function.php
310 /modules/rcpgtagmanager/vendor/guzzlehttp/guzzle/src/functions_include.php
311 /modules/ps_eventbus/vendor/autoload.php
312 /modules/ps_eventbus/vendor/composer/autoload_real.php
313 /modules/ps_eventbus/vendor/composer/autoload_static.php
314 /modules/psshipping/vendor/autoload.php
315 /modules/psshipping/vendor/composer/autoload_real.php
316 /modules/psshipping/vendor/composer/autoload_static.php
317 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions_include.php
318 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions.php
319 /modules/psshipping/vendor/clue/stream-filter/src/functions_include.php
320 /modules/psshipping/vendor/clue/stream-filter/src/functions.php
321 /modules/psshipping/vendor/php-http/message/src/filters.php
322 /modules/onepagecheckoutps/vendor/autoload.php
323 /modules/onepagecheckoutps/vendor/composer/autoload_real.php
324 /modules/onepagecheckoutps/vendor/composer/platform_check.php
325 /modules/onepagecheckoutps/vendor/composer/autoload_static.php
326 /modules/onepagecheckoutps/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
327 /modules/paypal/vendor/autoload.php
328 /modules/paypal/vendor/composer/autoload_real.php
329 /modules/paypal/vendor/composer/autoload_static.php
330 /modules/stsitebuilder/vendor/autoload.php
331 /modules/stsitebuilder/vendor/composer/autoload_real.php
332 /modules/stsitebuilder/vendor/composer/platform_check.php
333 /modules/stsitebuilder/vendor/composer/autoload_static.php
334 /modules/p2wavemarket/vendor/autoload.php
335 /modules/p2wavemarket/vendor/composer/autoload_real.php
336 /modules/p2wavemarket/vendor/composer/platform_check.php
337 /modules/p2wavemarket/vendor/composer/autoload_static.php
338 /modules/ps_mbo/vendor/autoload.php
339 /modules/ps_mbo/vendor/composer/autoload_real.php
340 /modules/ps_mbo/vendor/composer/platform_check.php
341 /modules/ps_mbo/vendor/composer/autoload_static.php
342 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php
343 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php
344 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
345 /modules/ps_mbo/bootstrap.php
346 /modules/ps_mbo/src/Helpers/EnvHelper.php
347 /modules/desstsitebuildertranslator/vendor/autoload.php
348 /modules/desstsitebuildertranslator/vendor/composer/autoload_real.php
349 /modules/desstsitebuildertranslator/vendor/composer/platform_check.php
350 /modules/desstsitebuildertranslator/vendor/composer/autoload_static.php
351 /var/cache/prod/FrontContainer.php
352 /src/Adapter/Container/LegacyContainer.php
353 /vendor/symfony/dependency-injection/Container.php
354 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
355 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
356 /vendor/symfony/dependency-injection/ServiceLocator.php
357 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
358 /vendor/psr/container/src/ContainerExceptionInterface.php
359 /vendor/psr/container/src/NotFoundExceptionInterface.php
360 /vendor/symfony/service-contracts/ServiceProviderInterface.php
361 /vendor/psr/container/src/ContainerInterface.php
362 /vendor/symfony/dependency-injection/ContainerInterface.php
363 /src/Adapter/Container/LegacyContainerInterface.php
364 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
365 /vendor/doctrine/orm/src/EntityRepository.php
366 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
367 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
368 /vendor/symfony/var-exporter/LazyProxyTrait.php
369 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
370 /vendor/symfony/var-exporter/LazyObjectInterface.php
371 /vendor/symfony/var-exporter/Internal/Hydrator.php
372 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
373 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
374 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
375 /vendor/symfony/var-exporter/LazyGhostTrait.php
376 /src/Core/FeatureFlag/FeatureFlagManager.php
377 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
378 /src/Core/FeatureFlag/Layer/DbLayer.php
379 /src/Core/FeatureFlag/TypeLayerInterface.php
380 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
381 /src/Core/FeatureFlag/Layer/EnvLayer.php
382 /src/Core/FeatureFlag/Layer/QueryLayer.php
383 /vendor/symfony/http-foundation/RequestStack.php
384 /vendor/doctrine/orm/src/EntityManager.php
385 /vendor/doctrine/orm/src/EntityManagerInterface.php
386 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
387 /src/Core/Hook/HookModuleFilter.php
388 /src/Core/Hook/HookModuleFilterInterface.php
389 /modules/stsitebuilder/stsitebuilder.php
390 /modules/stsitebuilder/classes/SiteBuilderBase.php
391 /modules/stsitebuilder/classes/SiteBuilderProductBase.php
392 /modules/stsitebuilder/classes/SiteBuilderTranslation.php
393 /src/Core/Module/WidgetInterface.php
394 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
395 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
396 /modules/stsitebuilder/classes/data/element/Type.php
397 /src/PrestaShopBundle/Translation/TranslatorComponent.php
398 /vendor/symfony/translation/Translator.php
399 /vendor/symfony/translation/MessageCatalogue.php
400 /vendor/symfony/translation/MessageCatalogueInterface.php
401 /vendor/symfony/translation/MetadataAwareInterface.php
402 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
403 /vendor/symfony/translation-contracts/TranslatorInterface.php
404 /vendor/symfony/translation/TranslatorBagInterface.php
405 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
406 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
407 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
408 /src/PrestaShopBundle/Translation/TranslatorInterface.php
409 /vendor/symfony/translation/Formatter/MessageFormatter.php
410 /vendor/symfony/translation/Formatter/IntlFormatter.php
411 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
412 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
413 /vendor/symfony/translation/IdentityTranslator.php
414 /vendor/symfony/translation-contracts/TranslatorTrait.php
415 /vendor/symfony/config/ConfigCacheFactory.php
416 /vendor/symfony/config/ConfigCacheFactoryInterface.php
417 /var/cache/prod/translations/catalogue.es-ES.NXhscRe.php
418 /src/PrestaShopBundle/Translation/DomainNormalizer.php
419 /src/Adapter/Localization/LegacyTranslator.php
420 /classes/Translate.php
421 /modules/onepagecheckoutps/onepagecheckoutps.php
422 /modules/onepagecheckoutps/src/PTSService.php
423 /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
424 /modules/ps_classic_edition/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
425 /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
426 /var/cache/prod/Onepagecheckoutps520FrontContainer.php
427 /modules/onepagecheckoutps/src/Application/Core/CoreService.php
428 /modules/onepagecheckoutps/src/Application/PrestaShop/Provider/ContextProvider.php
429 /modules/onepagecheckoutps/src/Infrastructure/Shop/Provider/PrestaShopShopProvider.php
430 /modules/onepagecheckoutps/src/Domain/Shop/ShopProviderInterface.php
431 /vendor/symfony/security-csrf/CsrfTokenManager.php
432 /vendor/symfony/security-csrf/CsrfTokenManagerInterface.php
433 /vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php
434 /vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php
435 /vendor/symfony/security-csrf/TokenStorage/NativeSessionTokenStorage.php
436 /vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php
437 /vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php
438 /modules/onepagecheckoutps/translations/es.php
439 /modules/onepagecheckoutps/src/Hook/HookModuleRoutesService.php
440 /modules/onepagecheckoutps/src/Hook/AbstractHook.php
441 /modules/ybc_blog/ybc_blog.php
442 /modules/ybc_blog/classes/ybc_blog_category_class.php
443 /modules/ybc_blog/classes/ybc_blog_post_class.php
444 /modules/ybc_blog/classes/ybc_blog_paggination_class.php
445 /modules/ybc_blog/classes/ybc_blog_comment_class.php
446 /modules/ybc_blog/classes/ybc_blog_reply_class.php
447 /modules/ybc_blog/classes/ybc_blog_polls_class.php
448 /modules/ybc_blog/classes/ybc_blog_slide_class.php
449 /modules/ybc_blog/classes/ybc_blog_gallery_class.php
450 /modules/ybc_blog/classes/ybc_blog_link_class.php
451 /modules/ybc_blog/classes/ybc_blog_employee_class.php
452 /modules/ybc_blog/classes/ybc_blog_email_template_class.php
453 /modules/ybc_blog/classes/ImportExport.php
454 /modules/ybc_blog/classes/ybc_browser.php
455 /modules/ybc_blog/ybc_blog_defines.php
456 /modules/ybc_blog/classes/ybc_chatgpt.php
457 /modules/ybc_blog/classes/ybc_chatgpt_message.php
458 /modules/ybc_blog/src/FormType/DescriptionType.php
459 /src/PrestaShopBundle/Form/Admin/Sell/Product/Description/DescriptionType.php
460 /modules/ybc_blog/translations/es.php
461 /controllers/front/listing/ManufacturerController.php
462 /classes/controller/ProductListingFrontController.php
463 /classes/controller/ProductPresentingFrontController.php
464 /override/classes/controller/FrontController.php
465 /classes/controller/FrontController.php
466 /src/Adapter/Presenter/Object/ObjectPresenter.php
467 /src/Adapter/Presenter/PresenterInterface.php
468 /src/Adapter/Presenter/Cart/CartPresenter.php
469 /src/Adapter/Image/ImageRetriever.php
470 /classes/tax/TaxConfiguration.php
471 /classes/Smarty/TemplateFinder.php
472 /classes/assets/StylesheetManager.php
473 /classes/assets/AbstractAssetManager.php
474 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
475 /classes/assets/JavascriptManager.php
476 /classes/assets/CccReducer.php
477 /classes/Manufacturer.php
478 /src/Core/Util/String/StringModifier.php
479 /src/Core/Util/String/StringModifierInterface.php
480 /src/Adapter/Presenter/Manufacturer/ManufacturerPresenter.php
481 /src/Core/Localization/Locale/Repository.php
482 /src/Core/Localization/Locale/RepositoryInterface.php
483 /src/Core/Localization/CLDR/LocaleRepository.php
484 /src/Core/Localization/CLDR/LocaleDataSource.php
485 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
486 /src/Core/Data/Layer/AbstractDataLayer.php
487 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
488 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
489 /src/Core/Localization/CLDR/Reader.php
490 /src/Core/Localization/CLDR/ReaderInterface.php
491 /src/Core/Localization/Currency/Repository.php
492 /src/Core/Localization/Currency/RepositoryInterface.php
493 /src/Core/Localization/Currency/CurrencyDataSource.php
494 /src/Core/Localization/Currency/DataSourceInterface.php
495 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
496 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
497 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
498 /src/Adapter/Currency/CurrencyDataProvider.php
499 /src/Core/Currency/CurrencyDataProviderInterface.php
500 /src/Adapter/LegacyContext.php
501 /src/Adapter/Tools.php
502 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
503 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
504 /vendor/prestashop/decimal/src/Operation/Rounding.php
505 /src/Core/Localization/Locale.php
506 /src/Core/Localization/LocaleInterface.php
507 /src/Core/Localization/Specification/Price.php
508 /src/Core/Localization/Specification/Number.php
509 /src/Core/Localization/Specification/NumberInterface.php
510 /src/Core/Localization/Specification/Factory.php
511 /src/Core/Localization/CLDR/LocaleData.php
512 /src/Core/Localization/CLDR/NumberSymbolsData.php
513 /src/Core/Localization/CLDR/CurrencyData.php
514 /src/Core/Localization/CLDR/Locale.php
515 /src/Core/Localization/CLDR/LocaleInterface.php
516 /src/Core/Localization/Specification/NumberSymbolList.php
517 /classes/Currency.php
518 /src/Core/Localization/Currency/LocalizedCurrencyId.php
519 /classes/webservice/WebserviceRequest.php
520 /src/Core/Localization/Currency/CurrencyData.php
521 /src/Core/Localization/Currency/CurrencyCollection.php
522 /src/Core/Localization/Currency.php
523 /src/Core/Localization/CurrencyInterface.php
524 /src/Core/Localization/Specification/NumberCollection.php
525 /src/Core/Localization/Number/Formatter.php
526 /classes/Cart.php
527 /src/Adapter/AddressFactory.php
528 /classes/CartRule.php
529 /src/Core/Domain/Product/ValueObject/RedirectType.php
530 /src/Core/Util/DateTime/DateTime.php
531 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
532 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
533 /src/Core/Domain/Product/ValueObject/ProductType.php
534 /src/Core/Domain/Product/ValueObject/Reference.php
535 /src/Core/Domain/Product/ValueObject/Gtin.php
536 /src/Core/Domain/Product/ValueObject/Isbn.php
537 /src/Core/Domain/Product/ValueObject/Upc.php
538 /src/Core/Domain/Product/ProductSettings.php
539 /modules/stsitebuilder/libs/elementor/define.php
540 /modules/stsitebuilder/libs/elementor/helper.php
541 /modules/stsitebuilder/libs/elementor/wp-includes/class-wp-rest-controller.php
542 /modules/stsitebuilder/libs/elementor/wp-includes/class-wp-error.php
543 /modules/stsitebuilder/libs/elementor/includes/plugin.php
544 /modules/stsitebuilder/libs/elementor/includes/autoloader.php
545 /modules/stsitebuilder/libs/elementor/includes/managers/controls.php
546 /modules/stsitebuilder/libs/elementor/data/v2/manager.php
547 /modules/stsitebuilder/libs/elementor/core/base/module.php
548 /modules/stsitebuilder/libs/elementor/core/base/base-object.php
549 /modules/stsitebuilder/libs/elementor/core/experiments/manager.php
550 /modules/stsitebuilder/libs/elementor/core/experiments/wrap-core-dependency.php
551 /modules/stsitebuilder/libs/elementor/core/breakpoints/manager.php
552 /modules/stsitebuilder/libs/elementor/core/settings/manager.php
553 /modules/stsitebuilder/libs/elementor/core/settings/style-globals/manager.php
554 /modules/stsitebuilder/libs/elementor/core/settings/base/manager.php
555 /modules/stsitebuilder/libs/elementor/core/settings/page/manager.php
556 /modules/stsitebuilder/libs/elementor/core/settings/base/css-manager.php
557 /modules/stsitebuilder/libs/elementor/core/settings/editor-preferences/manager.php
558 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-custom-code/manager.php
559 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-lightbox/manager.php
560 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-sidebar/manager.php
561 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-side-cart-panel/manager.php
562 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-typography/manager.php
563 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-general/manager.php
564 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-buttons/manager.php
565 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-classic/manager.php
566 /modules/stsitebuilder/libs/elementor/core/settings/child-theme-my-account/manager.php
567 /modules/stsitebuilder/libs/elementor/core/settings/child-theme-checkout/manager.php
568 /modules/stsitebuilder/libs/elementor/includes/db.php
569 /modules/stsitebuilder/libs/elementor/core/base/document.php
570 /modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php
571 /modules/stsitebuilder/libs/elementor/core/documents-manager.php
572 /modules/stsitebuilder/libs/elementor/includes/managers/elements.php
573 /modules/stsitebuilder/libs/elementor/includes/base/element-base.php
574 /modules/stsitebuilder/libs/elementor/includes/elements/column.php
575 /modules/stsitebuilder/libs/elementor/includes/elements/section.php
576 /modules/stsitebuilder/libs/elementor/includes/elements/repeater.php
577 /modules/stsitebuilder/libs/elementor/includes/managers/widgets.php
578 /modules/stsitebuilder/libs/elementor/modules/nested-elements/module.php
579 /modules/stsitebuilder/libs/elementor/includes/base/widget-base.php
580 /modules/stsitebuilder/libs/elementor/includes/widgets/footer-base.php
581 /modules/stsitebuilder/libs/elementor/includes/widgets/dropdown_base.php
582 /modules/stsitebuilder/libs/elementor/includes/widgets/menu_base.php
583 /modules/stsitebuilder/libs/elementor/includes/widgets/traits/basic-trait.php
584 /modules/stsitebuilder/libs/elementor/includes/widgets/form-base.php
585 /modules/stsitebuilder/libs/elementor/modules/templates/types/widgets/miniature-name-base.php
586 /modules/stsitebuilder/libs/elementor/modules/templates/types/widgets/miniature-description-base.php
587 /modules/stsitebuilder/libs/elementor/includes/managers/skins.php
588 /modules/stsitebuilder/libs/elementor/includes/base/skin-base.php
589 /modules/stsitebuilder/libs/elementor/includes/base/sub-controls-stack.php
590 /modules/stsitebuilder/libs/elementor/core/files/manager.php
591 /modules/stsitebuilder/libs/elementor/includes/managers/icons.php
592 /modules/stsitebuilder/libs/elementor/core/page-assets/data-managers/font-icon-svg/manager.php
593 /modules/stsitebuilder/libs/elementor/core/editor/editor.php
594 /modules/stsitebuilder/libs/elementor/modules/editor-app-bar/module.php
595 /modules/stsitebuilder/libs/elementor/core/editor/data/globals/controller.php
596 /modules/stsitebuilder/libs/elementor/data/v2/base/controller.php
597 /modules/stsitebuilder/libs/elementor/includes/preview.php
598 /modules/stsitebuilder/libs/elementor/core/base/app.php
599 /modules/stsitebuilder/libs/elementor/includes/frontend.php
600 /modules/stsitebuilder/libs/elementor/core/dynamic-tags/manager.php
601 /modules/stsitebuilder/libs/elementor/core/modules-manager.php
602 /modules/stsitebuilder/libs/elementor/modules/history/module.php
603 /modules/stsitebuilder/libs/elementor/modules/library/module.php
604 /modules/stsitebuilder/libs/elementor/modules/library/documents/not-supported.php
605 /modules/stsitebuilder/libs/elementor/modules/library/documents/library-document.php
606 /modules/stsitebuilder/libs/elementor/modules/library/traits/library.php
607 /modules/stsitebuilder/libs/elementor/includes/template-library/sources/local.php
608 /modules/stsitebuilder/libs/elementor/includes/template-library/sources/base.php
609 /modules/stsitebuilder/libs/elementor/modules/library/documents/page.php
610 /modules/stsitebuilder/libs/elementor/modules/library/documents/section.php
611 /modules/stsitebuilder/libs/elementor/modules/library/documents/container.php
612 /modules/stsitebuilder/libs/elementor/modules/dynamic-tags/module.php
613 /modules/stsitebuilder/libs/elementor/modules/dev-tools/module.php
614 /modules/stsitebuilder/libs/elementor/modules/dev-tools/deprecation.php
615 /modules/stsitebuilder/libs/elementor/modules/elements-color-picker/module.php
616 /modules/stsitebuilder/libs/elementor/modules/shapes/module.php
617 /modules/stsitebuilder/libs/elementor/modules/favorites/module.php
618 /modules/stsitebuilder/libs/elementor/modules/favorites/types/widgets.php
619 /modules/stsitebuilder/libs/elementor/modules/favorites/favorites-type.php
620 /modules/stsitebuilder/libs/elementor/core/utils/static-collection.php
621 /modules/stsitebuilder/libs/elementor/core/utils/collection.php
622 /modules/stsitebuilder/libs/elementor/modules/nested-tabs/module.php
623 /modules/stsitebuilder/libs/elementor/modules/nested-accordion/module.php
624 /modules/stsitebuilder/libs/elementor/modules/web-cli/module.php
625 /modules/stsitebuilder/libs/elementor/modules/lazyload/module.php
626 /modules/stsitebuilder/libs/elementor/modules/site-navigation/module.php
627 /modules/stsitebuilder/libs/elementor/modules/site-navigation/data/controller.php
628 /modules/stsitebuilder/libs/elementor/includes/utils.php
629 /modules/stsitebuilder/libs/elementor/modules/link-in-bio/module.php
630 /modules/stsitebuilder/libs/elementor/modules/templates/module.php
631 /modules/stsitebuilder/classes/DB/StSiteBuilderClass.php
632 /modules/stsitebuilder/libs/elementor/modules/nested-slider/module.php
633 /modules/stsitebuilder/libs/elementor/includes/managers/image.php
634 /modules/stsitebuilder/libs/elementor/core/page-assets/loader.php
635 /modules/stsitebuilder/libs/elementor/includes/controls/animation.php
636 /modules/stsitebuilder/libs/elementor/includes/controls/base-data.php
637 /modules/stsitebuilder/libs/elementor/includes/controls/base.php
638 /modules/stsitebuilder/libs/elementor/includes/controls/hover-animation.php
639 /modules/stsitebuilder/libs/elementor/includes/controls/exit-animation.php
640 /modules/stsitebuilder/libs/elementor/core/common/app.php
641 /modules/stsitebuilder/libs/elementor/core/common/modules/ajax/module.php
642 /modules/onepagecheckoutps/src/Service/PresTeamShop/PresTeamShopService.php
643 /modules/onepagecheckoutps/src/Hook/HookActionFrontControllerInitAfterService.php
644 /src/Core/Domain/Shop/ValueObject/ShopId.php
645 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
646 /modules/ps_emailsubscription/ps_emailsubscription.php
647 /classes/Media.php
648 /modules/ps_emailalerts/ps_emailalerts.php
649 /modules/ps_emailalerts/MailAlert.php
650 /modules/llantassearch/llantassearch.php
651 /modules/llantassearch/translations/es.php
652 /modules/searchcustom/searchcustom.php
653 /modules/searchcustom/src/Ps_CustomsearchProductSearchProvider.php
654 /src/Core/Product/Search/ProductSearchProviderInterface.php
655 /modules/searchcustom/classes/SearchCustomLogger.php
656 /modules/searchcustom/classes/SearchCustomValidator.php
657 /modules/searchcustom/classes/SearchCustomFitment.php
658 /modules/searchcustom/translations/es.php
659 /modules/rcpgtagmanager/rcpgtagmanager.php
660 /modules/rcpgtagmanager/src/PSModule/RCTrackingModuleInterface.php
661 /modules/rcpgtagmanager/src/PSModule/ModuleServiceProvider.php
662 /modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS9.php
663 /modules/rcpgtagmanager/src/PSModule/AbstractModuleServiceFactory.php
664 /modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryInterface.php
665 /modules/rcpgtagmanager/src/PSModule/Hook/HookFactoryPS9.php
666 /modules/rcpgtagmanager/src/PSModule/Hook/AbstractHookFactory.php
667 /modules/rcpgtagmanager/src/PSModule/Hook/HookFactoryInterface.php
668 /modules/rcpgtagmanager/src/PSModule/Hook/ActionFrontControllerSetMedia/ActionFrontControllerSetMediaPS9.php
669 /modules/rcpgtagmanager/src/PSModule/Hook/ActionFrontControllerSetMedia/AbstractActionFrontControllerSetMedia.php
670 /modules/rcpgtagmanager/src/PSModule/Hook/AbstractHook.php
671 /modules/rcpgtagmanager/src/PSModule/Hook/HookInterface.php
672 /modules/desfinder/desfinder.php
673 /modules/desfinder/translations/es.php
674 /src/Adapter/Presenter/Cart/CartLazyArray.php
675 /src/Adapter/Presenter/AbstractLazyArray.php
676 /src/Adapter/Product/PriceFormatter.php
677 /src/Adapter/Presenter/LazyArrayAttribute.php
678 /src/Core/Util/Inflector.php
679 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
680 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
681 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
682 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
683 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
684 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
685 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
686 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
687 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
688 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
689 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
690 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
691 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
692 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
693 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
694 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
695 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
696 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
697 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
698 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
699 /modules/onepagecheckoutps/src/Hook/HookActionPresentCartService.php
700 /modules/onepagecheckoutps/src/Infrastructure/Configuration/Provider/PrestaShopConfigurationProvider.php
701 /modules/onepagecheckoutps/src/Domain/Configuration/ConfigurationProviderInterface.php
702 /modules/onepagecheckoutps/src/Application/Core/Addresses/AddressesService.php
703 /modules/onepagecheckoutps/src/Application/Core/AbstractStepCheckout.php
704 /modules/onepagecheckoutps/src/Application/Core/Cart/CartService.php
705 /modules/onepagecheckoutps/src/Application/Core/GeneralService.php
706 /modules/onepagecheckoutps/src/Infrastructure/Language/Provider/PrestaShopLanguageProvider.php
707 /modules/onepagecheckoutps/src/Domain/Language/LanguageProviderInterface.php
708 /classes/Gender.php
709 /src/Core/Domain/Title/ValueObject/Gender.php
710 /classes/Risk.php
711 /classes/Meta.php
712 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
713 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
714 /classes/Address.php
715 /classes/ImageType.php
716 /vendor/mobiledetect/mobiledetectlib/src/MobileDetect.php
717 /classes/State.php
718 /src/Core/Security/PasswordPolicyConfiguration.php
719 /src/Core/Configuration/DataConfigurationInterface.php
720 /src/Core/Security/Hashing.php
721 /src/Core/Filter/FrontEndObject/MainFilter.php
722 /src/Core/Filter/FilterInterface.php
723 /src/Core/Filter/FrontEndObject/CartFilter.php
724 /src/Core/Filter/HashMapWhitelistFilter.php
725 /src/Core/Filter/CollectionFilter.php
726 /src/Core/Filter/FrontEndObject/ProductFilter.php
727 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
728 /src/Core/Filter/FrontEndObject/CustomerFilter.php
729 /src/Core/Filter/FrontEndObject/ShopFilter.php
730 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
731 /classes/ProductAssembler.php
732 /src/Core/Product/Search/ProductSearchContext.php
733 /modules/ps_shoppingcart/ps_shoppingcart.php
734 /modules/ps_searchbar/ps_searchbar.php
735 /modules/productcomments/productcomments.php
736 /modules/stsitebuilder/libs/elementor/core/breakpoints/breakpoint.php
737 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
738 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
739 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
740 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
741 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
742 /var/cache/prod/smarty/compile/ckcautosport/2f/35/47/2f3547e5fe4c9c4ae4d520a0e2b869f443c3565b_2.module.stsitebuilderviewstemplateshookcontent.tpl.cache.php
743 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
744 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
745 /var/cache/prod/smarty/cache/stsitebuilder/header_manufacturer_29_0_0_font_url/1/1/1/1/1/6/ckcautosport/2c/c1/85/2cc1853d59502575a6e4e3c181484f32874bc151.stsitebuilderviewstemplateshookcontent.tpl.php
746 /modules/stsitebuilder/libs/elementor/core/responsive/responsive.php
747 /modules/stsitebuilder/libs/elementor/core/settings/style-globals/model.php
748 /modules/stsitebuilder/libs/elementor/core/settings/base/model.php
749 /modules/stsitebuilder/libs/elementor/core/frontend/performance.php
750 /modules/stsitebuilder/libs/elementor/includes/controls/text.php
751 /modules/stsitebuilder/libs/elementor/includes/controls/number.php
752 /modules/stsitebuilder/libs/elementor/includes/controls/textarea.php
753 /modules/stsitebuilder/libs/elementor/includes/controls/select.php
754 /modules/stsitebuilder/libs/elementor/includes/controls/switcher.php
755 /modules/stsitebuilder/libs/elementor/includes/controls/button.php
756 /modules/stsitebuilder/libs/elementor/includes/controls/base-ui.php
757 /modules/stsitebuilder/libs/elementor/includes/controls/hidden.php
758 /modules/stsitebuilder/libs/elementor/includes/controls/heading.php
759 /modules/stsitebuilder/libs/elementor/includes/controls/raw-html.php
760 /modules/stsitebuilder/libs/elementor/includes/controls/popover-toggle.php
761 /modules/stsitebuilder/libs/elementor/includes/controls/section.php
762 /modules/stsitebuilder/libs/elementor/includes/controls/tab.php
763 /modules/stsitebuilder/libs/elementor/includes/controls/tabs.php
764 /modules/stsitebuilder/libs/elementor/includes/controls/divider.php
765 /modules/stsitebuilder/libs/elementor/includes/controls/deprecated-notice.php
766 /modules/stsitebuilder/libs/elementor/includes/controls/alert.php
767 /modules/stsitebuilder/libs/elementor/includes/controls/notice.php
768 /modules/stsitebuilder/libs/elementor/includes/controls/color.php
769 /modules/stsitebuilder/libs/elementor/includes/controls/media.php
770 /modules/stsitebuilder/libs/elementor/includes/controls/base-multiple.php
771 /modules/stsitebuilder/libs/elementor/includes/controls/slider.php
772 /modules/stsitebuilder/libs/elementor/includes/controls/base-units.php
773 /modules/stsitebuilder/libs/elementor/includes/controls/dimensions.php
774 /modules/stsitebuilder/libs/elementor/includes/controls/choose.php
775 /modules/stsitebuilder/libs/elementor/includes/controls/wysiwyg.php
776 /modules/stsitebuilder/libs/elementor/includes/controls/code.php
777 /modules/stsitebuilder/libs/elementor/includes/controls/font.php
778 /modules/stsitebuilder/libs/elementor/includes/fonts.php
779 /modules/stsitebuilder/libs/elementor/includes/controls/image-dimensions.php
780 /modules/stsitebuilder/libs/elementor/includes/controls/gaps.php
781 /modules/stsitebuilder/libs/elementor/includes/controls/wp-widget.php
782 /modules/stsitebuilder/libs/elementor/includes/controls/url.php
783 /modules/stsitebuilder/libs/elementor/includes/controls/repeater.php
784 /modules/stsitebuilder/libs/elementor/includes/interfaces/has-validation.php
785 /modules/stsitebuilder/libs/elementor/includes/controls/icon.php
786 /modules/stsitebuilder/libs/elementor/includes/controls/icons.php
787 /modules/stsitebuilder/libs/elementor/includes/controls/gallery.php
788 /modules/stsitebuilder/libs/elementor/includes/controls/structure.php
789 /modules/stsitebuilder/libs/elementor/includes/controls/select2.php
790 /modules/stsitebuilder/libs/elementor/includes/controls/date-time.php
791 /modules/stsitebuilder/libs/elementor/includes/controls/box-shadow.php
792 /modules/stsitebuilder/libs/elementor/includes/controls/text-shadow.php
793 /modules/stsitebuilder/libs/elementor/includes/controls/select2ac.php
794 /modules/stsitebuilder/libs/elementor/includes/controls/repeater-product.php
795 /modules/stsitebuilder/libs/elementor/includes/controls/groups/background.php
796 /modules/stsitebuilder/libs/elementor/includes/controls/groups/base.php
797 /modules/stsitebuilder/libs/elementor/includes/interfaces/group-control.php
798 /modules/stsitebuilder/libs/elementor/includes/controls/groups/border.php
799 /modules/stsitebuilder/libs/elementor/includes/controls/groups/typography.php
800 /modules/stsitebuilder/libs/elementor/includes/controls/groups/image-size.php
801 /modules/stsitebuilder/libs/elementor/includes/controls/groups/box-shadow.php
802 /modules/stsitebuilder/libs/elementor/includes/controls/groups/css-filter.php
803 /modules/stsitebuilder/libs/elementor/includes/controls/groups/text-shadow.php
804 /modules/stsitebuilder/libs/elementor/includes/controls/groups/flex-container.php
805 /modules/stsitebuilder/libs/elementor/includes/controls/groups/grid-container.php
806 /modules/stsitebuilder/libs/elementor/includes/controls/groups/flex-item.php
807 /modules/stsitebuilder/libs/elementor/includes/controls/groups/text-stroke.php
808 /modules/stsitebuilder/libs/elementor/includes/controls/groups/all-query.php
809 /modules/stsitebuilder/libs/elementor/core/settings/controls/repeater.php
810 /modules/stsitebuilder/libs/elementor/modules/nested-elements/controls/control-nested-repeater.php
811 /modules/stsitebuilder/libs/elementor/core/document-types/post.php
812 /modules/stsitebuilder/libs/elementor/core/document-types/page-base.php
813 /modules/stsitebuilder/libs/elementor/core/document-types/page.php
814 /modules/stsitebuilder/libs/elementor/core/settings/page/model.php
815 /modules/stsitebuilder/libs/elementor/core/settings/base/css-model.php
816 /modules/stsitebuilder/libs/elementor/core/settings/editor-preferences/model.php
817 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-custom-code/model.php
818 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-lightbox/model.php
819 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-sidebar/model.php
820 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-side-cart-panel/model.php
821 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-typography/model.php
822 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-general/model.php
823 /modules/stsitebuilder/libs/elementor/includes/conditions.php
824 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-buttons/model.php
825 /modules/stsitebuilder/libs/elementor/core/settings/theme-editor-classic/model.php
826 /modules/stsitebuilder/libs/elementor/core/settings/child-theme-my-account/model.php
827 /modules/stsitebuilder/libs/elementor/core/kits/documents/tabs/global-colors.php
828 /modules/stsitebuilder/libs/elementor/core/kits/documents/tabs/tab-base.php
829 /modules/stsitebuilder/libs/elementor/core/settings/child-theme-checkout/model.php
830 /var/cache/prod/smarty/cache/stsitebuilder/header_manufacturer_29_0_0_eb_settings/1/1/1/1/1/6/ckcautosport/2c/c1/85/2cc1853d59502575a6e4e3c181484f32874bc151.stsitebuilderviewstemplateshookcontent.tpl.php
831 /var/cache/prod/smarty/cache/stsitebuilder/1/1/1/1/1/6/ckcautosport/f2/50/df/f250df2e4b6cc8bddeb6c4090662a329da566f32.stsitebuilderviewstemplateshookheader.tpl.php
832 /modules/freeshippingamountdisplay/freeshippingamountdisplay.php
833 /modules/freeshippingamountdisplay/translations/es.php
834 /classes/assets/PrestashopAssetsLibraries.php
835 /modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/DisplayHeaderPS9.php
836 /modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php
837 /modules/rcpgtagmanager/src/PSModule/Configurator/ConfiguratorFactory.php
838 /modules/rcpgtagmanager/src/PSModule/Configurator/ConfiguratorFactoryInterface.php
839 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/BingConfigurator.php
840 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/AbstractConfigurator.php
841 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormBing.php
842 /modules/rcpgtagmanager/src/PSModule/Form/Section/AbstractFormSection.php
843 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormSectionInterface.php
844 /modules/rcpgtagmanager/src/PSModule/Form/Section/Traits/FeedOptions.php
845 /modules/rcpgtagmanager/src/PSModule/Form/Validator/PregMatchValidator.php
846 /modules/rcpgtagmanager/src/PSModule/Form/Validator/ValidatorInterface.php
847 /modules/rcpgtagmanager/src/PSModule/Context/ContextPS9.php
848 /modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php
849 /modules/rcpgtagmanager/src/PSModule/Context/ContextInterface.php
850 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/ModelBuilderFactoryPS9.php
851 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/ModelBuilderFactoryInterface.php
852 /modules/rcpgtagmanager/src/PSModule/Adapter/Product/ProductAdapterPS9.php
853 /modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php
854 /modules/rcpgtagmanager/src/PSModule/Adapter/Product/ProductAdapterInterface.php
855 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php
856 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandlerInterface.php
857 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Search/SearchModelBuilderPS9.php
858 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Search/AbstractSearchModelBuilder.php
859 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Search/SearchModelBuilderInterface.php
860 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/AbstractModelBuilderInterface.php
861 /modules/rcpgtagmanager/src/DataModel/Search/SearchModel.php
862 /modules/rcpgtagmanager/src/PSModule/Token/TokenPS9.php
863 /modules/rcpgtagmanager/src/PSModule/Token/AbstractToken.php
864 /modules/rcpgtagmanager/src/PSModule/Token/TokenInterface.php
865 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/ModuleDetectorPS9.php
866 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php
867 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/ModuleDetectorInterface.php
868 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/OverrideDetector/OverrideDetectorPS9.php
869 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/OverrideDetector/AbstractOverrideDetector.php
870 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/OverrideDetector/OverrideDetectorInterface.php
871 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/OverrideDetector/ConcreteDetector/PresTeamShop/OnePageCheckoutPSPS9.php
872 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/OverrideDetector/ConcreteDetector/PresTeamShop/AbstractOnePageCheckoutPS.php
873 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/OverrideDetector/ConcreteDetector/AbstractConcreteDetector.php
874 /modules/rcpgtagmanager/src/PSModule/ModuleDetector/OverrideDetector/ConcreteDetector/ConcreteDetectorInterface.php
875 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/User/UserModelBuilderPS9.php
876 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/User/AbstractUserModelBuilder.php
877 /modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/User/UserModelBuilderInterface.php
878 /modules/rcpgtagmanager/src/DataModel/User/UserModel.php
879 /modules/rcpgtagmanager/src/DataModel/User/GroupModelList.php
880 /modules/rcpgtagmanager/src/DataModel/User/AddressModel.php
881 /modules/rcpgtagmanager/src/DataModel/User/StatsModel.php
882 /modules/rcpgtagmanager/src/DataModel/User/UserModelPresenter.php
883 /modules/rcpgtagmanager/src/DataModel/ModelPresenterInterface.php
884 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/CriteoConfigurator.php
885 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormCriteo.php
886 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/FacebookConfigurator.php
887 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormFacebook.php
888 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/GA4Configurator.php
889 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormGA4.php
890 /modules/rcpgtagmanager/translations/es.php
891 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/GAdsConfigurator.php
892 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormGAds.php
893 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/GTMConfigurator.php
894 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormGTM.php
895 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/GoogleFeedConfigurator.php
896 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormGoogleFeed.php
897 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/KelkooConfigurator.php
898 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormKelkoo.php
899 /modules/rcpgtagmanager/src/PSModule/Form/Transformer/MultiInputArrayTransformer.php
900 /modules/rcpgtagmanager/src/PSModule/Form/Transformer/AbstractTransformer.php
901 /modules/rcpgtagmanager/src/PSModule/Form/Transformer/DataTransformerInterface.php
902 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/PinterestConfigurator.php
903 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormPinterest.php
904 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/TikTokConfigurator.php
905 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormTikTok.php
906 /modules/rcpgtagmanager/src/PSModule/Configurator/Components/TwitterConfigurator.php
907 /modules/rcpgtagmanager/src/PSModule/Form/Section/FormTwitter.php
908 /var/cache/prod/smarty/compile/ckcautosport/57/19/bc/5719bcd20a3358c5d8c9ac72a27921b0af994492_2.module.rcpgtagmanagerviewstemplateshookheader.tpl.php
909 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
910 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
911 /modules/onepagecheckoutps/src/Hook/HookDisplayHeaderService.php
912 /modules/redsys/redsys.php
913 /modules/redsys/api/apiRedsys.php
914 /modules/redsys/api/json.php
915 /modules/redsys/api/hmac.php
916 /modules/redsys/api/hash.php
917 /modules/redsys/classes/RedsysTpv.php
918 /classes/PaymentModule.php
919 /modules/redsys/translations/es.php
920 /modules/paypal/paypal.php
921 /modules/paypal/config_prod.php
922 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
923 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
924 /modules/paypal/translations/es.php
925 /modules/paypal/services/ToolKit.php
926 /modules/paypal/classes/Constants/PaypalConfigurations.php
927 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
928 /modules/paypal/classes/Constants/WebHookConf.php
929 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
930 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
931 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
932 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
933 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
934 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
935 /modules/paypal/diagnostic.php
936 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
937 /modules/paypal/classes/AbstractMethodPaypal.php
938 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
939 /modules/paypal/classes/MethodEC.php
940 /modules/paypal/classes/WhiteList/WhiteListService.php
941 /modules/paypal/classes/API/PaypalApiManager.php
942 /modules/paypal/classes/API/PaypalApiManagerInterface.php
943 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
944 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
945 /modules/paypal/classes/API/PaypalClient.php
946 /modules/paypal/classes/API/Client/HttpClient.php
947 /modules/paypal/classes/API/ClientInterface.php
948 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
949 /modules/paypal/classes/API/EnvironmentInterface.php
950 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
951 /modules/paypal/classes/API/InjectorInterface.php
952 /modules/paypal/classes/API/Injector/BnCodeInjector.php
953 /modules/paypal/classes/API/Injector/UserAgentInjector.php
954 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
955 /modules/sldquickorder/sldquickorder.php
956 /modules/sldquickorder/translations/es.php
957 /vendor/prestashop/decimal/src/DecimalNumber.php
958 /vendor/prestashop/decimal/src/Builder.php
959 /modules/dusnicsyncocc/dusnicsyncocc.php
960 /modules/dusnicsyncocc/classes/dusnicsyncoccsutils.php
961 /modules/dusnicsyncocc/translations/es.php
962 /modules/desoccfeatures/desoccfeatures.php
963 /modules/desoccfeatures/classes/OccSupplierOrder.php
964 /modules/desoccfeatures/classes/OccApiService.php
965 /modules/desoccfeatures/classes/OccSyncProcessor.php
966 /modules/desoccfeatures/translations/es.php
967 /modules/descpdftoreference/descpdftoreference.php
968 /modules/descpdftoreference/translations/es.php
969 /modules/desoccstockerp/desoccstockerp.php
970 /modules/desoccstockerp/translations/es.php
971 /modules/dessoccerp/dessoccerp.php
972 /modules/dessoccerp/translations/es.php
973 /src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php
974 /src/Core/Product/Search/ProductSearchQuery.php
975 /src/Core/Product/Search/SortOrder.php
976 /modules/ps_facetedsearch/ps_facetedsearch.php
977 /modules/ps_facetedsearch/src/HookDispatcher.php
978 /modules/ps_facetedsearch/src/Hook/Attribute.php
979 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
980 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
981 /modules/ps_facetedsearch/src/Hook/Category.php
982 /modules/ps_facetedsearch/src/Hook/Configuration.php
983 /modules/ps_facetedsearch/src/Hook/Design.php
984 /modules/ps_facetedsearch/src/Hook/Feature.php
985 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
986 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
987 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
988 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
989 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
990 /modules/ps_facetedsearch/src/Hook/Product.php
991 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
992 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
993 /modules/ps_facetedsearch/src/Filters/Provider.php
994 /modules/ps_facetedsearch/src/URLSerializer.php
995 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
996 /modules/ps_facetedsearch/src/Product/SearchProvider.php
997 /src/Core/Product/Search/FacetsRendererInterface.php
998 /modules/ps_facetedsearch/src/Filters/Converter.php
999 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1000 /src/Core/Product/Search/ProductSearchResult.php
1001 /classes/Combination.php
1002 /modules/ps_facetedsearch/src/Product/Search.php
1003 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1004 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1005 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1006 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1007 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1008 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1009 /modules/ps_facetedsearch/src/Filters/Products.php
1010 /classes/stock/StockAvailable.php
1011 /modules/ps_facetedsearch/src/Filters/Block.php
1012 /modules/ps_facetedsearch/src/Definition/Availability.php
1013 /classes/Category.php
1014 /src/Core/Domain/Category/ValueObject/RedirectType.php
1015 /src/Core/Domain/Category/CategorySettings.php
1016 /src/Core/Domain/Category/SeoSettings.php
1017 /src/Core/Product/Search/Facet.php
1018 /src/Core/Product/Search/Filter.php
1019 /src/Core/Product/Search/FacetCollection.php
1020 /classes/ProductPresenterFactory.php
1021 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1022 /src/Adapter/Presenter/Product/ProductPresenter.php
1023 /src/Adapter/Product/ProductColorsRetriever.php
1024 /src/Adapter/HookManager.php
1025 /src/Core/Product/ProductPresentationSettings.php
1026 /var/cache/prod/smarty/compile/ckcautosport/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1027 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1028 /var/cache/prod/smarty/compile/ckcautosport/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1029 /src/Core/Product/Search/Pagination.php
1030 /modules/stsitebuilder/classes/DB/StSiteBuilderPostmetaClass.php
1031 /var/cache/prod/smarty/compile/ckcautosport/9f/c7/c1/9fc7c1a0f774845ed82ecad0a43b8617553ad18d_2.module.stsitebuilderviewstemplatesfronttemplate11230.tpl.php
1032 /modules/ps_languageselector/ps_languageselector.php
1033 /var/cache/prod/smarty/compile/ckcautosport/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
1034 /modules/ps_languageselector/translations/es.php
1035 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1036 /var/cache/prod/smarty/compile/ckcautosport/81/5c/6a/815c6a45efc465b1f2609366fe379061991043c9_2.module.stsitebuilderviewstemplateshookcustomersignin.tpl.php
1037 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
1038 /var/cache/prod/smarty/compile/ckcautosport/27/d1/58/27d158866aa66c11ea3cd8735b38049861aa3587_2.module.stsitebuilderviewstemplateshooksigninlabel.tpl.php
1039 /var/cache/prod/smarty/compile/ckcautosport/9f/3d/0e/9f3d0ea5586f0ed98b8409b25763a8fffbc700f1_2.module.stsitebuilderviewstemplateshookshoppingcart.tpl.php
1040 /var/cache/prod/smarty/compile/ckcautosport/2a/dd/3d/2add3d7a9544fcad0aa249a0a570542673e38322_2.module.stsitebuilderviewstemplateshookcartlabel.tpl.php
1041 /var/cache/prod/smarty/compile/ckcautosport/63/da/0f/63da0f35786beeed0be052bfdf21711b4bfc5a13_2.module.stsitebuilderviewstemplateshooksearch.tpl.php
1042 /modules/stsitebuilder/src/Repository/GeneralRepository.php
1043 /modules/stsitebuilder/classes/data/provider/Search.php
1044 /src/Adapter/Presenter/Category/CategoryPresenter.php
1045 /src/Adapter/Presenter/Category/CategoryLazyArray.php
1046 /var/cache/prod/smarty/compile/ckcautosport/0e/39/49/0e39494c6f11113e44a278e83841e55d7abd2312_2.module.stsitebuilderviewstemplatesfronttemplate140961.tpl.php
1047 /modules/ps_currencyselector/ps_currencyselector.php
1048 /var/cache/prod/smarty/compile/ckcautosport/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.ps_currencyselectorps_currencyselector.tpl.php
1049 /modules/ps_currencyselector/translations/es.php
1050 /var/cache/prod/smarty/compile/ckcautosport/9b/bd/44/9bbd441393d789b1a289f3360475fca7868b42df_2.module.stsitebuilderviewstemplatesfronttemplate11740.tpl.php
1051 /vendor/defuse/php-encryption/src/Crypto.php
1052 /vendor/defuse/php-encryption/src/KeyOrPassword.php
1053 /vendor/defuse/php-encryption/src/RuntimeTests.php
1054 /vendor/defuse/php-encryption/src/DerivedKeys.php
1055 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1056 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
1057 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/ea/55/07/ea550774c902129ef2a6d233bfb41742ee5335de_2.file.manufacturer.tpl.php
1058 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/52/7a/a8/527aa84d0fe9b48a460422a207252c33fcff7e86_2.file.product-list.tpl.php
1059 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php
1060 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php
1061 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php
1062 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/ff/4f/f2/ff4ff28a872b01055c79c2571c3ec782810cff81_2.file.helpers.tpl.php
1063 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1064 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/ec/1c/0d/ec1c0dac57edbe64d3bb3e24a853902ebec2af56_2.file.head.tpl.php
1065 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/ae/37/4a/ae374abd4925856735f754b18ee0ab8d7250c5a2_2.file.head-jsonld.tpl.php
1066 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/c1/aa/6e/c1aa6e1bfd7ea67b36c29b9521a622b65779f1a1_2.file.product-list-jsonld.tpl.php
1067 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/54/f5/1d/54f51d92ff0a4ed65d07247ba481a16d84ac77d3_2.file.pagination-seo.tpl.php
1068 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1069 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/72/f0/3e/72f03ec83d9b40c889818cfb3a76ee4c51d3d83c_2.file.stylesheets.tpl.php
1070 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/6b/13/91/6b13913cbab0023dcb3cb73cc3d1d16ac6554d21_2.file.javascript.tpl.php
1071 /classes/ProductDownload.php
1072 /src/Core/Localization/CLDR/ComputingPrecision.php
1073 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1074 /src/Core/Cart/Calculator.php
1075 /src/Core/Cart/CartRowCollection.php
1076 /src/Core/Cart/Fees.php
1077 /src/Core/Cart/AmountImmutable.php
1078 /src/Core/Cart/CartRuleCollection.php
1079 /src/Core/Cart/CartRuleCalculator.php
1080 /src/Adapter/Product/PriceCalculator.php
1081 /classes/order/Order.php
1082 /src/Core/Cart/CartRow.php
1083 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/90/56/b7/9056b74a040fb6cdd854ccfa3914233f5381dcdc_2.file.product-activation.tpl.php
1084 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/2e/e1/b4/2ee1b452c31d66e92e46000e2b89867e07ac4f77_2.file.notifications.tpl.php
1085 /var/cache/prod/smarty/compile/ckcautosport/14/cd/5d/14cd5dd1ab5418a48046c4d16fed370a1db83454_2.module.stsitebuilderviewstemplatesfronttemplate1183550.tpl.php
1086 /var/cache/prod/smarty/compile/ckcautosport/1c/55/01/1c55015906203bc714ee23efaa9d9361d24651a7_2.module.stsitebuilderviewstemplateshookbreadcrumbnav.tpl.php
1087 /modules/des_categorytree/des_categorytree.php
1088 /var/cache/prod/smarty/compile/ckcautosport/cf/f2/c9/cff2c951ce67550ad4fe7563a77d13c3633792ea_2.module.des_categorytreeviewstemplateshookps_categorytree.tpl.php
1089 /modules/stsitebuilder/src/Repository/ProductRepository.php
1090 /src/Adapter/NewProducts/NewProductsProductSearchProvider.php
1091 /src/Core/Product/Search/SortOrdersCollection.php
1092 /classes/Pack.php
1093 /classes/SpecificPrice.php
1094 /classes/tax/TaxManagerFactory.php
1095 /classes/tax/TaxRulesTaxManager.php
1096 /classes/tax/TaxManagerInterface.php
1097 /classes/tax/Tax.php
1098 /classes/tax/TaxCalculator.php
1099 /classes/GroupReduction.php
1100 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1101 /src/Adapter/Presenter/Product/ProductLazyArray.php
1102 /classes/Image.php
1103 /src/Core/Image/ImageFormatConfiguration.php
1104 /src/Core/Image/ImageFormatConfigurationInterface.php
1105 /vendor/prestashop/decimal/src/Operation/Multiplication.php
1106 /vendor/prestashop/decimal/src/Operation/Addition.php
1107 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1108 /var/cache/prod/smarty/compile/ckcautosport/d7/bd/8d/d7bd8d9ad2a939b24a4f936473c49296aedd6338_2.module.stsitebuilderviewstemplatesfronttemplate134260.tpl.php
1109 /var/cache/prod/smarty/compile/ckcautosport/4d/ed/f9/4dedf9ff4eced7eaca924529e006ba458cd857c3_2.file.displayProductShippingTag.tpl.php
1110 /src/Core/Domain/Product/ProductCustomizabilitySettings.php
1111 /var/cache/prod/smarty/compile/ckcautosport/e3/1b/eb/e31beb541832f60247e83f559cdf768dfe97d7cf_2.file.footer.tpl.php
1112 /var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/d4/32/a3/d432a3ef15a767dd5fbb30857ae5211497a87f71_2.file.password-policy-template.tpl.php
1113 /modules/statsdata/statsdata.php
1114 /classes/Guest.php
1115 /classes/Connection.php
1116 /classes/Page.php
1117 /classes/ConnectionsSource.php
1118 /var/cache/prod/smarty/cache/stsitebuilder/before_body_closing_tag/1/1/1/1/1/6/ckcautosport/a5/35/eb/a535eb00190c02a685bde33931fcc4e1e4ddf2a4.stsitebuilderviewstemplateshookbefore_body_closing_tag.tpl.php
1119 /var/cache/prod/smarty/compile/ckcautosport/df/65/54/df655491514ee41601e6f3235dc65d559f0dbb9b_2.module.stsitebuilderviewstemplatesfronttemplate11841120.tpl.php
1120 /var/cache/prod/smarty/compile/ckcautosport/7c/78/19/7c7819651312587068ab48e1dbeae46da07f768c_2.file.category_search.tpl.php
1121 /var/cache/prod/smarty/compile/ckcautosport/a5/d7/03/a5d703654a856ecb10ede2e9656be14e015c3676_2.file.category_search.tpl.php
1122 /var/cache/prod/smarty/compile/ckcautosport/7c/82/a7/7c82a79bd08bf9f1f63d0064605b34b03fceea23_2.module.stsitebuilderviewstemplatesfronttemplate115120.tpl.php
1123 /var/cache/prod/smarty/compile/ckcautosport/18/c9/31/18c9319d1f6ab350c1f4e8f75e735adc64bb8e6c_2.module.stsitebuilderviewstemplatesfronttemplate114120.tpl.php
1124 /var/cache/prod/smarty/compile/ckcautosport/17/6c/22/176c221a786db812cac15eb1622ea9fa660a2052_2.module.stsitebuilderviewstemplateshooksidebarcustomersignin.tpl.php
1125 /var/cache/prod/smarty/compile/ckcautosport/ce/e4/e4/cee4e4df54e039c81f452f47e24a8c197e050e3d_2.module.stsitebuilderviewstemplatesfronttemplate113120.tpl.php
1126 /var/cache/prod/smarty/compile/ckcautosport/02/39/91/0239914916c11f1863783394b5fe72a1a151e072_2.module.stsitebuilderviewstemplateshooksidebarside_panel.tpl.php
1127 /modules/stsitebuilder/classes/data/element/Location.php
1128 /var/cache/prod/smarty/compile/ckcautosport/5e/eb/ef/5eebef83845f1b29b75fc106bc46d53f5370584c_2.module.stsitebuilderviewstemplateshookbackgroundlazyload.tpl.php
1129 /modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/DisplayBeforeBodyClosingTagPS9.php
1130 /modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php
1131 /var/cache/prod/smarty/compile/ckcautosport/44/76/fc/4476fcbbdf2fbe779dcf11308a601efed38bf44d_2.module.rcpgtagmanagerviewstemplateshookfooter.tpl.php