Filtrar por

Disponibilidad

Disponibilidad

Diametro

Diametro

Tamaño

Tamaño

Características

Características

Color

Color

PLA

PLA

Filtros activos

  • Tamaño: 750gr
  • Color : Morado
  • Color : Rojo
  • Color : Rosa

Filamento para impresión 3D en base PLA que ofrece un efecto sedoso y de aspecto metálico en su acabado. Gracias a su fácil impresión permite imprimir piezas y objetos en cualquier impresora, el efecto seda disimula...

Load Time266 ms - Unicorn powered webserver!
Querying Time84 ms
Queries445
Memory Peak Usage15.3 Mb
Included Files579 files - 7.84 Mb
PrestaShop Cache- Mb
Global vars0.32 Mb
PrestaShop Version1.7.4.4
PHP Version7.2.34 (OK)
MySQL Version5.5.68-MariaDB (Consider upgrading)
Memory Limit512M
Max Execution Time18000000s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 20 ms 20 ms 3.07 Mb 3.11 Mb
__construct 3 ms 23 ms 0.26 Mb 3.34 Mb
init 31 ms 54 ms 1.32 Mb 4.66 Mb
checkAccess 0 ms 54 ms - Mb 4.66 Mb
setMedia 4 ms 59 ms 0.26 Mb 4.95 Mb
postProcess 0 ms 59 ms - Mb 4.95 Mb
initHeader 0 ms 59 ms - Mb 4.95 Mb
initContent 133 ms 192 ms 6.38 Mb 11.36 Mb
initFooter 0 ms 192 ms - Mb 11.36 Mb
display 74 ms 266 ms 3.59 Mb 15.28 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 445 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `prstshp_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `prstshp_date_range`) LIMIT 1
4.8 125978176 /classes/DateRange.php:60
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 `prstshp_configuration` c
LEFT JOIN `prstshp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
3 1134 /classes/Configuration.php:157
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `prstshp_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_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`
1.6 238 Yes Yes /classes/Hook.php:629
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute=118)) AND ((fp_1.id_feature_value IN (12, 22, 14, 23))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=48 AND c.nright<=49 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 12
1.4 2809 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
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, active
FROM `prstshp_hook_module` hm
STRAIGHT_JOIN `prstshp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `prstshp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.4 524 /classes/Hook.php:374
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute=118)) AND ((fp_1.id_feature_value IN (12, 22, 14, 23))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=48 AND c.nright<=49 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute=118)) AND ((fp_1.id_feature_value IN (12, 22, 14, 23)))
1.3 2809 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name
1.3 0 /classes/Hook.php:186
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-03-17 00:00:00",
INTERVAL 120 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `prstshp_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 prstshp_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  )
LEFT JOIN `prstshp_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 3 AND pl.id_shop = 1 )
LEFT JOIN `prstshp_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 `prstshp_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 3)
LEFT JOIN `prstshp_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 292 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10
1.3 295 /classes/Category.php:1010
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `prstshp_country` c  INNER JOIN prstshp_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `prstshp_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `prstshp_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
1.2 244 Yes /classes/Country.php:146
UPDATE `prstshp_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 11485
AND `id_page` = 45
AND `id_shop` = 1
1 1 /classes/Page.php:127
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `prstshp_lang` l
JOIN prstshp_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
1 9 /classes/Language.php:1028
SELECT SQL_NO_CACHE * FROM `prstshp_state` ORDER BY `name` ASC
0.9 783 Yes /classes/Country.php:153
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC
0.7 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) UNION (SELECT * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1)
0.7 1 /classes/CartRule.php:393
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.6 1 /classes/CartRule.php:393
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.6 1 /classes/CartRule.php:393
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.6 143 /classes/module/Module.php:301
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3  AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 292
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:873
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.5 1 /classes/CartRule.php:393
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 `prstshp_attribute_group` ag  INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `prstshp_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `prstshp_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 3) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.5 33 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 104
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.5 2 Yes Yes /classes/Product.php:2341
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `prstshp_specific_price` WHERE `id_product` != 0 LIMIT 1
0.5 761 /classes/SpecificPrice.php:276
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `prstshp_meta` m
LEFT JOIN `prstshp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.5 106 Yes /classes/Dispatcher.php:530
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `prstshp_category` c
INNER JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
INNER JOIN `prstshp_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 6
AND nleft >= 45 AND nright <= 60
AND c.id_category IN (
SELECT id_category
FROM `prstshp_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
0.5 61 Yes /modules/ps_categorytree/ps_categorytree.php:166
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `prstshp_specific_price` WHERE `id_product` != 0
0.5 761 /classes/SpecificPrice.php:284
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 292  AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 292
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.4 1 Yes Yes /classes/Category.php:873
SHOW TABLES LIKE 'prstshp_totloyalty'
0.4 1 /modules/totloyaltyadvanced/totloyaltyadvanced.php:192
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC
0.4 28 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SHOW TABLES LIKE 'prstshp_totloyalty_history'
0.3 1 /modules/totloyaltyadvanced/totloyaltyadvanced.php:195
SHOW TABLES LIKE 'prstshp_totloyalty_state'
0.3 1 /modules/totloyaltyadvanced/totloyaltyadvanced.php:198
(SELECT 1 FROM `prstshp_cart_rule` WHERE date_to >= "2026-03-17 00:00:00" AND date_to <= "2026-03-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from >= "2026-03-17 00:00:00" AND date_from <= "2026-03-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from < "2026-03-17 00:00:00" AND date_to > "2026-03-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.3 1 /classes/CartRule.php:335
SHOW TABLES LIKE 'prstshp_totloyalty_state_lang'
0.3 1 /modules/totloyaltyadvanced/totloyaltyadvanced.php:201
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1389 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.3 1 Yes /classes/SpecificPrice.php:541
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 `prstshp_feature` f  INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `prstshp_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `prstshp_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `prstshp_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-03-17 00:00:00',
INTERVAL 120 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 112
0.3 5 /classes/ProductAssembler.php:91
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 `prstshp_feature` f  INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `prstshp_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `prstshp_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `prstshp_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 112
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.3 2 Yes Yes /classes/Product.php:2341
(SELECT 1 FROM `prstshp_cart_rule` WHERE date_to >= "2026-03-17 00:00:00" AND date_to <= "2026-03-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from >= "2026-03-17 00:00:00" AND date_from <= "2026-03-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from < "2026-03-17 00:00:00" AND date_to > "2026-03-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.3 1 /classes/CartRule.php:335
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-03-17 00:00:00',
INTERVAL 120 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 104
0.3 4 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1389 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1389 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1225
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 `prstshp_feature` f  INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `prstshp_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `prstshp_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `prstshp_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
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 prstshp_shop_group gs
LEFT JOIN prstshp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN prstshp_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.3 1 Yes /classes/shop/Shop.php:692
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1057
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.3 2 Yes Yes /classes/Product.php:2341
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1542) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1389
ORDER BY f.position ASC
0.3 4 Yes /classes/Product.php:4860
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 `prstshp_feature` f  INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `prstshp_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `prstshp_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `prstshp_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
INSERT INTO `prstshp_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('61886706', '', 'eltucan.es/292-pla?q=Color+-Morado-Oro-Rojo-Rosa%2FTama%C3%B1o-750gr', '', '2026-03-17 09:51:54')
0.3 1 /classes/ObjectModel.php:529
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1542 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.3 2 Yes /classes/SpecificPrice.php:541
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1542 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1411
ORDER BY f.position ASC
0.3 4 Yes /classes/Product.php:4860
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 4074
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1389 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4074
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1389 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1389
AND pac.`id_product_attribute` = 4074
AND agl.`id_lang` = 3
0.3 1 /classes/Product.php:6020
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 3857
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1311 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3857
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1311 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1320 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.3 4 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1312 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.3 4 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1328 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 2 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (104) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 2 Yes Yes /classes/Product.php:3788
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1311 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1311 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1311 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 4 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1411
AND pac.`id_product_attribute` = 4439
AND agl.`id_lang` = 3
0.2 3 /classes/Product.php:6020
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1327 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 2 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1323 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 2 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1057 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 4 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1389) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1313 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 4 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 104 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 4 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1311
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4860
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1320 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1411 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 2 Yes /classes/SpecificPrice.php:541
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM prstshp_shop_url su
LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'eltucan.es' OR su.domain_ssl = 'eltucan.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.2 1 Yes /classes/shop/Shop.php:344
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1327
ORDER BY f.position ASC
0.2 4 Yes /classes/Product.php:4860
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1323
AND pac.`id_product_attribute` = 5111
AND agl.`id_lang` = 3
0.2 3 /classes/Product.php:6020
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 112 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-03-17 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.2 4 Yes /classes/SpecificPrice.php:541
SHOW COLUMNS FROM prstshp_orders LIKE "payment_fee"
0.2 1 /modules/paypal/paypal.php:1090
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1327
AND pac.`id_product_attribute` = 4686
AND agl.`id_lang` = 3
0.2 3 /classes/Product.php:6020
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-03-17 00:00:00',
INTERVAL 120 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 1057
0.2 3 /classes/ProductAssembler.php:91
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1323 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 112 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 112 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE data FROM prstshp_layered_filter_block WHERE hash="674842d6f2c14e7f027bc96ac2111dba" LIMIT 1
0.2 1 /modules/ps_facetedsearch/src/Filters/Block.php:168
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 292) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 104) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 2696 LIMIT 1
0.2 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1057
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4860
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1328 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE smi.*,smil.*
FROM prstshp_owlmegamenu_item_shop smi
LEFT JOIN prstshp_owlmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 13 AND smil.id_shop = 1 AND smil.id_lang = 3 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC
0.2 54 Yes /modules/owlmegamenu/owlmegamenu.php:1081
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 104 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1312 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1312 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1327 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1057 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1057 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1313 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1312) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_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` = 67
AND tr.`id_state` IN (0, 322)
AND ('08029' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '08029')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 2 Yes /classes/tax/TaxRulesTaxManager.php:110
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 4986
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1542 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4986
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 2696
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 104 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2696
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1411 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1411 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 3899
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1320 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3899
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 2706
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 112 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2706
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 112 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1542
ORDER BY f.position ASC
0.2 4 Yes /classes/Product.php:4860
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 48) AND (a0.`nright` > 49) AND (a1.`id_lang` = 3)
ORDER BY a0.`nleft` asc
0.2 61 Yes /classes/PrestaShopCollection.php:357
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 4439
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1411 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4439
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1411 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 3449
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1057 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3449
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1057 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1323) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 3858
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1312 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3858
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1312 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE smi.*,smil.*
FROM prstshp_owlmegamenu_item_shop smi
LEFT JOIN prstshp_owlmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 19 AND smil.id_shop = 1 AND smil.id_lang = 3 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC
0.2 54 Yes /modules/owlmegamenu/owlmegamenu.php:1081
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 3859
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1313 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3859
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1057
AND pac.`id_product_attribute` = 3449
AND agl.`id_lang` = 3
0.2 2 /classes/Product.php:6020
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 112) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1311
AND pac.`id_product_attribute` = 3857
AND agl.`id_lang` = 3
0.2 2 /classes/Product.php:6020
INSERT INTO prstshp_referrer_cache (id_referrer, id_connections_source) (
SELECT id_referrer, id_connections_source
FROM prstshp_referrer r
LEFT JOIN prstshp_connections_source cs ON ((r.http_referer_like IS NULL OR r.http_referer_like = '' OR cs.http_referer LIKE r.http_referer_like)
AND (r.request_uri_like IS NULL OR r.request_uri_like = '' OR cs.request_uri LIKE r.request_uri_like)
AND (r.http_referer_like_not IS NULL OR r.http_referer_like_not = '' OR cs.http_referer NOT LIKE r.http_referer_like_not)
AND (r.request_uri_like_not IS NULL OR r.request_uri_like_not = '' OR cs.request_uri NOT LIKE r.request_uri_like_not)
AND (r.http_referer_regexp IS NULL OR r.http_referer_regexp = '' OR cs.http_referer REGEXP r.http_referer_regexp)
AND (r.request_uri_regexp IS NULL OR r.request_uri_regexp = '' OR cs.request_uri REGEXP r.request_uri_regexp)
AND (r.http_referer_regexp_not IS NULL OR r.http_referer_regexp_not = '' OR cs.http_referer NOT REGEXP r.http_referer_regexp_not)
AND (r.request_uri_regexp_not IS NULL OR r.request_uri_regexp_not = '' OR cs.request_uri NOT REGEXP r.request_uri_regexp_not))
WHERE id_connections_source = 146944193
)
0.2 1 /classes/Referrer.php:112
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 4658
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1328 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4658
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1542
AND pac.`id_product_attribute` = 4986
AND agl.`id_lang` = 3
0.2 3 /classes/Product.php:6020
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1313) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 104
ORDER BY `position`
0.2 1 Yes /classes/Product.php:2984
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (112) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 2 Yes Yes /classes/Product.php:3788
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1057) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 2 Yes Yes /classes/Product.php:3788
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 1057
ORDER BY `position`
0.2 3 Yes /classes/Product.php:2984
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1320
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4860
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1313
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4860
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 359) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1320) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 104
ORDER BY f.position ASC
0.2 4 Yes /classes/Product.php:4860
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 5111
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1323 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 5111
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE `id_guest`
FROM `prstshp_connections`
WHERE `id_guest` = 66360484
AND `date_add` > '2026-03-17 09:21:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.2 1 Yes /classes/Connection.php:162
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1328
ORDER BY f.position ASC
0.2 3 Yes /classes/Product.php:4860
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1312
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4860
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 4686
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1327 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4686
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1225
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 343) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1311) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1328) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 104
AND pac.`id_product_attribute` = 2696
AND agl.`id_lang` = 3
0.2 2 /classes/Product.php:6020
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 104
0.2 1 /src/Adapter/Database.php:42
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1411)
0.2 29 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1411) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 48) AND (a0.`nright` > 49) AND (a1.`id_lang` = 3)
ORDER BY a0.`nleft` asc
0.2 61 Yes /classes/PrestaShopCollection.php:357
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 104)
0.2 2 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1327) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 318) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE smi.*,smil.*
FROM prstshp_owlmegamenu_item_shop smi
LEFT JOIN prstshp_owlmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 20 AND smil.id_shop = 1 AND smil.id_lang = 3 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC
0.2 54 Yes /modules/owlmegamenu/owlmegamenu.php:1081
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1323
ORDER BY f.position ASC
0.2 4 Yes /classes/Product.php:4860
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 300) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE owl.*, wl.*
FROM prstshp_owlmegamenu_shop owl
LEFT JOIN `prstshp_owlmegamenu_lang` wl ON (wl.`id_owlmegamenu` = owl.`id_owlmegamenu` AND owl.`id_shop` = wl.`id_shop`)
WHERE owl.active = 1 AND wl.id_shop = 1 AND wl.id_lang=3 ORDER BY owl.position ASC, owl.id_owlmegamenu ASC
0.2 4 Yes /modules/owlmegamenu/classes/OwlMegamenuClass.php:200
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 326) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 112
ORDER BY f.position ASC
0.2 4 Yes /classes/Product.php:4860
SELECT SQL_NO_CACHE smi.*,smil.*
FROM prstshp_owlmegamenu_item_shop smi
LEFT JOIN prstshp_owlmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 1 AND smil.id_shop = 1 AND smil.id_lang = 3 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC
0.2 54 Yes /modules/owlmegamenu/owlmegamenu.php:1081
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 319) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE smi.*,smil.*
FROM prstshp_owlmegamenu_item_shop smi
LEFT JOIN prstshp_owlmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 18 AND smil.id_shop = 1 AND smil.id_lang = 3 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC
0.2 54 Yes /modules/owlmegamenu/owlmegamenu.php:1081
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 345) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE smi.*,smil.*
FROM prstshp_owlmegamenu_item_shop smi
LEFT JOIN prstshp_owlmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 2 AND smil.id_shop = 1 AND smil.id_lang = 3 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC
0.2 54 Yes /modules/owlmegamenu/owlmegamenu.php:1081
SELECT SQL_NO_CACHE COUNT(*)
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 104 LIMIT 1
0.2 2 /classes/Product.php:2485
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 335) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM `prstshp_hook_alias`
0.2 88 /classes/Hook.php:249
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_product_comment` pc
WHERE pc.`id_product` = 104
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.2 1 /modules/owlproductcomments/classes/ProductComment.php:197
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4686) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1313
AND pac.`id_product_attribute` = 3859
AND agl.`id_lang` = 3
0.2 2 /classes/Product.php:6020
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 293) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1328
AND pac.`id_product_attribute` = 4658
AND agl.`id_lang` = 3
0.2 3 /classes/Product.php:6020
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1320
AND pac.`id_product_attribute` = 3899
AND agl.`id_lang` = 3
0.2 2 /classes/Product.php:6020
SELECT SQL_NO_CACHE bl.* FROM `prstshp_owlcustomhtml` b
LEFT JOIN `prstshp_owlcustomhtml_shop` bs ON (b.id_owlcustomhtml = bs.id_owlcustomhtml)
LEFT JOIN `prstshp_owlcustomhtml_lang` bl ON (bs.id_owlcustomhtml = bl.id_owlcustomhtml AND bl.`id_shop` = 1)	
WHERE bs.active = 1 AND (bs.id_shop = 1) AND bl.id_lang = 3 AND b.`hook` = "displayNavFullWidth"
0.2 9 /modules/owlcustomhtml/owlcustomhtml.php:345
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 296) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 305) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1312
AND pac.`id_product_attribute` = 3858
AND agl.`id_lang` = 3
0.2 2 /classes/Product.php:6020
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 355) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
INSERT IGNORE INTO `prstshp_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('61886706', '45', '2026-03-17 09:51:54')
0.2 1 /classes/Connection.php:121
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1057) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 2695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:383
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1389)
0.1 1 /classes/Product.php:3280
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 104 LIMIT 1
0.1 4 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE `id_configuration`
FROM `prstshp_configuration`
WHERE name = 'paypal_HOME'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
0.1 1 /classes/Configuration.php:119
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 327) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1548
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 104
0.1 1 /src/Adapter/Database.php:42
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 337) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE mc.*
FROM prstshp_owlmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 1 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC
0.1 6 Yes /modules/owlmegamenu/owlmegamenu.php:1068
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 104
0.1 1 /src/Adapter/Database.php:42
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1328)
0.1 14 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 344) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_product_comment` pc
WHERE pc.`id_product` = 104
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.1 1 /modules/owlproductcomments/classes/ProductComment.php:184
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_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` = 67
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.1 1 Yes /classes/tax/TaxRulesTaxManager.php:110
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 328) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1542)
0.1 6 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 295) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 4986 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE bl.* FROM `prstshp_owlcustomhtml` b
LEFT JOIN `prstshp_owlcustomhtml_shop` bs ON (b.id_owlcustomhtml = bs.id_owlcustomhtml)
LEFT JOIN `prstshp_owlcustomhtml_lang` bl ON (bs.id_owlcustomhtml = bl.id_owlcustomhtml AND bl.`id_shop` = 1)	
WHERE bs.active = 1 AND (bs.id_shop = 1) AND bl.id_lang = 3 AND b.`hook` = "displayOwlFooter"
0.1 9 /modules/owlcustomhtml/owlcustomhtml.php:345
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1327)
0.1 13 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 334) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 352) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `prstshp_product_comment` pc
WHERE `id_product` = 104 AND `validate` = 1 LIMIT 1
0.1 1 /modules/owlproductcomments/classes/ProductComment.php:240
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 354) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 112
AND pac.`id_product_attribute` = 2706
AND agl.`id_lang` = 3
0.1 2 /classes/Product.php:6020
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `prstshp_currency` c
LEFT JOIN prstshp_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.1 2 /classes/Currency.php:657
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1411 AND pa.`id_product` = 1411 AND pa.`id_product_attribute` = 4439 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE 1 FROM prstshp_cart_product cp INNER JOIN prstshp_product p
ON (p.id_product = cp.id_product) INNER JOIN prstshp_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.1 1 /classes/Cart.php:3921
SELECT SQL_NO_CACHE `id_configuration`
FROM `prstshp_configuration`
WHERE name = 'paypal_HOME'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
0.1 1 /classes/Configuration.php:119
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.1 1 /classes/module/Module.php:2603
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 150 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2151
SELECT SQL_NO_CACHE mr.*
FROM prstshp_owlmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_owlmegamenu = 3 AND mr.`active` = 1
0.1 1 /modules/owlmegamenu/owlmegamenu.php:1051
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 112
0.1 1 /src/Adapter/Database.php:42
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1323)
0.1 8 /classes/Product.php:3280
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 3449 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM prstshp_layered_category
WHERE id_category = 292
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.1 8 Yes Yes /modules/ps_facetedsearch/src/Filters/Converter.php:247
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 336) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 362) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1311
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_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, 322)
AND ('08029' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '08029')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.1 0 /classes/tax/TaxRulesTaxManager.php:110
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4439) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM prstshp_shop s
LEFT JOIN prstshp_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.1 1 /classes/shop/Shop.php:203
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 350) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE COUNT(*)
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 112 LIMIT 1
0.1 2 /classes/Product.php:2485
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 360) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 346) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1311)
0.1 1 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3449) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 112
ORDER BY `position`
0.1 1 Yes /classes/Product.php:2984
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.1 7 Yes /classes/ImageType.php:108
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 340) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1320)
0.1 1 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 294) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM `prstshp_hook_alias`
0.1 88 /classes/Hook.php:226
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1548
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1312)
0.1 1 /classes/Product.php:3280
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2705, 2706) AND il.`id_lang` = 3 ORDER by i.`position`
0.1 2 Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 353) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 112)
0.1 2 /classes/Product.php:3280
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1327 AND pa.`id_product` = 1327 AND pa.`id_product_attribute` = 4686 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 356) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1313)
0.1 1 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 302) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1
0.1 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.1 1 /classes/module/Module.php:2066
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 358) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1389 AND pa.`id_product` = 1389 AND pa.`id_product_attribute` = 4074 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 291) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1057)
0.1 2 /classes/Product.php:3280
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 361) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 332) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1542 AND pa.`id_product` = 1542 AND pa.`id_product_attribute` = 4986 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 289) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 112
0.1 1 /src/Adapter/Database.php:42
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 287) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4074) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.1 1 /classes/shop/Shop.php:1127
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 1057
0.1 1 /src/Adapter/Database.php:42
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4986) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 290) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2695, 2696) AND il.`id_lang` = 3 ORDER by i.`position`
0.1 2 Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1311 AND pa.`id_product` = 1311 AND pa.`id_product_attribute` = 3857 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE COUNT(*)
FROM `prstshp_hook_module` hm
LEFT JOIN `prstshp_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'displayHome' AND hm.`id_module` = 143 LIMIT 1
0.1 1 /classes/module/Module.php:2170
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1320 AND pa.`id_product` = 1320 AND pa.`id_product_attribute` = 3899 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3857) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 1057
0.1 1 /src/Adapter/Database.php:42
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1312 AND pa.`id_product` = 1312 AND pa.`id_product_attribute` = 3858 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 342) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3858) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 312) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 112
0.1 1 /src/Adapter/Database.php:42
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1389 LIMIT 1
0.1 1 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4658) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2706) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 341) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_product_comment` pc
WHERE pc.`id_product` = 112
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.1 2 /modules/owlproductcomments/classes/ProductComment.php:197
SELECT SQL_NO_CACHE * FROM prstshp_product WHERE id_product = 1057
0.1 1 /src/Adapter/Database.php:42
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 288) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 357) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 4074 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 325) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1313 AND pa.`id_product` = 1313 AND pa.`id_product_attribute` = 3859 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3859) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE mr.*
FROM prstshp_owlmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_owlmegamenu = 6 AND mr.`active` = 1
0.1 1 /modules/owlmegamenu/owlmegamenu.php:1051
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3899) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE COUNT(*)
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 1057 LIMIT 1
0.1 2 /classes/Product.php:2485
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 104
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `prstshp_lang` l
LEFT JOIN `prstshp_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.1 3 /classes/Language.php:881
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 112 AND pa.`id_product` = 112 AND pa.`id_product_attribute` = 2706 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1328 AND pa.`id_product` = 1328 AND pa.`id_product_attribute` = 4658 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 104 AND pa.`id_product` = 104 AND pa.`id_product_attribute` = 2696 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 347) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE hm.`id_module`
FROM `prstshp_hook_module` hm, `prstshp_hook` h
WHERE hm.`id_module` = 178 AND h.`id_hook` = 10
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/Hook.php:492
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 333) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3448, 3449) AND il.`id_lang` = 3 ORDER by i.`position`
0.1 2 Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE `id_page`
FROM `prstshp_page`
WHERE `id_page_type` = 1 AND `id_object` = 292 LIMIT 1
0.1 1 /classes/Page.php:80
SELECT SQL_NO_CACHE mr.*
FROM prstshp_owlmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_owlmegamenu = 6 AND mr.`active` = 1
0.1 1 /modules/owlmegamenu/owlmegamenu.php:1051
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_product_comment` pc
WHERE pc.`id_product` = 1057
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.1 2 /modules/owlproductcomments/classes/ProductComment.php:197
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_product_comment` pc
WHERE pc.`id_product` = 1057
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.1 2 /modules/owlproductcomments/classes/ProductComment.php:184
SELECT SQL_NO_CACHE *
FROM `prstshp_tax_lang`
WHERE `id_tax` = 53
0.1 5 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_product_comment` pc
WHERE pc.`id_product` = 112
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.1 2 /modules/owlproductcomments/classes/ProductComment.php:184
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 4439 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 3858 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 292) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_state` a
WHERE (a.`id_state` = 322) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 104 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 351) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 5111) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product_attribute`) FROM `prstshp_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.1 1 /classes/SpecificPrice.php:276
SELECT SQL_NO_CACHE domain, domain_ssl
FROM prstshp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 104 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1323 AND pa.`id_product` = 1323 AND pa.`id_product_attribute` = 5111 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1542 LIMIT 1
0.1 2 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1057 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 5111 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE *
FROM `prstshp_configuration` a
WHERE (a.`id_configuration` = 813) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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 p.`id_product` = 1057 AND pa.`id_product` = 1057 AND pa.`id_product_attribute` = 3449 LIMIT 1
0.1 1 /classes/Product.php:920
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1057) AND (id_product_attribute = 3448) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE data
FROM `prstshp_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.1 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `prstshp_specific_price` WHERE `id_product_attribute` != 0
0.1 1 /classes/SpecificPrice.php:284
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1389) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1311 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1411 LIMIT 1
0.1 2 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 292 AND `id_shop` = 1
0.1 3 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 112) AND (id_product_attribute = 2706) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2696) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 112
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1
0.1 5 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE *
FROM `prstshp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 112) AND (id_product_attribute = 2705) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1311) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM prstshp_required_field
0.1 2 /classes/ObjectModel.php:1416
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 4658 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `from` BETWEEN '2026-03-17 00:00:00' AND '2026-03-17 23:59:59' LIMIT 1
0.1 1 /classes/SpecificPrice.php:350
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1542) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1389) AND (id_product_attribute = 4074) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 3857 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1311) AND (id_product_attribute = 3857) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 3899 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 3859 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1389
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE ctg.`id_group`
FROM prstshp_category_group ctg
WHERE ctg.`id_category` = 292 AND ctg.`id_group` = 1 LIMIT 1
0.1 1 /classes/Category.php:1652
SELECT SQL_NO_CACHE *
FROM `prstshp_configuration_lang`
WHERE `id_configuration` = 813
0.1 1 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE id_page_type
FROM prstshp_page_type
WHERE name = 'category' LIMIT 1
0.1 1 /classes/Page.php:100
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 0 LIMIT 1
0.1 1 /classes/SpecificPrice.php:399
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_group`
WHERE `id_group` = 1 LIMIT 1
0.1 1 /classes/Group.php:150
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1542) AND (id_product_attribute = 4986) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1323 LIMIT 1
0.1 2 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `prstshp_product_comment` pc
WHERE `id_product` = 112 AND `validate` = 1 LIMIT 1
0.1 2 /modules/owlproductcomments/classes/ProductComment.php:240
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1548
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1328 LIMIT 1
0.1 3 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 292 LIMIT 1
0.1 1 /classes/Category.php:1321
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1312 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1320 LIMIT 1
0.1 4 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1312 LIMIT 1
0.1 4 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1311 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE format
FROM `prstshp_address_format`
WHERE `id_country` = 6 LIMIT 1
0.1 1 /classes/AddressFormat.php:616
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `prstshp_product_comment` pc
WHERE `id_product` = 1057 AND `validate` = 1 LIMIT 1
0.1 2 /modules/owlproductcomments/classes/ProductComment.php:240
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1542
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1313 LIMIT 1
0.1 4 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1320) AND (id_product_attribute = 3899) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE *
FROM `prstshp_country_lang`
WHERE `id_country` = 6
0.1 5 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1542 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1323
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "loyalty" LIMIT 1
0.1 0 /classes/module/Module.php:2603
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1411) AND (id_product_attribute = 4439) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1320 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1389 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1312) AND (id_product_attribute = 3858) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1057) AND (id_product_attribute = 3449) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1311 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1057 LIMIT 1
0.1 4 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1311 LIMIT 1
0.1 4 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1411 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 4658) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1313) AND (id_product_attribute = 3859) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1313) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1312) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_featuredproducts" LIMIT 1
0.1 1 /classes/module/Module.php:2603
SELECT SQL_NO_CACHE `iso_code`
FROM `prstshp_country`
WHERE `id_country` = 6 LIMIT 1
0.1 1 /classes/Country.php:271
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1057) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1411) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1411
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1328 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1312
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE mr.*
FROM prstshp_owlmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_owlmegamenu = 3 AND mr.`active` = 1
0.1 1 /modules/owlmegamenu/owlmegamenu.php:1051
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1542 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1312 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE *
FROM `prstshp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1323) AND (id_product_attribute = 5111) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1313 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1320
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE mr.*
FROM prstshp_owlmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_owlmegamenu = 2 AND mr.`active` = 1
0.1 1 /modules/owlmegamenu/owlmegamenu.php:1051
SELECT SQL_NO_CACHE mr.*
FROM prstshp_owlmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_owlmegamenu = 3 AND mr.`active` = 1
0.1 1 /modules/owlmegamenu/owlmegamenu.php:1051
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1389 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1313
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1328
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1313 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1313 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 112 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `to` BETWEEN '2026-03-17 00:00:00' AND '2026-03-17 23:59:59' LIMIT 1
0.1 1 /classes/SpecificPrice.php:354
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 4686 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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_attribute` = 2706 LIMIT 1
0.1 1 /classes/Combination.php:444
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1320 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1411 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 112 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1328 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE id_shop FROM prstshp_shop
0.1 1 /classes/shop/Shop.php:728
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 4686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 184 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2151
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1057
0.1 2 /classes/Product.php:2416
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 112 LIMIT 1
0.1 4 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1327 LIMIT 1
0.1 2 /classes/SpecificPrice.php:408
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "totloyaltyadvanced" LIMIT 1
0.1 1 /classes/module/Module.php:2603
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 112
0.1 2 /classes/Product.php:2416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 2696) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1542 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 104
0.1 2 /classes/Product.php:2416
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 104 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1312 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:383
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1389 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1320 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1323 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1411 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE mr.*
FROM prstshp_owlmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_owlmegamenu = 2 AND mr.`active` = 1
0.1 1 /modules/owlmegamenu/owlmegamenu.php:1051
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1328 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 292 LIMIT 1
0.1 1 /classes/Product.php:4634
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1327 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1327 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1057
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1323 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1327
ORDER BY `id_specific_price_priority` DESC LIMIT 1
< 1 1 /classes/SpecificPrice.php:241
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1057 AND id_shop=1 LIMIT 1
< 1 1 /classes/Product.php:5515
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1327 AND `id_group` = 1 LIMIT 1
< 1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1323 AND `id_group` = 1 LIMIT 1
< 1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1057 AND `id_group` = 1 LIMIT 1
< 1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 112 AND `id_group` = 1 LIMIT 1
< 1 0 /classes/GroupReduction.php:149

Doubles

47
SELECT *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
29
SELECT SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
26
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `prstshp_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = 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
14
SELECT XX FROM `prstshp_specific_price` WHERE id_product = XX LIMIT XX
13
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
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `prstshp_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)
13
							SELECT `id_tax_rules_group`
							FROM `prstshp_product_shop`
							WHERE `id_product` = XX AND id_shop=XX LIMIT XX
13
SELECT *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
13
			SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`eanXX`, pa.`isbn`,pa.`upc`
			FROM `prstshp_attribute` a
			LEFT JOIN `prstshp_attribute_lang` al
				ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
			LEFT JOIN `prstshp_product_attribute_combination` pac
				ON (pac.`id_attribute` = a.`id_attribute`)
			LEFT JOIN `prstshp_product_attribute` pa
				ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
			 INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
			LEFT JOIN `prstshp_attribute_group_lang` agl
				ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
			WHERE pa.`id_product` = XX
				AND pac.`id_product_attribute` = XX
				AND agl.`id_lang` = XX
13
				SELECT name, value, pf.id_feature
				FROM prstshp_feature_product pf
				LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
				LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
				LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
				 INNER JOIN prstshp_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
				WHERE pf.id_product = XX
				ORDER BY f.position ASC
13
SELECT pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN prstshp_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 p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
13
SELECT COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = XX LIMIT XX
13
			SELECT `reduction`
			FROM `prstshp_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
13
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `prstshp_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
13
SELECT name FROM prstshp_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
13
				SELECT `priority`, `id_specific_price_priority`
				FROM `prstshp_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
13
			SELECT product_attribute_shop.`price`
			FROM `prstshp_product_attribute` pa
			 INNER JOIN prstshp_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_attribute` = XX LIMIT XX
13
SELECT *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
9
SELECT * FROM prstshp_product WHERE id_product = XX
7
			SELECT mr.*
			FROM prstshp_owlmegamenu_row_shop mr
			WHERE mr.`id_shop` = XX AND mr.id_owlmegamenu = XX AND mr.`active` = XX
6
					SELECT smi.*,smil.*
					FROM prstshp_owlmegamenu_item_shop smi
					LEFT JOIN prstshp_owlmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
					WHERE smi.id_column = XX AND smil.id_shop = XX AND smil.id_lang = XX AND smi.`active` = XX ORDER BY smi.position ASC, smi.id_item ASC
4
SELECT 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 `prstshp_feature` f  INNER JOIN prstshp_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX) LEFT JOIN `prstshp_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = XX) LEFT JOIN `prstshp_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `prstshp_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = XX) ORDER BY f.`position` ASC
3
				SELECT tr.*
				FROM `prstshp_tax_rule` tr
				JOIN `prstshp_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
3
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
				LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX) WHERE cr.`id_customer` = XX  AND NOW() BETWEEN cr.date_from AND cr.date_to
				AND cr.`active` = XX
				AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `prstshp_cart_rule` cr
				LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX) WHERE cr.`group_restriction` = XX  AND NOW() BETWEEN cr.date_from AND cr.date_to
				AND cr.`active` = XX
				AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%")
3
SELECT
                    p.*,
                    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 prstshp_product p
                LEFT JOIN prstshp_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN prstshp_stock_available sa
			        ON sa.id_product = p.id_product 
			        AND sa.id_shop = XX
			    WHERE p.id_product = XX
3
			SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
			FROM `prstshp_image` i
			 INNER JOIN prstshp_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
			LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
			WHERE i.`id_product` = XX
			ORDER BY `position`
3
			SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
			FROM `prstshp_product_attribute_image` pai
			LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
			LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
			WHERE pai.`id_product_attribute` IN (XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
3
			SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
			FROM `prstshp_product_attribute` pa
			 INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
			JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
			JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
			JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
			JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
			WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
			GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
			
			ORDER BY a.`position` ASC;
3
SELECT `id_product_attribute`
			FROM `prstshp_product_attribute`
			WHERE `id_product` = XX
3
SELECT pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
					a.`id_attribute`
				FROM `prstshp_product_attribute` pa
				 INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
				LEFT JOIN `prstshp_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
				LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
				LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
				LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
				LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
				WHERE pa.`id_product` = XX
				GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
				ORDER BY pa.`id_product_attribute`
3
			SELECT COUNT(*)
			FROM `prstshp_product_attribute` pa
			 INNER JOIN prstshp_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 LIMIT XX
3
			SELECT COUNT(`id_product_comment`) AS "nbr"
			FROM `prstshp_product_comment` pc
			WHERE `id_product` = XX AND `validate` = XX LIMIT XX
3
		SELECT (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
		FROM `prstshp_product_comment` pc
		WHERE pc.`id_product` = XX
		AND pc.`deleted` = XX AND pc.`validate` = XX LIMIT XX
3
SELECT (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
				MIN(pc.`grade`) AS min,
				MAX(pc.`grade`) AS max
			FROM `prstshp_product_comment` pc
			WHERE pc.`id_product` = XX
			AND pc.`deleted` = XX AND pc.`validate` = XX LIMIT XX
2
SELECT `id_configuration`
                FROM `prstshp_configuration`
                WHERE name = 'paypal_HOME'
                 AND (id_shop_group IS NULL OR id_shop_group = XX) AND (id_shop IS NULL OR id_shop = XX) LIMIT XX
2
SELECT `id_module` FROM `prstshp_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
2
(SELECT XX FROM `prstshp_cart_rule` WHERE date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `prstshp_cart_rule` WHERE date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `prstshp_cart_rule` WHERE date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX) LIMIT XX
2
		SELECT c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
		FROM `prstshp_category` c
		 INNER JOIN prstshp_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = XX
		AND `active` = XX
		AND cg.`id_group` =XX
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, category_shop.`position` ASC
2
SELECT *
FROM `prstshp_category` aXX
LEFT JOIN `prstshp_category_lang` `aXX` ON (aXX.`id_category` = aXX.`id_category`)
WHERE (aXX.`nleft` < XX) AND (aXX.`nright` > XX) AND (aXX.`id_lang` = XX)
ORDER BY aXX.`nleft` asc
2
SELECT * FROM `prstshp_hook_alias`

Tables stress

81 product
75 product_attribute_shop
68 category_lang
67 product_attribute
56 product_shop
55 category
53 cart_product
51 category_shop
39 pack
35 stock_available
33 specific_price
22 product_attribute_combination
20 attribute
20 attribute_lang
18 attribute_group_lang
17 feature_lang
17 feature
17 feature_shop
17 product_lang
16 feature_product
14 cart_rule
14 feature_value_lang
13 product_group_reduction_cache
13 specific_price_priority
9 product_comment
8 cart_rule_lang
8 attribute_group
7 owlmegamenu_row_shop
7 module
7 image_lang
6 image
6 owlmegamenu_item_lang
6 owlmegamenu_item_shop
5 configuration
5 shop
5 hook
5 module_shop
4 country
4 category_product
4 lang_shop
4 hook_module
4 image_shop
4 layered_indexable_feature_lang_value
4 layered_indexable_feature
4 category_group
4 shop_url
3 product_attribute_image
3 tax_rules_group
3 tax_rule
3 country_shop
3 hook_alias
3 country_lang
3 lang
3 currency_shop
2 owlcustomhtml
2 owlcustomhtml_shop
2 owlcustomhtml_lang
2 product_sale
2 meta
2 configuration_lang
2 attribute_group_shop
2 meta_lang
2 shop_group
2 currency
2 group
2 group_shop
2 state
2 date_range
1 zone
1 connections
1 owlmegamenu_column_shop
1 page_type
1 page
1 owlmegamenu_lang
1 owlmegamenu_shop
1 referrer
1 connections_source
1 manufacturer
1 feature_value
1 module_group
1 group_lang
1 tax_lang
1 orders
1 required_field
1 image_type
1 address_format
1 hook_module_exceptions
1 layered_category
1 layered_filter_block
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 attribute_shop
1 layered_indexable_attribute_lang_value
1 tax
1 layered_indexable_feature_value_lang_value
1 ganalytics_data

ObjectModel instances

NameInstancesSource
Category 106 /controllers/front/listing/CategoryController.php [70]
/classes/Meta.php [377]
/classes/Link.php [373]
/classes/PrestaShopCollection.php [359]
/classes/PrestaShopCollection.php [359]
/classes/PrestaShopCollection.php [359]
/classes/PrestaShopCollection.php [359]
/classes/PrestaShopCollection.php [359]
/classes/PrestaShopCollection.php [359]
/modules/ps_facetedsearch/src/Product/Search.php [101]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/owlmegamenu/owlmegamenu.php [1275]
/classes/Link.php [373]
/modules/ps_categorytree/ps_categorytree.php [338]
/modules/ps_categorytree/ps_categorytree.php [346]
Product 33 /classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [100]
/classes/Link.php [100]
/classes/Link.php [100]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [100]
/classes/Link.php [100]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/modules/owlrightsidebar/owlrightsidebar.php [56]
/modules/owlrightsidebar/owlrightsidebar.php [56]
Combination 13 /classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
/classes/Product.php [4791]
Country 6 /config/config.inc.php [145]
/classes/AddressFormat.php [353]
/classes/controller/FrontController.php [1619]
/modules/packlink/packlink.php [69]
/classes/AddressFormat.php [353]
/modules/ps_contactinfo/ps_contactinfo.php [99]
State 4 /classes/AddressFormat.php [353]
/classes/controller/FrontController.php [1618]
/classes/AddressFormat.php [353]
/modules/ps_contactinfo/ps_contactinfo.php [98]
Address 4 /classes/shop/Shop.php [465]
/classes/Product.php [3123]
/classes/Product.php [3223]
/classes/Product.php [4812]
Language 2 /config/config.inc.php [198]
/classes/Tools.php [537]
Currency 2 /classes/Tools.php [649]
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php [49]
Tax 2 /classes/tax/TaxRulesTaxManager.php [117]
/classes/tax/TaxRulesTaxManager.php [117]
AddressFormat 2 /classes/controller/FrontController.php [1613]
/modules/ps_contactinfo/ps_contactinfo.php [93]
Shop 1 /config/config.inc.php [119]
OwlMegamenuClass 1 /modules/owlmegamenu/owlmegamenu.php [1179]
Configuration 1 /modules/paypal/paypalCore.php [1]
Risk 1 /classes/controller/FrontController.php [1583]
Gender 1 /classes/controller/FrontController.php [1580]
Group 1 /classes/Cart.php [245]
Cart 1 /classes/controller/FrontController.php [415]
Customer 1 /config/config.inc.php [224]
ShopGroup 1 /classes/shop/Shop.php [547]
ConnectionsSource 1 /modules/statsdata/statsdata.php [119]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/autoload.php
5/config/alias.php
6/classes/PrestaShopAutoload.php
7/var/cache/prod/class_index.php
8/vendor/autoload.php
9/vendor/composer/autoload_real.php
10/vendor/composer/ClassLoader.php
11/vendor/composer/include_paths.php
12/vendor/composer/autoload_static.php
13/vendor/react/promise/src/functions_include.php
14/vendor/react/promise/src/functions.php
15/vendor/swiftmailer/swiftmailer/lib/swift_required.php
16/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
17/vendor/paragonie/random_compat/lib/random.php
18/vendor/icanboogie/common/bootstrap.php
19/vendor/icanboogie/common/lib/helpers.php
20/vendor/symfony/polyfill-php70/bootstrap.php
21/vendor/symfony/polyfill-php56/bootstrap.php
22/vendor/symfony/polyfill-mbstring/bootstrap.php
23/vendor/symfony/polyfill-intl-icu/bootstrap.php
24/vendor/symfony/polyfill-ctype/bootstrap.php
25/vendor/symfony/polyfill-apcu/bootstrap.php
26/vendor/smarty/smarty/libs/bootstrap.php
27/vendor/smarty/smarty/libs/Autoloader.php
28/vendor/ircmaxell/password-compat/lib/password.php
29/vendor/jakeasmith/http_build_url/src/http_build_url.php
30/config/bootstrap.php
31/src/Core/ContainerBuilder.php
32/src/Core/Foundation/IoC/Container.php
33/src/Adapter/ServiceLocator.php
34/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
35/var/cache/prod/appParameters.php
36/classes/controller/Controller.php
37/classes/ObjectModel.php
38/src/Core/Foundation/Database/EntityInterface.php
39/classes/db/Db.php
40/classes/Tools.php
41/classes/Context.php
42/classes/shop/Shop.php
43/classes/db/DbPDO.php
44/classes/Configuration.php
45/classes/Validate.php
46/classes/cache/Cache.php
47/src/Adapter/EntityMapper.php
48/classes/db/DbQuery.php
49/src/Core/Addon/Theme/ThemeManagerBuilder.php
50/src/Adapter/Configuration.php
51/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
52/src/Core/ConfigurationInterface.php
53/src/Core/Addon/Theme/ThemeRepository.php
54/src/Core/Addon/AddonRepositoryInterface.php
55/src/Core/Addon/Theme/Theme.php
56/src/Core/Addon/AddonInterface.php
57/vendor/shudrum/array-finder/ArrayFinder.php
58/config/defines_uri.inc.php
59/tools/htmlpurifier/HTMLPurifier.standalone.php
60/classes/Language.php
61/classes/Country.php
62/classes/PrestaShopCollection.php
63/classes/shop/ShopGroup.php
64/classes/Cookie.php
65/classes/PhpEncryption.php
66/vendor/defuse/php-encryption/src/Core.php
67/classes/PhpEncryptionEngine.php
68/vendor/defuse/php-encryption/src/Key.php
69/vendor/defuse/php-encryption/src/Encoding.php
70/vendor/defuse/php-encryption/src/Crypto.php
71/vendor/defuse/php-encryption/src/KeyOrPassword.php
72/vendor/defuse/php-encryption/src/RuntimeTests.php
73/vendor/defuse/php-encryption/src/DerivedKeys.php
74/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
75/vendor/defuse/php-encryption/src/Exception/CryptoException.php
76/config/smarty.config.inc.php
77/vendor/smarty/smarty/libs/Smarty.class.php
78/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
79/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
80/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
81/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
82/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
83/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
84/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
85/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
86/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
87/config/smartyfront.config.inc.php
88/classes/Smarty/SmartyResourceModule.php
89/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
90/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
91/classes/Smarty/SmartyResourceParent.php
92/classes/Smarty/SmartyLazyRegister.php
93/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
94/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
95/classes/Customer.php
96/classes/Group.php
97/classes/Link.php
98/classes/shop/ShopUrl.php
99/classes/Dispatcher.php
100/classes/Hook.php
101/src/Adapter/SymfonyContainer.php
102/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
103/config/db_slave_server.inc.php
104/controllers/front/listing/CategoryController.php
105/classes/controller/ProductListingFrontController.php
106/classes/controller/ProductPresentingFrontController.php
107/classes/controller/FrontController.php
108/src/PrestaShopBundle/Translation/TranslatorComponent.php
109/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
110/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
111/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
112/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
113/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
114/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
115/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
116/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
117/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
118/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
119/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
120/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
121/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
122/var/cache/prod/translations/catalogue.es-ES.NXhscRe.php
123/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
124/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
125/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
126/src/Adapter/ObjectPresenter.php
127/src/Core/Foundation/Templating/PresenterInterface.php
128/src/Adapter/Cart/CartPresenter.php
129/src/Adapter/Product/PriceFormatter.php
130/src/Adapter/Image/ImageRetriever.php
131/classes/tax/TaxConfiguration.php
132/classes/Smarty/TemplateFinder.php
133/classes/assets/StylesheetManager.php
134/classes/assets/AbstractAssetManager.php
135/src/Adapter/Assets/AssetUrlGeneratorTrait.php
136/classes/assets/JavascriptManager.php
137/classes/assets/CccReducer.php
138/classes/Category.php
139/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php
140/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
141/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
142/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
143/vendor/psr/container/src/ContainerInterface.php
144/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
145/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
146/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
147/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
148/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
149/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php
150/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php
151/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
152/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
153/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
154/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
155/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
156/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
157/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
158/vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
159/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
160/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
161/vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
162/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
163/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
164/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
165/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php
166/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php
167/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
168/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
169/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
170/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php
171/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
172/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php
173/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
174/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
175/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
176/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php
177/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
178/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
179/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php
180/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/FactoryReturnTypePass.php
181/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
182/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
183/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
184/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
185/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
186/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
187/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php
188/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
189/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
190/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
191/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
192/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
193/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
194/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
195/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
196/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php
197/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolvePrivatesPass.php
198/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
199/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
200/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
201/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php
202/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
203/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
204/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
205/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
206/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
207/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
208/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
209/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
210/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
211/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
212/vendor/psr/container/src/ContainerExceptionInterface.php
213/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
214/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
215/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
216/classes/Currency.php
217/src/Core/Cldr/Repository.php
218/vendor/icanboogie/cldr/lib/RunTimeProvider.php
219/vendor/icanboogie/cldr/lib/ProviderChainTrait.php
220/vendor/icanboogie/cldr/lib/ProviderInterface.php
221/vendor/icanboogie/cldr/lib/CacheInterface.php
222/vendor/icanboogie/cldr/lib/FileProvider.php
223/vendor/icanboogie/cldr/lib/WebProvider.php
224/vendor/icanboogie/cldr/lib/Repository.php
225/vendor/icanboogie/cldr/lib/AccessorTrait.php
226/vendor/icanboogie/cldr/lib/LocaleCollection.php
227/vendor/icanboogie/cldr/lib/RepositoryPropertyTrait.php
228/vendor/icanboogie/cldr/lib/CollectionTrait.php
229/vendor/icanboogie/cldr/lib/Locale.php
230/vendor/icanboogie/cldr/lib/CodePropertyTrait.php
231/vendor/icanboogie/cldr/lib/Supplemental.php
232/vendor/icanboogie/cldr/lib/Currency.php
233/vendor/icanboogie/cldr/lib/LocalizedCurrency.php
234/vendor/icanboogie/cldr/lib/LocalizedObjectWithFormatter.php
235/vendor/icanboogie/cldr/lib/LocalizedObject.php
236/vendor/icanboogie/cldr/lib/LocalePropertyTrait.php
237/classes/Cart.php
238/override/classes/Cart.php
239/src/Adapter/AddressFactory.php
240/classes/CartRule.php
241/classes/Product.php
242/classes/Pack.php
243/classes/webservice/WebserviceRequest.php
244/classes/module/Module.php
245/src/Core/Module/ModuleInterface.php
246/modules/pspixel/pspixel.php
247/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
248/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
249/classes/Translate.php
250/modules/pspixel/translations/es.php
251/classes/ProductDownload.php
252/classes/tax/Tax.php
253/src/Core/Cart/Calculator.php
254/src/Core/Cart/CartRowCollection.php
255/src/Core/Cart/Fees.php
256/src/Core/Cart/CartRuleCollection.php
257/src/Adapter/Product/PriceCalculator.php
258/classes/order/Order.php
259/override/classes/order/Order.php
260/src/Core/Cart/CartRow.php
261/src/Core/Cart/AmountImmutable.php
262/src/Core/Cart/CartRuleCalculator.php
263/vendor/icanboogie/cldr/lib/Numbers.php
264/vendor/icanboogie/cldr/lib/CurrencyFormatter.php
265/vendor/icanboogie/cldr/lib/NumberFormatter.php
266/vendor/icanboogie/cldr/lib/NumberPattern.php
267/classes/Gender.php
268/classes/Risk.php
269/classes/Meta.php
270/classes/Address.php
271/classes/AddressFormat.php
272/classes/State.php
273/classes/ImageType.php
274/src/Core/Addon/Module/ModuleManagerBuilder.php
275/app/config/config.php
276/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
277/vendor/guzzlehttp/guzzle/src/Client.php
278/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
279/vendor/guzzlehttp/guzzle/src/ClientInterface.php
280/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
281/vendor/guzzlehttp/guzzle/src/Url.php
282/vendor/guzzlehttp/guzzle/src/Utils.php
283/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
284/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
285/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
286/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
287/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
288/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
289/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
290/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
291/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
292/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
293/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
294/vendor/guzzlehttp/guzzle/src/RequestFsm.php
295/src/Adapter/Tools.php
296/app/config/parameters.php
297/src/Adapter/Module/ModuleZipManager.php
298/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
299/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
300/src/Adapter/Addons/AddonsDataProvider.php
301/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
302/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
303/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
304/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
305/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
306/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
307/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
308/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
309/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
310/src/Adapter/LegacyLogger.php
311/vendor/psr/log/Psr/Log/LoggerInterface.php
312/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
313/src/Adapter/LegacyContext.php
314/src/Adapter/Module/ModuleDataProvider.php
315/src/Adapter/Module/AdminModuleDataProvider.php
316/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
317/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
318/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
319/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
320/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
321/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
322/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
323/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
324/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
325/src/Adapter/Module/ModuleDataUpdater.php
326/src/Core/Addon/Module/ModuleManager.php
327/src/Core/Addon/AddonManagerInterface.php
328/src/Core/Addon/Module/ModuleRepository.php
329/src/Core/Addon/Module/ModuleRepositoryInterface.php
330/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
331/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
332/classes/Media.php
333/src/Core/Filter/CollectionFilter.php
334/src/Core/Filter/FilterInterface.php
335/src/Core/Filter/FrontEndObject/ProductFilter.php
336/src/Core/Filter/HashMapWhitelistFilter.php
337/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
338/src/Core/Filter/FrontEndObject/CartFilter.php
339/src/Core/Filter/FrontEndObject/CustomerFilter.php
340/src/Core/Filter/FrontEndObject/ShopFilter.php
341/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
342/src/Core/Filter/FrontEndObject/MainFilter.php
343/modules/ps_searchbar/ps_searchbar.php
344/src/Core/Module/WidgetInterface.php
345/modules/ps_shoppingcart/ps_shoppingcart.php
346/modules/owlcustomhtml/owlcustomhtml.php
347/modules/owlcustomhtml/classes/CustomHtmlClass.php
348/modules/owlcustomhtml/sql/SampleDataCustomHtml.php
349/modules/owlslideshow/owlslideshow.php
350/modules/owlslideshow/classes/OwlSlideshowClass.php
351/modules/owlslideshow/classes/CaptionClass.php
352/modules/owlslideshow/classes/OwlSlideshowOption.php
353/modules/owlslideshow/sql/SampleDataSlider.php
354/modules/owlslideshow/option/option_transitions_2d.php
355/modules/owlslideshow/option/option_transitions_3d.php
356/modules/owlthemeconfigurator/owlthemeconfigurator.php
357/modules/owlthemeconfigurator/_variables.php
358/modules/owlmegamenu/owlmegamenu.php
359/modules/owlmegamenu/classes/OwlMegamenuClass.php
360/modules/owlmegamenu/classes/OwlMegamenuRowClass.php
361/modules/owlmegamenu/classes/OwlMegamenuColumnClass.php
362/modules/owlmegamenu/classes/OwlMegamenuItemClass.php
363/modules/owlmegamenu/sql/SampleDataMenu.php
364/modules/owlproductcomments/owlproductcomments.php
365/modules/owlproductcomments/translations/es.php
366/modules/ps_legalcompliance/ps_legalcompliance.php
367/modules/ps_legalcompliance/entities/AeucCMSRoleEmailEntity.php
368/modules/ps_legalcompliance/entities/AeucEmailEntity.php
369/src/Core/Foundation/Database/EntityManager.php
370/src/Core/Foundation/Database/DatabaseInterface.php
371/src/Adapter/Database.php
372/src/Core/Foundation/Filesystem/FileSystem.php
373/src/Core/Email/EmailLister.php
374/modules/owlproductfilter/owlproductfilter.php
375/modules/owlproductfilter/classes/OwlProductfilterClass.php
376/modules/owlproductfilter/sql/SampleDataProdFilter.php
377/modules/owlrightsidebar/owlrightsidebar.php
378/modules/owlblockwishlist/owlblockwishlist.php
379/modules/owlblockwishlist/classes/WishList.php
380/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
381/var/cache/prod/smarty/compile/b7/23/79/b72379a5baec15a2c4818d12a3ca3057f3033ea1_2.file.owlblockwishlist_top.tpl.php
382/vendor/smarty/smarty/libs/plugins/modifier.escape.php
383/modules/paypal/paypal.php
384/modules/paypal/sdk/PaypalSDK.php
385/modules/paypal/classes/AbstractMethodPaypal.php
386/modules/paypal/classes/PaypalCapture.php
387/modules/paypal/classes/PaypalOrder.php
388/modules/paypal/paypalCore.php
389/classes/PaymentModule.php
390/classes/module/CarrierModule.php
391/vendor/composer/ca-bundle/src/CaBundle.php
392/modules/paypal/translations/es.php
393/modules/ps_customeraccountlinks/ps_customeraccountlinks.php
394/modules/lcstorepay17/lcstorepay17.php
395/modules/lcstorepay17/translations/es.php
396/modules/ps_emailalerts/ps_emailalerts.php
397/modules/ps_emailalerts/MailAlert.php
398/override/modules/ps_emailalerts/ps_emailalerts.php
399/modules/notarobot/notarobot.php
400/modules/notarobot/translations/es.php
401/var/cache/prod/smarty/compile/06/a9/07/06a907186719d3b72bfdf274deef91bd7ce22a82_2.file.header.tpl.php
402/modules/totloyaltyadvanced/totloyaltyadvanced.php
403/modules/totloyaltyadvanced/models/LoyaltyAdvanced.php
404/modules/totloyaltyadvanced/translations/es.php
405/modules/ps_googleanalytics/ps_googleanalytics.php
406/modules/ps_googleanalytics/vendor/autoload.php
407/modules/ps_googleanalytics/vendor/composer/autoload_real.php
408/modules/ps_googleanalytics/vendor/composer/autoload_static.php
409/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
410/modules/ps_googleanalytics/classes/Hook/HookInterface.php
411/var/cache/prod/smarty/compile/41/ab/db/41abdb234caeac2d227a74664f7f7ad8f4a493b3_2.file.ps_googleanalytics.tpl.php
412/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php
413/modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
414/modules/ps_featuredproducts/ps_featuredproducts.php
415/modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
416/var/cache/prod/smarty/compile/36/7d/dc/367ddc8f224bc64dee8e33009ce4a4deb9a86ed0_2.file.ga_tag.tpl.php
417/modules/freelivery/freelivery.php
418/modules/freelivery/translations/es.php
419/classes/Combination.php
420/classes/stock/StockAvailable.php
421/classes/SpecificPrice.php
422/classes/tax/TaxManagerFactory.php
423/classes/tax/TaxRulesTaxManager.php
424/classes/tax/TaxManagerInterface.php
425/classes/tax/TaxCalculator.php
426/classes/GroupReduction.php
427/classes/Feature.php
428/var/cache/prod/smarty/compile/9e/8a/80/9e8a80970c9665f2324b230357e864c88bc0b1ba_2.file.header.tpl.php
429/modules/advanceddateofdelivery/advanceddateofdelivery.php
430/modules/advanceddateofdelivery/translations/es.php
431/var/cache/prod/smarty/compile/06/1c/93/061c93c698a0bbfc3b1b264d6c886d4c3cad1000_2.file.header.tpl.php
432/modules/comvou/comvou.php
433/modules/comvou/models/cunsub.php
434/modules/comvou/translations/es.php
435/modules/comvou/key.php
436/modules/kbshippingcostbyzipcode/kbshippingcostbyzipcode.php
437/modules/kbshippingcostbyzipcode/translations/es.php
438/modules/eicaptcha/eicaptcha.php
439/modules/eicaptcha/vendor/autoload.php
440/modules/eicaptcha/vendor/composer/autoload_real.php
441/modules/eicaptcha/vendor/composer/platform_check.php
442/modules/eicaptcha/vendor/composer/autoload_static.php
443/modules/eicaptcha/translations/es.php
444/modules/eicaptcha/src/Debugger.php
445/modules/packlink/packlink.php
446/modules/packlink/classes/PLOrder.php
447/modules/packlink/classes/helper/PlTotAdminTabHelper.php
448/modules/packlink/api/PacklinkApiCaller.php
449/modules/packlink/api/PacklinkSDK.php
450/modules/packlink/translations/es.php
451/src/Core/Product/Search/ProductSearchContext.php
452/src/Core/Product/Search/ProductSearchQuery.php
453/src/Core/Product/Search/SortOrder.php
454/modules/ps_facetedsearch/ps_facetedsearch.php
455/modules/ps_facetedsearch/vendor/autoload.php
456/modules/ps_facetedsearch/vendor/composer/autoload_real.php
457/modules/ps_facetedsearch/vendor/composer/autoload_static.php
458/modules/ps_facetedsearch/src/HookDispatcher.php
459/modules/ps_facetedsearch/src/Hook/Attribute.php
460/modules/ps_facetedsearch/src/Hook/AbstractHook.php
461/modules/ps_facetedsearch/src/Hook/AttributeGroup.php
462/modules/ps_facetedsearch/src/Hook/Category.php
463/modules/ps_facetedsearch/src/Hook/Design.php
464/modules/ps_facetedsearch/src/Hook/Feature.php
465/modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
466/modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
467/modules/ps_facetedsearch/src/Hook/FeatureValue.php
468/modules/ps_facetedsearch/src/Hook/Product.php
469/modules/ps_facetedsearch/src/Hook/ProductSearch.php
470/modules/ps_facetedsearch/src/Hook/SpecificPrice.php
471/modules/ps_facetedsearch/src/URLSerializer.php
472/modules/ps_facetedsearch/src/Filters/DataAccessor.php
473/modules/ps_facetedsearch/src/Product/SearchProvider.php
474/src/Core/Product/Search/FacetsRendererInterface.php
475/src/Core/Product/Search/ProductSearchProviderInterface.php
476/modules/ps_facetedsearch/src/Filters/Converter.php
477/modules/ps_facetedsearch/src/Product/SearchFactory.php
478/src/Core/Product/Search/ProductSearchResult.php
479/modules/ps_facetedsearch/src/Product/Search.php
480/modules/ps_facetedsearch/src/Adapter/MySQL.php
481/modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
482/modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
483/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
484/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
485/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
486/modules/ps_facetedsearch/src/Filters/Products.php
487/modules/ps_facetedsearch/src/Filters/Block.php
488/src/Core/Product/Search/Facet.php
489/src/Core/Product/Search/Filter.php
490/src/Core/Product/Search/FacetCollection.php
491/classes/ProductAssembler.php
492/classes/ProductPresenterFactory.php
493/src/Core/Product/ProductListingPresenter.php
494/src/Core/Product/ProductPresenter.php
495/src/Adapter/Product/ProductColorsRetriever.php
496/src/Core/Product/ProductPresentationSettings.php
497/classes/Image.php
498/var/cache/prod/smarty/compile/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
499/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
500/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
501/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
502/var/cache/prod/smarty/compile/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
503/src/Core/Product/Search/Pagination.php
504/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cc/24/99/cc24991ea02fa28954f6facf35cba254c56750e9_2.file.category.tpl.php
505/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/ef/4b/aa/ef4baae8114f2291cfed3754cf8b858d588734d7_2.file.product-list.tpl.php
506/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/86/9f/62/869f627ddd7724c75d088ee3432a116f22ecc52f_2.file.layout-left-column.tpl.php
507/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/00/ae/22/00ae22147bcd4eeabff6bff3c14a3098b06fc998_2.file.layout-both-columns.tpl.php
508/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/c0/8f/68/c08f689dbf726d18ed7c1f19e6263794712f6ede_2.file.head.tpl.php
509/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/5c/73/f6/5c73f60d31562ebb46ab77259efffceefb0640fc_2.file.stylesheets.tpl.php
510/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/c8/d5/93/c8d593c1d7822fec10fe9fc2c00d16bbbfc06cce_2.file.javascript.tpl.php
511/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/79/df/ab/79dfabc14068323418bd0ad72d16301ddd6b9200_2.file.product-activation.tpl.php
512/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/77/7c/fc/777cfc89e55344ec8329349cb3af2518e514e3da_2.file.header.tpl.php
513/modules/ps_customersignin/ps_customersignin.php
514/var/cache/prod/smarty/compile/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php
515/modules/ps_currencyselector/ps_currencyselector.php
516/modules/ps_languageselector/ps_languageselector.php
517/var/cache/prod/smarty/compile/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
518/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
519/var/cache/prod/smarty/compile/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php
520/modules/pagesnotfound/pagesnotfound.php
521/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
522/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
523/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
524/var/cache/prod/smarty/cache/module_owlcustomhtml_views_templates_hook_owlcustomhtml_displaynavfullwidth/1/1/1/6/8b/f5/d7/8bf5d71b46253e1b38b9e81636ab39b8f937c290.owlcustomhtml_displaynavfullwidth.tpl.php
525/var/cache/prod/smarty/cache/module_owlmegamenu_views_templates_hook_owlmegamenu/1/1/1/6/ba/8c/50/ba8c50b10e70a86ff7d27ba60f050b9c8600dc2f.owlmegamenu.tpl.php
526/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/71/b2/24/71b224ad6be4df935a7d7ad1ec649dbd316ace07_2.file.notifications.tpl.php
527/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/ea/51/4d/ea514d0cbb45da80d7509775086865cdc93ac323_2.file.breadcrumb.tpl.php
528/modules/ps_categorytree/ps_categorytree.php
529/var/cache/prod/smarty/compile/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php
530/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
531/var/cache/prod/smarty/compile/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
532/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/97/9f/0a/979f0a23bdaf4e244b4b10a830f89c09d6a5cca3_2.file.products-top.tpl.php
533/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/b0/61/e2/b061e29ef61c8c5fc76f1d4829170698e09ab923_2.file.sort-orders.tpl.php
534/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/28/bb/eb/28bbeb2b6d70c238112f3ea348f98f4bba797385_2.file.products.tpl.php
535/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/be/2f/fa/be2ffac40f5878da713a228ad881ddff070e7f80_2.file.product_cat.tpl.php
536/modules/owlproductcomments/classes/ProductComment.php
537/var/cache/prod/smarty/cache/owlproductcomments/1/1/1/6/104/fc/5f/35/fc5f357ba1edf8cbc672005315a69d74015965b6.owlproductcomments_reviews.tpl.php
538/src/Core/Foundation/Database/EntityRepository.php
539/src/Adapter/EntityMetaDataRetriever.php
540/src/Core/Foundation/Database/EntityMetaData.php
541/src/Core/Foundation/Database/EntityManager/QueryBuilder.php
542/var/cache/prod/smarty/cache/671e49fd8b409cc5b4f9e9a363f023fdd12c5301/08/38/68/0838683418af9632fcead320dd171316e89eeccd.hookDisplayProductPriceBlock_before_price.tpl.php
543/var/cache/prod/smarty/cache/owlproductcomments/1/1/1/6/112/fc/5f/35/fc5f357ba1edf8cbc672005315a69d74015965b6.owlproductcomments_reviews.tpl.php
544/var/cache/prod/smarty/cache/owlproductcomments/1/1/1/6/1057/fc/5f/35/fc5f357ba1edf8cbc672005315a69d74015965b6.owlproductcomments_reviews.tpl.php
545/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/fd/99/4c/fd994c433a1219fd3b6eb39820bfabe8342cc407_2.file.pagination.tpl.php
546/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/79/e6/0c/79e60c2dea851dbffa7dfcae5b2315af96a317a4_2.file.products-bottom.tpl.php
547/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6b/54/5d/6b545da92a462c50ddb6b0861657b1bf12ea3dc3_2.file.footer.tpl.php
548/modules/ps_contactinfo/ps_contactinfo.php
549/var/cache/prod/smarty/compile/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php
550/modules/ps_linklist/ps_linklist.php
551/modules/ps_linklist/src/LinkBlockRepository.php
552/modules/ps_linklist/src/LinkBlock.php
553/modules/ps_linklist/src/LinkBlockPresenter.php
554/var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/6/e6/e6/83/e6e68370e006baf20bf08b5b7f8740fccae555ed.pslinklistviewstemplatesh.php
555/modules/ps_emailsubscription/ps_emailsubscription.php
556/var/cache/prod/smarty/compile/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php
557/modules/ps_socialfollow/ps_socialfollow.php
558/var/cache/prod/smarty/cache/ps_socialfollow/1/1/1/6/c3/86/ed/c386ed3859bce325f45f7dc234a60657087ede34.pssocialfollowpssocialfol.php
559/var/cache/prod/smarty/cache/module_owlcustomhtml_views_templates_hook_owlcustomhtml_displayowlfooter/1/1/1/6/6b/6b/3a/6b6b3a8c4955c7b9de391bfa7cdbdf739b50666e.owlcustomhtml_displayowlfooter.tpl.php
560/modules/owluecookie/owluecookie.php
561/var/cache/prod/smarty/compile/5f/9c/5c/5f9c5cceffb77600ad90c8126ef6a524af045675_2.file.owluecookie.tpl.php
562/modules/owluecookie/translations/es.php
563/var/cache/prod/smarty/compile/d3/41/35/d34135a05901fbf828117281d244d8cf8c8d0803_2.file.owlrightsidebar.tpl.php
564/modules/owlrightsidebar/translations/es.php
565/modules/statsdata/statsdata.php
566/classes/Connection.php
567/classes/Page.php
568/classes/ConnectionsSource.php
569/classes/Referrer.php
570/classes/DateRange.php
571/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php
572/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
573/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
574/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
575/modules/ps_googleanalytics/classes/Wrapper/WrapperInterface.php