Filtrar por

Disponibilidade

Disponibilidade

Aplicação

Aplicação

Posição

Posição

Lado

Lado

Número de portas

Número de portas

Reparação de Elevadores de Vidro

Peças e kits para a reparação de elevadores de vidro, incluindo cabos, roldanas, engrenagens e grampos.

Subcategorias

  • Kits de Reparação para...

    🔧 Kits de Reparação para Elevadores de Vidro em Portugal

    Repare você mesmo o sistema de vidros do seu carro! Na AutoKit, oferecemos kits completos compatíveis com marcas como Renault Clio, Peugeot, Citroën, Volkswagen, Smart e outras. Incluem cabos, guias e acessórios essenciais para uma reparação rápida e profissional.

  • Clips, molas e...

Filtros ativos

  • Disponibilidade: Disponível
  • Aplicação: Audi
  • Aplicação: Fiat
  • Aplicação: Hyundai
  • Aplicação: Peugeot
  • Aplicação: Renault
  • Aplicação: Seat
  • Aplicação: Smart
Load Time 1721 ms
Querying Time 1137 ms
Queries 475
Memory Peak Usage 12.2 Mb
Included Files 988 files - 10.14 Mb
PrestaShop Cache - Mb
Global vars 0.20 Mb
PrestaShop Version 8.2.1
PHP Version 8.1.33
MySQL Version 10.6.22-MariaDB-cll-lve-log
Memory Limit 1024M
Max Execution Time 1500s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 2.891 ms 2.891 ms 2.45 Mb 2.8 Mb
__construct 0.035 ms 2.926 ms - Mb 2.8 Mb
init 99.217 ms 102.143 ms 0.63 Mb 3.3 Mb
checkAccess 0.005 ms 102.148 ms - Mb 3.3 Mb
setMedia 5.246 ms 107.394 ms 0.21 Mb 3.3 Mb
postProcess 0.011 ms 107.405 ms - Mb 3.3 Mb
initHeader 0.002 ms 107.407 ms - Mb 3.3 Mb
initContent 1313 ms 1420 ms 5.90 Mb 9.3 Mb
initFooter 0.005 ms 1420 ms - Mb 9.3 Mb
display 300.542 ms 1721 ms 2.59 Mb 12.2 Mb
Hook Time Memory Usage
displayProductListReviews 114.935 ms 0.31 Mb
displayNav2 47.275 ms 0.22 Mb
DisplayBeforeBodyClosingTag 8.405 ms 0.24 Mb
displayLeftColumn 7.748 ms 0.18 Mb
displayTop 4.646 ms 0.10 Mb
displayFooter 2.676 ms 0.15 Mb
DisplayHeader 2.342 ms 0.02 Mb
displayFooterBefore 1.690 ms 0.06 Mb
DisplayFooter 1.627 ms 0.05 Mb
ActionFrontControllerSetMedia 1.597 ms 0.01 Mb
DisplayFooterBefore 1.070 ms 0.04 Mb
ProductSearchProvider 0.573 ms - Mb
DisplayLeftColumn 0.361 ms 0.03 Mb
DisplayTop 0.027 ms - Mb
DisplayNavFullWidth 0.018 ms - Mb
DisplayFooterAfter 0.011 ms - Mb
ActionFrontControllerInitAfter 0.010 ms - Mb
DisplayWrapperTop 0.010 ms - Mb
ModuleRoutes 0.009 ms - Mb
19 hook(s) 195.030 ms 1.42 Mb
Module Time Memory Usage
klaviyopsautomation 3.194 ms 0.03 Mb
blockreassurance 2.445 ms 0.11 Mb
blockwishlist 2.273 ms 0.06 Mb
ps_socialfollow 1.957 ms 0.07 Mb
ps_emailalerts 0.282 ms 0.01 Mb
payshop 0.708 ms 0.12 Mb
ps_shoppingcart 44.352 ms 0.14 Mb
ps_searchbar 2.892 ms 0.05 Mb
ps_imageslider 0.413 ms 0.01 Mb
productcomments 115.658 ms 0.33 Mb
ps_googleanalytics 4.235 ms 0.11 Mb
eupagogateway 0.783 ms 0.06 Mb
ps_facetedsearch 1.489 ms 0.05 Mb
ps_languageselector 0.982 ms 0.05 Mb
ps_currencyselector 1.428 ms 0.07 Mb
ps_customersignin 1.366 ms 0.05 Mb
ps_mainmenu 2.767 ms 0.06 Mb
pagesnotfound 0.310 ms 0.01 Mb
ps_categorytree 7.983 ms 0.18 Mb
ps_linklist 1.631 ms 0.08 Mb
ps_customeraccountlinks 1.523 ms 0.08 Mb
statsdata 5.278 ms 0.16 Mb
22 module(s) 203.948 ms 1.89 Mb

Stopwatch SQL - 475 queries

# Query Time (ms) Rows Filesort Group By Location
67
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((p.on_sale=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38)))
77.975 ms 5700 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
62
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.quantity ASC, p.id_product DESC
74.533 ms 5700 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
91
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=10)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY fp.id_feature_value
72.266 ms 50 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
20
SELECT SQL_NO_CACHE * FROM `psoh_currency` c ORDER BY `iso_code` ASC
72.017 ms 1 Yes /classes/Currency.php:709
78
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY p.condition
67.796 ms 5700 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
224
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 131
AND image_shop.`cover` = 1 LIMIT 1
62.182 ms 1 /classes/Product.php:3570
139
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 434 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
61.300 ms 0 /classes/Cart.php:1430
184
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 252 LIMIT 1
59.394 ms 1 /classes/Pack.php:90
105
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `psoh_hook_module` hm
STRAIGHT_JOIN `psoh_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `psoh_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
58.567 ms 368 /classes/Hook.php:459
316
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 155 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 155 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
51.536 ms 0 /classes/Cart.php:1430
455
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (155) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
43.895 ms 1 Yes Yes /classes/Product.php:4524
423
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `psoh_cart_product`
WHERE `id_cart` = 0 LIMIT 1
42.442 ms 1 /classes/Cart.php:1303
93
REPLACE INTO psoh_layered_filter_block (hash, data) VALUES ("5c8883973d24dd6792a23fdea8643cec", "a:1:{s:7:\"filters\";a:9:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:15:\"Disponibilidade\";s:6:\"values\";a:2:{i:2;a:3:{s:4:\"name\";s:11:\"Disponível\";s:3:\"nbr\";i:22;s:7:\"checked\";b:1;}i:0;a:2:{s:4:\"name\";s:16:\"Não disponível\";s:3:\"nbr\";i:3;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:13:\"Em promoção\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:12:\"Novo produto\";s:3:\"nbr\";i:0;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Categorias\";s:6:\"values\";a:1:{i:11;a:2:{s:4:\"name\";s:44:\"Kits de Reparação para Elevadores de Vidro\";s:3:\"nbr\";s:2:\"22\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Condição\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Novo\";s:3:\"nbr\";s:2:\"22\";}s:4:\"used\";a:2:{s:4:\"name\";s:5:\"Usado\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:9:\"Como novo\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"3\";s:6:\"values\";a:1:{i:11;a:4:{s:3:\"nbr\";s:2:\"22\";s:4:\"name\";s:27:\"Kits reparação elevadores\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:15:\"Tipo de produto\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"4\";s:6:\"values\";a:9:{i:13;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"Audi\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:15;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"BMW\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Dacia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:22;a:5:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:4:\"Fiat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:24;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"Hyundai\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:32;a:5:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:7:\"Peugeot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:33;a:5:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:7:\"Renault\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:36;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"Seat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:38;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Smart\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:11:\"Aplicação\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"8\";s:6:\"values\";a:2:{i:65;a:4:{s:3:\"nbr\";s:2:\"18\";s:4:\"name\";s:6:\"Frente\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:66;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:8:\"Traseira\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:9:\"Posição\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:7;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"9\";s:6:\"values\";a:2:{i:69;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:7:\"Direito\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:68;a:4:{s:3:\"nbr\";s:2:\"10\";s:4:\"name\";s:8:\"Esquerdo\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:4:\"Lado\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:8;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"10\";s:6:\"values\";a:2:{i:71;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:10:\"2/3 portas\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:72;a:4:{s:3:\"nbr\";s:2:\"11\";s:4:\"name\";s:10:\"4/5 portas\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:17:\"Número de portas\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
17.659 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 382) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
13.278 ms 1 /classes/stock/StockAvailable.php:453
64
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38)))
8.342 ms 5700 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
83
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=3)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY fp.id_feature_value
6.303 ms 5700 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
66
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38)))
6.011 ms 5700 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
68
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND p.date_add>'2025-07-14 00:00:00'
5.483 ms 5700 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
277
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 382 LIMIT 1
5.433 ms 1 /classes/Pack.php:89
46
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
5.430 ms 0 /classes/module/Module.php:2664
65
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38)))
5.067 ms 5700 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `psoh_module` m
INNER JOIN psoh_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 `psoh_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `psoh_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `psoh_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`
4.506 ms 132 Yes Yes /classes/Hook.php:1289
71
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND cg.id_group='1' AND c.level_depth<=3 AND c.nleft>17 AND c.nright<22 GROUP BY cp.id_category
4.236 ms 100 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
440
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (434) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
4.072 ms 1 Yes Yes /classes/Product.php:4524
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `psoh_configuration` c
LEFT JOIN `psoh_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
3.700 ms 629 /classes/Configuration.php:180
89
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=9)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY fp.id_feature_value
3.604 ms 80 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
104
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `psoh_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `psoh_hook_alias` ha
INNER JOIN `psoh_hook` h ON ha.name = h.name
3.424 ms 0 /classes/Hook.php:1348
87
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=8)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY fp.id_feature_value
3.230 ms 68 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
82
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN psoh_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=4)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY pac.id_attribute
3.129 ms 8 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
80
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN psoh_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=3)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY pac.id_attribute
2.953 ms 6 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
69
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_specific_price sp ON (
sp.id_product = p.id_product AND 
sp.id_shop IN (0, 1) AND 
sp.id_currency IN (0, 2) AND 
sp.id_country IN (0, 15) AND 
sp.id_group IN (0, 1) AND 
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND 
(sp.from = '0000-00-00 00:00:00' OR '2025-08-02 09:32:05' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2025-08-02 09:32:05' <= sp.to) 
) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sp.reduction>0)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38)))
2.912 ms 4 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
145
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 396)
2.903 ms 1 /classes/Product.php:3860
23
SELECT SQL_NO_CACHE c.id_currency
FROM `psoh_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
2.842 ms 1 /classes/Currency.php:893
85
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) WHERE ((sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((fp.id_feature=4)) AND ((sa_1.quantity>0)) GROUP BY fp.id_feature_value
2.446 ms 64 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
76
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY fp.id_feature_value
2.164 ms 30 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
75
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN psoh_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=2)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY pac.id_attribute
2.146 ms 28 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
94
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-02 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM psoh_product p
LEFT JOIN psoh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN psoh_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN psoh_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (436,435,434,396,359,323,252,207,201,162,131,106,440,439,382,346,195,155,85,441,444,442)
1.990 ms 22 /classes/ProductAssembler.php:95
73
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN psoh_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY pac.id_attribute
1.985 ms 8 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
99
SELECT SQL_NO_CACHE `name`
FROM `psoh_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
1.897 ms 1 /classes/Manufacturer.php:316
77
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_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 psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=22 GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=2)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 22, 24, 32, 33, 36, 38))) GROUP BY fp.id_feature_value
1.804 ms 16 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
431
SELECT SQL_NO_CACHE c.*, cl.*
FROM `psoh_category` c
INNER JOIN psoh_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `psoh_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `psoh_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `psoh_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.550 ms 9 Yes Yes /classes/Category.php:799
207
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 201 LIMIT 1
1.519 ms 1 /classes/Pack.php:89
234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 131
ORDER BY f.position ASC
1.398 ms 13 Yes /classes/Product.php:6021
228
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 131 AND id_shop=1 LIMIT 1
1.336 ms 1 /classes/Product.php:6876
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `psoh_hook`
1.293 ms 950 /classes/Hook.php:1348
140
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 434
ORDER BY f.position ASC
1.274 ms 13 Yes /classes/Product.php:6021
79
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 `psoh_attribute_group` ag INNER JOIN `psoh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `psoh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN psoh_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 psoh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `psoh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
1.261 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
58
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 `psoh_feature` f  INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `psoh_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `psoh_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC
1.236 ms 169 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
151
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 396 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 396 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.195 ms 0 /classes/Cart.php:1430
352
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 444 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.187 ms 0 /classes/Cart.php:1430
390
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 106) AND (b.`id_shop` = 1) LIMIT 1
1.175 ms 1 /src/Adapter/EntityMapper.php:71
21
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
1.158 ms 3 /classes/Language.php:883
81
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 `psoh_attribute_group` ag INNER JOIN `psoh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `psoh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN psoh_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 psoh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `psoh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC
1.153 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
436
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (436) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.140 ms 1 Yes Yes /classes/Product.php:4524
186
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 252 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 252 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.130 ms 0 /classes/Cart.php:1430
280
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 382 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 382 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.114 ms 0 /classes/Cart.php:1430
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `psoh_hook` h
WHERE (h.active = 1)
1.088 ms 950 /classes/Hook.php:1388
199
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 207
ORDER BY f.position ASC
1.075 ms 13 Yes /classes/Product.php:6021
281
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 382
ORDER BY f.position ASC
1.064 ms 13 Yes /classes/Product.php:6021
190
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 207) AND (b.`id_shop` = 1) LIMIT 1
1.063 ms 1 /src/Adapter/EntityMapper.php:71
366
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 436
ORDER BY `position`
1.053 ms 1 Yes /classes/Product.php:3545
187
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 252
ORDER BY f.position ASC
1.052 ms 13 Yes /classes/Product.php:6021
441
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (396) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.039 ms 1 Yes Yes /classes/Product.php:4524
210
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 201 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 201 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.035 ms 0 /classes/Cart.php:1430
317
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 155
ORDER BY f.position ASC
1.031 ms 13 Yes /classes/Product.php:6021
163
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 359 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 359 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.030 ms 0 /classes/Cart.php:1430
115
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 436 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.028 ms 0 /classes/Cart.php:1430
112
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 436 LIMIT 1
1.027 ms 1 /classes/Pack.php:89
233
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.022 ms 0 /classes/Cart.php:1430
222
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 162 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 162 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.018 ms 0 /classes/Cart.php:1430
152
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 396
ORDER BY f.position ASC
1.015 ms 13 Yes /classes/Product.php:6021
245
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 106
ORDER BY f.position ASC
1.013 ms 13 Yes /classes/Product.php:6021
185
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 252) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.007 ms 1 /classes/stock/StockAvailable.php:453
127
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 435 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.006 ms 0 /classes/Cart.php:1430
223
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 162
ORDER BY f.position ASC
1.004 ms 13 Yes /classes/Product.php:6021
442
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (359) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.985 ms 1 Yes Yes /classes/Product.php:4524
39
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `psoh_category` c
INNER JOIN psoh_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `psoh_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2  AND cl.id_shop = 1 )
LEFT JOIN `psoh_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 10
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.983 ms 2 Yes Yes /classes/Category.php:924
387
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 131) AND (b.`id_shop` = 1) LIMIT 1
0.976 ms 1 /src/Adapter/EntityMapper.php:71
74
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 `psoh_attribute_group` ag INNER JOIN `psoh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `psoh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN psoh_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 psoh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `psoh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
0.974 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
257
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 440
ORDER BY f.position ASC
0.973 ms 13 Yes /classes/Product.php:6021
202
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 201) AND (b.`id_shop` = 1) LIMIT 1
0.972 ms 1 /src/Adapter/EntityMapper.php:71
353
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 444
ORDER BY f.position ASC
0.969 ms 13 Yes /classes/Product.php:6021
128
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 435
ORDER BY f.position ASC
0.968 ms 13 Yes /classes/Product.php:6021
164
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 359
ORDER BY f.position ASC
0.966 ms 13 Yes /classes/Product.php:6021
293
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 346
ORDER BY f.position ASC
0.962 ms 13 Yes /classes/Product.php:6021
211
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 201
ORDER BY f.position ASC
0.960 ms 13 Yes /classes/Product.php:6021
305
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 195
ORDER BY f.position ASC
0.958 ms 13 Yes /classes/Product.php:6021
248
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 440) AND (b.`id_shop` = 1) LIMIT 1
0.954 ms 1 /src/Adapter/EntityMapper.php:71
192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 207)
0.951 ms 1 /classes/Product.php:3860
292
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 346 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.951 ms 0 /classes/Cart.php:1430
443
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (323) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.950 ms 1 Yes Yes /classes/Product.php:4524
304
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 195 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.950 ms 0 /classes/Cart.php:1430
340
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 441 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 441 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.950 ms 0 /classes/Cart.php:1430
468
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `psoh_category_product` cp
LEFT JOIN `psoh_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `psoh_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN psoh_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (436,435,434,396,359,323,252,207,201,162,131,106,440,439,382,346,195,155,85,441,444,442) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
0.941 ms 225 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
143
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 396) AND (b.`id_shop` = 1) LIMIT 1
0.935 ms 1 /src/Adapter/EntityMapper.php:71
92
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 `psoh_feature_value` v LEFT JOIN `psoh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 10 ORDER BY vl.`value` ASC
0.932 ms 2 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
365
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 442
ORDER BY f.position ASC
0.924 ms 13 Yes /classes/Product.php:6021
16
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `psoh_module` m
LEFT JOIN `psoh_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.922 ms 66 /classes/module/Module.php:346
329
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 85
ORDER BY f.position ASC
0.921 ms 13 Yes /classes/Product.php:6021
344
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 444) AND (b.`id_shop` = 1) LIMIT 1
0.921 ms 1 /src/Adapter/EntityMapper.php:71
116
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 436
ORDER BY f.position ASC
0.916 ms 13 Yes /classes/Product.php:6021
341
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 441
ORDER BY f.position ASC
0.909 ms 13 Yes /classes/Product.php:6021
364
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 442 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.907 ms 0 /classes/Cart.php:1430
198
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 207 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 207 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.906 ms 0 /classes/Cart.php:1430
119
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 435) AND (b.`id_shop` = 1) LIMIT 1
0.893 ms 1 /src/Adapter/EntityMapper.php:71
155
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 359) AND (b.`id_shop` = 1) LIMIT 1
0.889 ms 1 /src/Adapter/EntityMapper.php:71
18
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `psoh_meta` m
LEFT JOIN `psoh_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.885 ms 86 Yes /classes/Dispatcher.php:654
98
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 436) AND (b.`id_shop` = 1) LIMIT 1
0.885 ms 1 /src/Adapter/EntityMapper.php:71
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM psoh_shop_group gs
LEFT JOIN psoh_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN psoh_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.880 ms 1 Yes /classes/shop/Shop.php:715
456
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (85) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.873 ms 1 Yes Yes /classes/Product.php:4524
131
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 434) AND (b.`id_shop` = 1) LIMIT 1
0.871 ms 1 /src/Adapter/EntityMapper.php:71
106
SELECT SQL_NO_CACHE tr.*
FROM `psoh_tax_rule` tr
JOIN `psoh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 15
AND tr.`id_tax_rules_group` = 53
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.868 ms 1 /classes/tax/TaxRulesTaxManager.php:109
244
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 106 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 106 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.866 ms 0 /classes/Cart.php:1430
376
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 323) AND (b.`id_shop` = 1) LIMIT 1
0.858 ms 1 /src/Adapter/EntityMapper.php:71
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM psoh_shop_url su
LEFT JOIN psoh_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'autokit.pt' OR su.domain_ssl = 'autokit.pt')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.856 ms 1 Yes /classes/shop/Shop.php:1364
284
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 346) AND (b.`id_shop` = 1) LIMIT 1
0.852 ms 1 /src/Adapter/EntityMapper.php:71
397
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 382
ORDER BY `position`
0.848 ms 2 Yes /classes/Product.php:3545
472
INSERT INTO `psoh_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('163985', '', 'autokit.pt/10-reparacao-de-elevadores-de-vidro?q=Disponibilidade-Dispon%C3%ADvel%2FAplica%C3%A7%C3%A3o-Audi-Fiat-Peugeot-Renault-Seat-Smart-Hyundai', '', '2025-08-02 09:32:07')
0.844 ms 1 /classes/ObjectModel.php:622
453
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (346) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.841 ms 1 Yes Yes /classes/Product.php:4524
328
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 85 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 85 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.835 ms 0 /classes/Cart.php:1430
308
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 155) AND (b.`id_shop` = 1) LIMIT 1
0.828 ms 1 /src/Adapter/EntityMapper.php:71
72
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 `psoh_attribute_group` ag INNER JOIN `psoh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `psoh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN psoh_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 psoh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `psoh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC
0.826 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
454
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (195) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.826 ms 1 Yes Yes /classes/Product.php:4524
195
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 207 LIMIT 1
0.820 ms 1 /classes/Pack.php:89
391
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 106
ORDER BY `position`
0.815 ms 1 Yes /classes/Product.php:3545
141
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 396
AND image_shop.`cover` = 1 LIMIT 1
0.813 ms 1 /classes/Product.php:3570
448
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.811 ms 1 Yes Yes /classes/Product.php:4524
383
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 201
ORDER BY `position`
0.810 ms 1 Yes /classes/Product.php:3545
427
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.810 ms 1 /classes/module/Module.php:2137
57
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 `psoh_attribute_group` ag  INNER JOIN psoh_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 `psoh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `psoh_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.805 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
446
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (201) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.796 ms 1 Yes Yes /classes/Product.php:4524
296
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 195) AND (b.`id_shop` = 1) LIMIT 1
0.794 ms 1 /src/Adapter/EntityMapper.php:71
332
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 441) AND (b.`id_shop` = 1) LIMIT 1
0.794 ms 1 /src/Adapter/EntityMapper.php:71
175
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 323
ORDER BY f.position ASC
0.793 ms 13 Yes /classes/Product.php:6021
444
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (252) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.793 ms 1 Yes Yes /classes/Product.php:4524
59
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 `psoh_feature_value` v LEFT JOIN `psoh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 4 ORDER BY vl.`value` ASC
0.784 ms 90 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
56
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM psoh_layered_category
WHERE controller = 'category'
AND id_category = 10
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.770 ms 15 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
320
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 85) AND (b.`id_shop` = 1) LIMIT 1
0.763 ms 1 /src/Adapter/EntityMapper.php:71
256
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 440 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 440 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.761 ms 0 /classes/Cart.php:1430
368
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 435
ORDER BY `position`
0.758 ms 1 Yes /classes/Product.php:3545
457
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (441) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.757 ms 1 Yes Yes /classes/Product.php:4524
103
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 436 AND id_shop=1 LIMIT 1
0.756 ms 1 /classes/Product.php:6876
214
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 162) AND (b.`id_shop` = 1) LIMIT 1
0.756 ms 1 /src/Adapter/EntityMapper.php:71
372
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 396
ORDER BY `position`
0.752 ms 1 Yes /classes/Product.php:3545
160
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 359 LIMIT 1
0.743 ms 1 /classes/Pack.php:89
121
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 435)
0.741 ms 1 /classes/Product.php:3860
474
UPDATE `psoh_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 101
AND `id_page` = 13
AND `id_shop` = 1
0.740 ms 1 /classes/Page.php:131
445
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (207) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.731 ms 1 Yes Yes /classes/Product.php:4524
451
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (439) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.730 ms 1 Yes Yes /classes/Product.php:4524
459
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (442) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.724 ms 1 Yes Yes /classes/Product.php:4524
385
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 162
ORDER BY `position`
0.723 ms 1 Yes /classes/Product.php:3545
377
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 323
ORDER BY `position`
0.720 ms 2 Yes /classes/Product.php:3545
388
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 131
ORDER BY `position`
0.719 ms 1 Yes /classes/Product.php:3545
439
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (435) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.710 ms 1 Yes Yes /classes/Product.php:4524
286
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 346)
0.707 ms 1 /classes/Product.php:3860
238
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 106)
0.706 ms 1 /classes/Product.php:3860
452
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (382) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.706 ms 1 Yes Yes /classes/Product.php:4524
393
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 440
ORDER BY `position`
0.703 ms 1 Yes /classes/Product.php:3545
157
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 359)
0.701 ms 1 /classes/Product.php:3860
70
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `psoh_category` c
INNER JOIN psoh_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `psoh_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position
0.699 ms 9 Yes /classes/Category.php:724
149
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 396 LIMIT 1
0.698 ms 1 /classes/Pack.php:90
449
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (106) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.698 ms 1 Yes Yes /classes/Product.php:4524
246
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 440
AND image_shop.`cover` = 1 LIMIT 1
0.695 ms 1 /classes/Product.php:3570
447
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (162) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.692 ms 1 Yes Yes /classes/Product.php:4524
269
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM psoh_feature_product pf
LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN psoh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 439
ORDER BY f.position ASC
0.690 ms 13 Yes /classes/Product.php:6021
268
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 439 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.689 ms 0 /classes/Cart.php:1430
86
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 `psoh_feature_value` v LEFT JOIN `psoh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 4 ORDER BY vl.`value` ASC
0.688 ms 90 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
370
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 434
ORDER BY `position`
0.688 ms 1 Yes /classes/Product.php:3545
379
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 252
ORDER BY `position`
0.687 ms 1 Yes /classes/Product.php:3545
458
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (444) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.684 ms 1 Yes Yes /classes/Product.php:4524
260
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 439) AND (b.`id_shop` = 1) LIMIT 1
0.683 ms 1 /src/Adapter/EntityMapper.php:71
227
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 131)
0.682 ms 1 /classes/Product.php:3860
424
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.680 ms 1 /classes/module/Module.php:2664
413
SELECT SQL_NO_CACHE 1 FROM psoh_cart_product cp INNER JOIN psoh_product p
ON (p.id_product = cp.id_product) INNER JOIN psoh_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.680 ms 1 /classes/Cart.php:4255
188
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 207
AND image_shop.`cover` = 1 LIMIT 1
0.675 ms 1 /classes/Product.php:3570
174
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `psoh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 323 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.670 ms 0 /classes/Cart.php:1430
285
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 346 LIMIT 1
0.669 ms 1 /classes/SpecificPrice.php:435
24
SELECT SQL_NO_CACHE *
FROM `psoh_currency` a
LEFT JOIN `psoh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `psoh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.668 ms 1 /src/Adapter/EntityMapper.php:71
204
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 201)
0.662 ms 1 /classes/Product.php:3860
133
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 434)
0.661 ms 1 /classes/Product.php:3860
318
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 85
AND image_shop.`cover` = 1 LIMIT 1
0.652 ms 1 /classes/Product.php:3570
430
SELECT SQL_NO_CACHE *
FROM `psoh_category` a
LEFT JOIN `psoh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `psoh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.650 ms 1 /src/Adapter/EntityMapper.php:71
54
SELECT SQL_NO_CACHE *
FROM `psoh_category` a0
LEFT JOIN `psoh_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 17) AND (a0.`nright` > 22) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.643 ms 3 Yes /classes/PrestaShopCollection.php:383
153
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 359
AND image_shop.`cover` = 1 LIMIT 1
0.639 ms 1 /classes/Product.php:3570
146
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 396 AND id_shop=1 LIMIT 1
0.638 ms 1 /classes/Product.php:6876
45
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `psoh_module` m
LEFT JOIN `psoh_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.635 ms 66 /classes/module/Module.php:346
356
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 442) AND (b.`id_shop` = 1) LIMIT 1
0.634 ms 1 /src/Adapter/EntityMapper.php:71
178
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 252) AND (b.`id_shop` = 1) LIMIT 1
0.632 ms 1 /src/Adapter/EntityMapper.php:71
450
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 `psoh_product_attribute` pa
INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `psoh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (440) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.632 ms 1 Yes Yes /classes/Product.php:4524
374
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 359
ORDER BY `position`
0.626 ms 1 Yes /classes/Product.php:3545
200
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 201
AND image_shop.`cover` = 1 LIMIT 1
0.625 ms 1 /classes/Product.php:3570
310
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 155)
0.625 ms 1 /classes/Product.php:3860
250
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 440)
0.622 ms 1 /classes/Product.php:3860
403
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 155
ORDER BY `position`
0.617 ms 1 Yes /classes/Product.php:3545
95
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 436
AND image_shop.`cover` = 1 LIMIT 1
0.614 ms 1 /classes/Product.php:3570
401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 195
ORDER BY `position`
0.607 ms 1 Yes /classes/Product.php:3545
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM psoh_shop s
LEFT JOIN psoh_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.606 ms 1 /classes/shop/Shop.php:218
241
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 106 LIMIT 1
0.606 ms 1 /classes/Pack.php:89
272
SELECT SQL_NO_CACHE *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `psoh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 382) AND (b.`id_shop` = 1) LIMIT 1
0.606 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 346
ORDER BY `position`
0.605 ms 2 Yes /classes/Product.php:3545
216
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 162)
0.604 ms 1 /classes/Product.php:3860
110
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_group`
WHERE `id_group` = 1 LIMIT 1
0.602 ms 1 /classes/Group.php:154
325
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 85 LIMIT 1
0.601 ms 1 /classes/Pack.php:89
88
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 `psoh_feature_value` v LEFT JOIN `psoh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 8 ORDER BY vl.`value` ASC
0.600 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
330
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 441
AND image_shop.`cover` = 1 LIMIT 1
0.597 ms 1 /classes/Product.php:3570
63
SELECT SQL_NO_CACHE data FROM psoh_layered_filter_block WHERE hash="5c8883973d24dd6792a23fdea8643cec" LIMIT 1
0.596 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
432
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `psoh_category` c
LEFT JOIN `psoh_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1
0.593 ms 2 /classes/Category.php:2242
102
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 436)
0.590 ms 1 /classes/Product.php:3860
334
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 441)
0.590 ms 1 /classes/Product.php:3860
84
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 `psoh_feature_value` v LEFT JOIN `psoh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
0.589 ms 1 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
33
SELECT SQL_NO_CACHE *
FROM `psoh_group` a
LEFT JOIN `psoh_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.589 ms 1 /src/Adapter/EntityMapper.php:71
150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 396) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.589 ms 1 /classes/stock/StockAvailable.php:453
367
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 436
0.586 ms 1 /classes/Product.php:2902
411
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 442
ORDER BY `position`
0.585 ms 1 Yes /classes/Product.php:3545
148
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 396 LIMIT 1
0.584 ms 1 /classes/Pack.php:89
129
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 434
AND image_shop.`cover` = 1 LIMIT 1
0.584 ms 1 /classes/Product.php:3570
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `psoh_lang` l
LEFT JOIN `psoh_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.582 ms 3 /classes/Language.php:1080
22
SELECT SQL_NO_CACHE value FROM `psoh_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.580 ms 1 /classes/shop/Shop.php:1183
111
SELECT SQL_NO_CACHE tr.*
FROM `psoh_tax_rule` tr
JOIN `psoh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 15
AND tr.`id_tax_rules_group` = 0
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.577 ms 0 /classes/tax/TaxRulesTaxManager.php:109
235
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 106
AND image_shop.`cover` = 1 LIMIT 1
0.577 ms 1 /classes/Product.php:3570
282
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 346
AND image_shop.`cover` = 1 LIMIT 1
0.577 ms 2 /classes/Product.php:3570
117
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 435
AND image_shop.`cover` = 1 LIMIT 1
0.574 ms 1 /classes/Product.php:3570
395
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 439
ORDER BY `position`
0.574 ms 1 Yes /classes/Product.php:3545
381
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 207
ORDER BY `position`
0.570 ms 1 Yes /classes/Product.php:3545
19
SELECT SQL_NO_CACHE *
FROM `psoh_category` a
LEFT JOIN `psoh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `psoh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1
0.565 ms 1 /src/Adapter/EntityMapper.php:71
358
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 442)
0.562 ms 1 /classes/Product.php:3860
404
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 155
0.561 ms 1 /classes/Product.php:2902
203
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 201 LIMIT 1
0.560 ms 1 /classes/SpecificPrice.php:435
437
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "productcomments" LIMIT 1
0.558 ms 1 /classes/module/Module.php:2664
90
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 `psoh_feature_value` v LEFT JOIN `psoh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `psoh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 9 ORDER BY vl.`value` ASC
0.557 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
212
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 162
AND image_shop.`cover` = 1 LIMIT 1
0.557 ms 1 /classes/Product.php:3570
108
SELECT SQL_NO_CACHE *
FROM `psoh_tax_lang`
WHERE `id_tax` = 53
0.556 ms 4 /src/Adapter/EntityMapper.php:79
189
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.556 ms 1 /classes/Product.php:5659
144
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 396 LIMIT 1
0.555 ms 1 /classes/SpecificPrice.php:435
193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 207 AND id_shop=1 LIMIT 1
0.554 ms 1 /classes/Product.php:6876
168
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 323)
0.553 ms 1 /classes/Product.php:3860
354
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 442
AND image_shop.`cover` = 1 LIMIT 1
0.552 ms 1 /classes/Product.php:3570
147
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 396 AND `id_group` = 1 LIMIT 1
0.551 ms 0 /classes/GroupReduction.php:156
405
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 85
ORDER BY `position`
0.549 ms 1 Yes /classes/Product.php:3545
225
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.546 ms 1 /classes/Product.php:5659
429
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.545 ms 1 /classes/module/Module.php:2137
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `psoh_hook_alias`
0.545 ms 87 /classes/Hook.php:290
28
SELECT SQL_NO_CACHE *
FROM `psoh_currency` a
LEFT JOIN `psoh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `psoh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.542 ms 1 /src/Adapter/EntityMapper.php:71
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.539 ms 1 /classes/stock/StockAvailable.php:453
435
SELECT SQL_NO_CACHE c.*, cl.*  FROM `psoh_category` c
LEFT JOIN `psoh_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 17 AND c.`nright` >= 22 AND c.`nleft` >= 2 AND c.`nright` <= 25 ORDER BY `nleft` DESC
0.538 ms 3 Yes /classes/Category.php:1600
392
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 106
0.538 ms 1 /classes/Product.php:2902
138
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.534 ms 1 /classes/stock/StockAvailable.php:453
51
SELECT SQL_NO_CACHE *
FROM `psoh_country` a
LEFT JOIN `psoh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 15) LIMIT 1
0.533 ms 1 /src/Adapter/EntityMapper.php:71
298
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 195)
0.531 ms 1 /classes/Product.php:3860
236
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.530 ms 1 /classes/Product.php:5659
306
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 155
AND image_shop.`cover` = 1 LIMIT 1
0.530 ms 1 /classes/Product.php:3570
288
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 346 AND `id_group` = 1 LIMIT 1
0.528 ms 0 /classes/GroupReduction.php:156
294
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 195
AND image_shop.`cover` = 1 LIMIT 1
0.528 ms 1 /classes/Product.php:3570
48
SELECT SQL_NO_CACHE * FROM `psoh_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.528 ms 7 Yes /classes/ImageType.php:109
30
SELECT SQL_NO_CACHE *
FROM `psoh_currency` a
LEFT JOIN `psoh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
201
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.526 ms 1 /classes/Product.php:5659
191
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 207 LIMIT 1
0.525 ms 1 /classes/SpecificPrice.php:435
425
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.525 ms 1 /classes/module/Module.php:2137
154
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.524 ms 1 /classes/Product.php:5659
165
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 323
AND image_shop.`cover` = 1 LIMIT 1
0.519 ms 2 /classes/Product.php:3570
226
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 131 LIMIT 1
0.519 ms 1 /classes/SpecificPrice.php:435
407
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 441
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
473
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `psoh_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `psoh_date_range`) LIMIT 1
0.519 ms 10201 /classes/DateRange.php:60
315
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 155) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.519 ms 1 /classes/stock/StockAvailable.php:453
231
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 131 LIMIT 1
0.517 ms 1 /classes/Pack.php:90
142
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.516 ms 1 /classes/Product.php:5659
462
SELECT SQL_NO_CACHE * FROM `psoh_psreassurance` pr
LEFT JOIN psoh_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "2"
AND pr.status = 1
ORDER BY pr.position
0.516 ms 3 Yes /modules/blockreassurance/classes/ReassuranceActivity.php:159
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `psoh_lang` l
JOIN psoh_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.515 ms 9 /classes/Language.php:1216
156
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 359 LIMIT 1
0.515 ms 1 /classes/SpecificPrice.php:435
438
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.512 ms 1 /classes/module/Module.php:2137
113
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 436 LIMIT 1
0.510 ms 1 /classes/Pack.php:90
232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.510 ms 1 /classes/stock/StockAvailable.php:453
346
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 444)
0.510 ms 1 /classes/Product.php:3860
49
SELECT SQL_NO_CACHE format
FROM `psoh_address_format`
WHERE `id_country` = 15 LIMIT 1
0.509 ms 1 /classes/AddressFormat.php:656
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 201) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.507 ms 1 /classes/stock/StockAvailable.php:453
342
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 444
AND image_shop.`cover` = 1 LIMIT 1
0.507 ms 1 /classes/Product.php:3570
371
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 434
0.506 ms 1 /classes/Product.php:2902
297
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 195 LIMIT 1
0.505 ms 1 /classes/SpecificPrice.php:435
409
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 444
ORDER BY `position`
0.505 ms 1 Yes /classes/Product.php:3545
230
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 131 LIMIT 1
0.504 ms 1 /classes/Pack.php:89
100
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 0 LIMIT 1
0.503 ms 1 /classes/SpecificPrice.php:426
278
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 382 LIMIT 1
0.503 ms 1 /classes/Pack.php:90
221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 162) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.502 ms 1 /classes/stock/StockAvailable.php:453
8
SELECT SQL_NO_CACHE *
FROM `psoh_lang` a
LEFT JOIN `psoh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
0.500 ms 1 /src/Adapter/EntityMapper.php:71
426
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.500 ms 1 /classes/module/Module.php:2664
6
SELECT SQL_NO_CACHE *
FROM `psoh_country` a
LEFT JOIN `psoh_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `psoh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 15) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
249
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 440 LIMIT 1
0.498 ms 1 /classes/SpecificPrice.php:435
120
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 435 LIMIT 1
0.496 ms 1 /classes/SpecificPrice.php:435
114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.495 ms 1 /classes/stock/StockAvailable.php:453
237
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 106 LIMIT 1
0.495 ms 1 /classes/SpecificPrice.php:435
40
SELECT SQL_NO_CACHE *
FROM `psoh_category` a
LEFT JOIN `psoh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `psoh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.494 ms 1 /src/Adapter/EntityMapper.php:71
126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 435) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.494 ms 1 /classes/stock/StockAvailable.php:453
373
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 396
0.494 ms 1 /classes/Product.php:2902
109
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 436 AND `id_group` = 1 LIMIT 1
0.493 ms 0 /classes/GroupReduction.php:156
229
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 131 AND `id_group` = 1 LIMIT 1
0.492 ms 0 /classes/GroupReduction.php:156
321
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 85 LIMIT 1
0.491 ms 1 /classes/SpecificPrice.php:435
3
SELECT SQL_NO_CACHE *
FROM `psoh_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.489 ms 1 /src/Adapter/EntityMapper.php:71
34
SELECT SQL_NO_CACHE *
FROM `psoh_group_lang`
WHERE `id_group` = 1
0.489 ms 4 /src/Adapter/EntityMapper.php:79
44
SELECT SQL_NO_CACHE *
FROM `psoh_category` a
LEFT JOIN `psoh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `psoh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.489 ms 1 /src/Adapter/EntityMapper.php:71
389
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 131
0.489 ms 1 /classes/Product.php:2902
322
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 85)
0.487 ms 1 /classes/Product.php:3860
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM psoh_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.487 ms 1 /classes/shop/ShopUrl.php:182
251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 440 AND id_shop=1 LIMIT 1
0.486 ms 1 /classes/Product.php:6876
124
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 435 LIMIT 1
0.484 ms 1 /classes/Pack.php:89
363
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.484 ms 1 /classes/stock/StockAvailable.php:453
180
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 252)
0.483 ms 1 /classes/Product.php:3860
134
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 434 AND id_shop=1 LIMIT 1
0.482 ms 1 /classes/Product.php:6876
386
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 162
0.482 ms 1 /classes/Product.php:2902
433
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `psoh_category` c
LEFT JOIN `psoh_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 10 LIMIT 1
0.482 ms 1 /classes/Category.php:1585
183
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 252 LIMIT 1
0.481 ms 1 /classes/Pack.php:89
122
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 435 AND id_shop=1 LIMIT 1
0.479 ms 1 /classes/Product.php:6876
428
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.479 ms 1 /classes/module/Module.php:2664
136
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 434 LIMIT 1
0.477 ms 1 /classes/Pack.php:89
261
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 439 LIMIT 1
0.477 ms 1 /classes/SpecificPrice.php:435
162
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 359) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.477 ms 1 /classes/stock/StockAvailable.php:453
303
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.477 ms 1 /classes/stock/StockAvailable.php:453
27
SELECT SQL_NO_CACHE c.id_currency
FROM `psoh_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.475 ms 1 /classes/Currency.php:893
258
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 439
AND image_shop.`cover` = 1 LIMIT 1
0.474 ms 1 /classes/Product.php:3570
333
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 441 LIMIT 1
0.474 ms 1 /classes/SpecificPrice.php:435
176
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 252
AND image_shop.`cover` = 1 LIMIT 1
0.473 ms 1 /classes/Product.php:3570
362
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 442 LIMIT 1
0.473 ms 1 /classes/Pack.php:90
7
SELECT SQL_NO_CACHE *
FROM `psoh_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.472 ms 1 /src/Adapter/EntityMapper.php:71
96
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `psoh_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 11 LIMIT 1
0.472 ms 1 /classes/Category.php:1378
208
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 201 LIMIT 1
0.471 ms 1 /classes/Pack.php:90
219
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 162 LIMIT 1
0.471 ms 1 /classes/Pack.php:89
327
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 85) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.471 ms 1 /classes/stock/StockAvailable.php:453
247
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.470 ms 1 /classes/Product.php:5659
311
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 155 AND id_shop=1 LIMIT 1
0.470 ms 1 /classes/Product.php:6876
343
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.469 ms 1 /classes/Product.php:5659
252
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 440 AND `id_group` = 1 LIMIT 1
0.466 ms 0 /classes/GroupReduction.php:156
375
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 359
0.466 ms 1 /classes/Product.php:2902
196
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 207 LIMIT 1
0.465 ms 1 /classes/Pack.php:90
135
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 434 AND `id_group` = 1 LIMIT 1
0.464 ms 0 /classes/GroupReduction.php:156
384
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 201
0.463 ms 1 /classes/Product.php:2902
287
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 346 AND id_shop=1 LIMIT 1
0.462 ms 1 /classes/Product.php:6876
239
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 106 AND id_shop=1 LIMIT 1
0.461 ms 1 /classes/Product.php:6876
107
SELECT SQL_NO_CACHE *
FROM `psoh_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1
0.460 ms 1 /src/Adapter/EntityMapper.php:71
97
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.460 ms 1 /classes/Product.php:5659
301
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 195 LIMIT 1
0.460 ms 1 /classes/Pack.php:89
361
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 442 LIMIT 1
0.460 ms 1 /classes/Pack.php:89
158
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 359 AND id_shop=1 LIMIT 1
0.459 ms 1 /classes/Product.php:6876
220
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 162 LIMIT 1
0.459 ms 1 /classes/Pack.php:90
469
SELECT SQL_NO_CACHE `id_guest`
FROM `psoh_connections`
WHERE `id_guest` = 175272
AND `date_add` > '2025-08-02 09:02:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.458 ms 1 Yes /classes/Connection.php:168
130
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.457 ms 1 /classes/Product.php:5659
213
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.457 ms 1 /classes/Product.php:5659
215
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 162 LIMIT 1
0.457 ms 1 /classes/SpecificPrice.php:435
259
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.456 ms 1 /classes/Product.php:5659
410
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 444
0.455 ms 1 /classes/Product.php:2902
47
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.454 ms 0 /classes/module/Module.php:2137
396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 439
0.454 ms 1 /classes/Product.php:2902
31
SELECT SQL_NO_CACHE *
FROM `psoh_currency_lang`
WHERE `id_currency` = 2
0.453 ms 4 /src/Adapter/EntityMapper.php:79
240
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 106 AND `id_group` = 1 LIMIT 1
0.452 ms 0 /classes/GroupReduction.php:156
369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 435
0.452 ms 1 /classes/Product.php:2902
172
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 323 LIMIT 1
0.452 ms 1 /classes/Pack.php:90
243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.451 ms 1 /classes/stock/StockAvailable.php:453
50
SELECT SQL_NO_CACHE `need_identification_number`
FROM `psoh_country`
WHERE `id_country` = 15 LIMIT 1
0.451 ms 1 /classes/Country.php:405
205
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 201 AND id_shop=1 LIMIT 1
0.450 ms 1 /classes/Product.php:6876
29
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.449 ms 3 /classes/Language.php:883
125
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 435 LIMIT 1
0.447 ms 1 /classes/Pack.php:90
337
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 441 LIMIT 1
0.445 ms 1 /classes/Pack.php:89
60
SELECT SQL_NO_CACHE *
FROM `psoh_category` a
LEFT JOIN `psoh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
118
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.442 ms 1 /classes/Product.php:5659
26
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.440 ms 3 /classes/Language.php:883
283
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.440 ms 1 /classes/Product.php:5659
355
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.440 ms 1 /classes/Product.php:5659
357
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 442 LIMIT 1
0.440 ms 1 /classes/SpecificPrice.php:435
161
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 359 LIMIT 1
0.439 ms 1 /classes/Pack.php:90
309
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 155 LIMIT 1
0.439 ms 1 /classes/SpecificPrice.php:435
400
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 346
0.439 ms 1 /classes/Product.php:2902
194
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 207 AND `id_group` = 1 LIMIT 1
0.438 ms 0 /classes/GroupReduction.php:156
17
SELECT SQL_NO_CACHE name, alias FROM `psoh_hook_alias`
0.436 ms 87 /classes/Hook.php:342
137
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 434 LIMIT 1
0.436 ms 1 /classes/Pack.php:90
36
SELECT SQL_NO_CACHE * FROM `psoh_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.435 ms 1 /classes/module/Module.php:2046
307
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.434 ms 1 /classes/Product.php:5659
347
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 444 AND id_shop=1 LIMIT 1
0.434 ms 1 /classes/Product.php:6876
382
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 207
0.434 ms 1 /classes/Product.php:2902
25
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.433 ms 3 /classes/Language.php:883
159
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 359 AND `id_group` = 1 LIMIT 1
0.433 ms 0 /classes/GroupReduction.php:156
291
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.433 ms 1 /classes/stock/StockAvailable.php:453
206
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 201 AND `id_group` = 1 LIMIT 1
0.432 ms 0 /classes/GroupReduction.php:156
270
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `psoh_image` i
INNER JOIN psoh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 382
AND image_shop.`cover` = 1 LIMIT 1
0.432 ms 2 /classes/Product.php:3570
274
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 382)
0.432 ms 1 /classes/Product.php:3860
359
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 442 AND id_shop=1 LIMIT 1
0.429 ms 1 /classes/Product.php:6876
461
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.429 ms 1 /classes/module/Module.php:2137
262
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `psoh_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` = 439)
0.427 ms 1 /classes/Product.php:3860
61
SELECT SQL_NO_CACHE *
FROM `psoh_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1
0.426 ms 4 /src/Adapter/EntityMapper.php:79
197
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.425 ms 1 /classes/stock/StockAvailable.php:453
345
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 444 LIMIT 1
0.425 ms 1 /classes/SpecificPrice.php:435
55
SELECT SQL_NO_CACHE `id_category`
FROM `psoh_category_shop`
WHERE `id_category` = 10
AND `id_shop` = 1 LIMIT 1
0.425 ms 1 /classes/Category.php:2450
101
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 436 LIMIT 1
0.425 ms 1 /classes/SpecificPrice.php:435
299
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 195 AND id_shop=1 LIMIT 1
0.424 ms 1 /classes/Product.php:6876
324
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 85 AND `id_group` = 1 LIMIT 1
0.423 ms 0 /classes/GroupReduction.php:156
421
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.423 ms 1 /classes/module/Module.php:2664
331
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.421 ms 1 /classes/Product.php:5659
460
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.421 ms 1 /classes/module/Module.php:2664
132
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 434 LIMIT 1
0.420 ms 1 /classes/SpecificPrice.php:435
167
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 323 LIMIT 1
0.419 ms 1 /classes/SpecificPrice.php:435
418
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `psoh_currency` c
LEFT JOIN psoh_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.414 ms 1 /classes/Currency.php:1136
166
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.413 ms 1 /classes/Product.php:5659
348
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 444 AND `id_group` = 1 LIMIT 1
0.413 ms 0 /classes/GroupReduction.php:156
253
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 440 LIMIT 1
0.412 ms 1 /classes/Pack.php:89
351
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 444) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.407 ms 1 /classes/stock/StockAvailable.php:453
289
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 346 LIMIT 1
0.406 ms 1 /classes/Pack.php:89
313
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 155 LIMIT 1
0.405 ms 1 /classes/Pack.php:89
378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 323
0.404 ms 1 /classes/Product.php:2902
302
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 195 LIMIT 1
0.403 ms 1 /classes/Pack.php:90
349
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 444 LIMIT 1
0.403 ms 1 /classes/Pack.php:89
52
SELECT SQL_NO_CACHE *
FROM `psoh_country_lang`
WHERE `id_country` = 15
0.402 ms 4 /src/Adapter/EntityMapper.php:79
218
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 162 AND `id_group` = 1 LIMIT 1
0.401 ms 0 /classes/GroupReduction.php:156
295
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.401 ms 1 /classes/Product.php:5659
265
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 439 LIMIT 1
0.399 ms 1 /classes/Pack.php:89
41
SELECT SQL_NO_CACHE state FROM psoh_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.399 ms 1 /classes/FeatureFlag.php:105
394
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 440
0.398 ms 1 /classes/Product.php:2902
53
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM psoh_required_field
0.397 ms 1 /classes/ObjectModel.php:1592
37
SELECT SQL_NO_CACHE `id_category`
FROM `psoh_category_shop`
WHERE `id_category` = 10
AND `id_shop` = 1 LIMIT 1
0.396 ms 1 /classes/Category.php:2450
255
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.395 ms 1 /classes/stock/StockAvailable.php:453
336
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 441 AND `id_group` = 1 LIMIT 1
0.394 ms 0 /classes/GroupReduction.php:156
242
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 106 LIMIT 1
0.393 ms 1 /classes/Pack.php:90
470
SELECT SQL_NO_CACHE id_page_type
FROM psoh_page_type
WHERE name = 'category' LIMIT 1
0.393 ms 1 /classes/Page.php:104
471
SELECT SQL_NO_CACHE `id_page`
FROM `psoh_page`
WHERE `id_page_type` = 5 AND `id_object` = 10 LIMIT 1
0.392 ms 1 /classes/Page.php:83
360
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 442 AND `id_group` = 1 LIMIT 1
0.391 ms 0 /classes/GroupReduction.php:156
32
SELECT SQL_NO_CACHE id_shop
FROM `psoh_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1
0.390 ms 1 /classes/ObjectModel.php:1729
179
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 252 LIMIT 1
0.390 ms 1 /classes/SpecificPrice.php:435
314
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 155 LIMIT 1
0.388 ms 1 /classes/Pack.php:90
402
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 195
0.388 ms 1 /classes/Product.php:2902
123
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 435 AND `id_group` = 1 LIMIT 1
0.387 ms 0 /classes/GroupReduction.php:156
312
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 155 AND `id_group` = 1 LIMIT 1
0.386 ms 0 /classes/GroupReduction.php:156
171
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 323 LIMIT 1
0.385 ms 1 /classes/Pack.php:89
267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 439) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.385 ms 1 /classes/stock/StockAvailable.php:453
9
SELECT SQL_NO_CACHE id_shop
FROM `psoh_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.384 ms 1 /classes/ObjectModel.php:1729
463
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_linklist" LIMIT 1
0.383 ms 1 /classes/module/Module.php:2664
290
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 346 LIMIT 1
0.381 ms 1 /classes/Pack.php:90
398
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 382
0.379 ms 1 /classes/Product.php:2902
380
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 252
0.378 ms 1 /classes/Product.php:2902
38
SELECT SQL_NO_CACHE ctg.`id_group`
FROM psoh_category_group ctg
WHERE ctg.`id_category` = 10 AND ctg.`id_group` = 1 LIMIT 1
0.378 ms 1 /classes/Category.php:1754
467
SELECT SQL_NO_CACHE data
FROM `psoh_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.376 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
169
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 323 AND id_shop=1 LIMIT 1
0.373 ms 1 /classes/Product.php:6876
263
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 439 AND id_shop=1 LIMIT 1
0.372 ms 1 /classes/Product.php:6876
406
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 85
0.369 ms 1 /classes/Product.php:2902
42
SELECT SQL_NO_CACHE * FROM `psoh_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.367 ms 7 Yes /classes/ImageType.php:109
181
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 252 AND id_shop=1 LIMIT 1
0.366 ms 1 /classes/Product.php:6876
254
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 440 LIMIT 1
0.366 ms 1 /classes/Pack.php:90
273
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 382 LIMIT 1
0.363 ms 1 /classes/SpecificPrice.php:435
434
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `psoh_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.363 ms 1 /classes/Category.php:1591
326
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 85 LIMIT 1
0.361 ms 1 /classes/Pack.php:90
217
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 162 AND id_shop=1 LIMIT 1
0.358 ms 1 /classes/Product.php:6876
177
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.356 ms 1 /classes/Product.php:5659
35
SELECT SQL_NO_CACHE id_shop
FROM `psoh_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.355 ms 1 /classes/ObjectModel.php:1729
319
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.355 ms 1 /classes/Product.php:5659
335
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 441 AND id_shop=1 LIMIT 1
0.355 ms 1 /classes/Product.php:6876
43
SELECT SQL_NO_CACHE * FROM `psoh_image_type`
0.354 ms 7 /classes/ImageType.php:161
300
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 195 AND `id_group` = 1 LIMIT 1
0.345 ms 0 /classes/GroupReduction.php:156
408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 441
0.345 ms 1 /classes/Product.php:2902
323
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 85 AND id_shop=1 LIMIT 1
0.343 ms 1 /classes/Product.php:6876
465
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.342 ms 1 /classes/module/Module.php:2664
350
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 444 LIMIT 1
0.336 ms 1 /classes/Pack.php:90
338
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 441 LIMIT 1
0.330 ms 1 /classes/Pack.php:90
412
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 442
0.326 ms 1 /classes/Product.php:2902
416
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.326 ms 1 /classes/module/Module.php:2664
182
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 252 AND `id_group` = 1 LIMIT 1
0.325 ms 0 /classes/GroupReduction.php:156
173
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.324 ms 1 /classes/stock/StockAvailable.php:453
414
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.318 ms 1 /classes/module/Module.php:2664
419
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.307 ms 1 /classes/module/Module.php:2664
466
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.306 ms 1 /classes/module/Module.php:2137
422
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.303 ms 1 /classes/module/Module.php:2137
275
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 382 AND id_shop=1 LIMIT 1
0.302 ms 1 /classes/Product.php:6876
464
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.302 ms 1 /classes/module/Module.php:2137
264
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 439 AND `id_group` = 1 LIMIT 1
0.299 ms 0 /classes/GroupReduction.php:156
266
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 439 LIMIT 1
0.297 ms 1 /classes/Pack.php:90
170
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 323 AND `id_group` = 1 LIMIT 1
0.286 ms 0 /classes/GroupReduction.php:156
271
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.280 ms 1 /classes/Product.php:5659
415
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.279 ms 1 /classes/module/Module.php:2137
420
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.267 ms 1 /classes/module/Module.php:2137
417
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.266 ms 1 /classes/module/Module.php:2137
276
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 382 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156

Doubles

23 queries
SELECT XX FROM `psoh_specific_price` WHERE id_product = XX LIMIT XX
22 queries
SELECT image_shop.`id_image`
                    FROM `psoh_image` i
                     INNER JOIN psoh_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
22 queries
SELECT name FROM psoh_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
22 queries
SELECT *
FROM `psoh_product` a
LEFT JOIN `psoh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `psoh_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
22 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `psoh_product` p
INNER JOIN `psoh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `psoh_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)
22 queries
                            SELECT `id_tax_rules_group`
                            FROM `psoh_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
22 queries
			SELECT `reduction`
			FROM `psoh_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
22 queries
SELECT COUNT(*) FROM `psoh_pack` WHERE id_product_pack = XX LIMIT XX
22 queries
SELECT product_type FROM `psoh_product` WHERE id_product = XX LIMIT XX
22 queries
SELECT SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
22 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `psoh_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `psoh_cart_product` cp JOIN `psoh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `psoh_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
22 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM psoh_feature_product pf
                LEFT JOIN psoh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN psoh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN psoh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN psoh_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
22 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `psoh_image` i
             INNER JOIN psoh_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `psoh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
22 queries
SELECT `id_product_attribute`
            FROM `psoh_product_attribute`
            WHERE `id_product` = XX
22 queries
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 `psoh_product_attribute` pa
             INNER JOIN psoh_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 `psoh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `psoh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `psoh_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;
12 queries
SELECT `id_module` FROM `psoh_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
6 queries
SELECT 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 `psoh_feature_value` v LEFT JOIN `psoh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `psoh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
6 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((sa.quantity>XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p INNER JOIN psoh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa_XX ON (p.id_product = sa_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX.id_product_attribute AND sa_XX.id_shop = XX  AND sa_XX.id_shop_group = XX ) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((sa_XX.quantity>XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX))) GROUP BY fp.id_feature_value
4 queries
SELECT *
FROM `psoh_category` a
LEFT JOIN `psoh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `psoh_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
4 queries
SELECT `id_lang` FROM `psoh_lang`
                    WHERE `locale` = 'pt-pt'
                    OR `language_code` = 'pt-pt' LIMIT XX
4 queries
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `psoh_attribute_group` ag INNER JOIN `psoh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `psoh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `psoh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN psoh_attribute_group_shop attribute_group_shop
        ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX)  INNER JOIN psoh_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `psoh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
4 queries
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM psoh_product p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN psoh_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN psoh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN psoh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN psoh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN psoh_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN psoh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((sa.quantity>XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p LEFT JOIN psoh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN psoh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN psoh_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN psoh_stock_available sa_XX ON (p.id_product = sa_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX.id_product_attribute AND sa_XX.id_shop = XX  AND sa_XX.id_shop_group = XX ) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((a.id_attribute_group=XX)) AND ((sa_XX.quantity>XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX))) GROUP BY pac.id_attribute
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `psoh_module` m
                LEFT JOIN `psoh_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT *
FROM `psoh_currency` a
LEFT JOIN `psoh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `psoh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
		SELECT `id_category`
		FROM `psoh_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
				SELECT tr.*
				FROM `psoh_tax_rule` tr
				JOIN `psoh_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

Tables stress

110 product
88 product_shop
84 product_attribute
66 feature_product
64 stock_available
62 product_attribute_combination
46 cart_product
44 image
44 image_shop
44 product_attribute_shop
44 pack
36 category
36 category_lang
30 attribute
28 feature_value_lang
27 attribute_group
26 attribute_lang
24 category_group
24 specific_price
23 feature
23 feature_shop
23 feature_lang
23 product_lang
22 category_product
22 product_group_reduction_cache
22 image_lang
20 product_sale
16 module
15 module_shop
11 category_shop
7 lang
7 currency
6 hook
6 feature_value
6 layered_indexable_feature_value_lang_value
5 currency_shop
5 attribute_group_shop
5 attribute_group_lang
4 shop_url
4 shop
4 lang_shop
4 attribute_shop
4 layered_indexable_attribute_lang_value
3 country
3 hook_alias
3 currency_lang
3 image_type
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 tax_rule
2 tax_rules_group
2 date_range
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 group_lang
1 hook_module_exceptions
1 feature_flag
1 address_format
1 required_field
1 layered_category
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_filter_block
1 manufacturer
1 tax
1 tax_lang
1 psreassurance
1 psreassurance_lang
1 ganalytics_data
1 connections
1 page_type
1 page

ObjectModel instances

Name Instances Source
Product 60 /classes/Link.php:113 (__construct) [id: 436]
/classes/Link.php:113 (__construct) [id: 435]
/classes/Link.php:113 (__construct) [id: 434]
/classes/Link.php:113 (__construct) [id: 396]
/classes/Link.php:113 (__construct) [id: 359]
/classes/Link.php:113 (__construct) [id: 252]
/classes/Link.php:113 (__construct) [id: 207]
/classes/Link.php:113 (__construct) [id: 201]
/classes/Link.php:113 (__construct) [id: 162]
/classes/Link.php:113 (__construct) [id: 440]
/classes/Link.php:113 (__construct) [id: 439]
/classes/Link.php:113 (__construct) [id: 382]
/classes/Link.php:113 (__construct) [id: 346]
/classes/Link.php:113 (__construct) [id: 195]
/classes/Link.php:113 (__construct) [id: 155]
/classes/Link.php:113 (__construct) [id: 85]
/classes/Link.php:113 (__construct) [id: 441]
/classes/Link.php:113 (__construct) [id: 444]
/classes/Link.php:113 (__construct) [id: 442]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 436]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 435]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 434]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 396]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 359]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 323]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 252]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 207]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 201]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 162]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 131]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 106]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 440]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 439]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 382]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 346]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 195]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 155]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 85]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 441]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 444]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 442]
/classes/Link.php:113 (__construct) [id: 436]
/classes/Link.php:113 (__construct) [id: 435]
/classes/Link.php:113 (__construct) [id: 434]
/classes/Link.php:113 (__construct) [id: 396]
/classes/Link.php:113 (__construct) [id: 359]
/classes/Link.php:113 (__construct) [id: 252]
/classes/Link.php:113 (__construct) [id: 207]
/classes/Link.php:113 (__construct) [id: 201]
/classes/Link.php:113 (__construct) [id: 162]
/classes/Link.php:113 (__construct) [id: 440]
/classes/Link.php:113 (__construct) [id: 439]
/classes/Link.php:113 (__construct) [id: 382]
/classes/Link.php:113 (__construct) [id: 346]
/classes/Link.php:113 (__construct) [id: 195]
/classes/Link.php:113 (__construct) [id: 155]
/classes/Link.php:113 (__construct) [id: 85]
/classes/Link.php:113 (__construct) [id: 441]
/classes/Link.php:113 (__construct) [id: 444]
/classes/Link.php:113 (__construct) [id: 442]
Category 10 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 10]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 11]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/classes/Meta.php:380 (__construct) [id: 10]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 10]
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 10]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 2]
Country 3 /config/config.inc.php:146 (__construct) [id: 15]
/classes/AddressFormat.php:404 (__construct) [id: 15]
/classes/controller/FrontController.php:1779 (__construct) [id: 15]
Language 2 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:560 (__construct) [id: 2]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
State 2 /classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1778 (__construct) [id: 0]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Tax 1 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 53]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /classes/Smarty/SmartyDev.php
196 /vendor/smarty/smarty/libs/Smarty.class.php
197 /vendor/smarty/smarty/libs/functions.php
198 /vendor/smarty/smarty/libs/Autoloader.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
208 /config/smartyfront.config.inc.php
209 /classes/Smarty/SmartyResourceModule.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
212 /classes/Smarty/SmartyResourceParent.php
213 /classes/Smarty/SmartyLazyRegister.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
215 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
216 /classes/Customer.php
217 /classes/Group.php
218 /classes/Link.php
219 /classes/shop/ShopUrl.php
220 /classes/Dispatcher.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
228 /src/Adapter/SymfonyContainer.php
229 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
230 /config/db_slave_server.inc.php
231 /src/Adapter/ContainerBuilder.php
232 /src/Adapter/Environment.php
233 /src/Core/EnvironmentInterface.php
234 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
235 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
236 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
237 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
238 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
239 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
246 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
247 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
250 /vendor/symfony/contracts/Service/ResetInterface.php
251 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
253 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
254 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
256 /vendor/symfony/contracts/Cache/ItemInterface.php
257 /vendor/psr/cache/src/CacheItemInterface.php
258 /vendor/psr/cache/src/CacheItemPoolInterface.php
259 /vendor/symfony/contracts/Cache/CacheInterface.php
260 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
261 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
262 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
263 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
264 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
265 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
266 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
267 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
268 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
269 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
321 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
324 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
328 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
329 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
330 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
331 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
332 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
333 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
334 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
335 /var/cache/dev/FrontContainer.php
336 /src/Adapter/Container/LegacyContainer.php
337 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
338 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
339 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
340 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
341 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
342 /vendor/psr/container/src/ContainerExceptionInterface.php
343 /vendor/psr/container/src/NotFoundExceptionInterface.php
344 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
345 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
346 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
347 /src/Adapter/Container/LegacyContainerInterface.php
348 /modules/psgdpr/vendor/autoload.php
349 /modules/psgdpr/vendor/composer/autoload_real.php
350 /modules/psgdpr/vendor/composer/autoload_static.php
351 /modules/ps_searchbar/vendor/autoload.php
352 /modules/ps_searchbar/vendor/composer/autoload_real.php
353 /modules/ps_searchbar/vendor/composer/platform_check.php
354 /modules/ps_searchbar/vendor/composer/autoload_static.php
355 /modules/ps_featuredproducts/vendor/autoload.php
356 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
357 /modules/ps_featuredproducts/vendor/composer/platform_check.php
358 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
359 /modules/ps_specials/vendor/autoload.php
360 /modules/ps_specials/vendor/composer/autoload_real.php
361 /modules/ps_specials/vendor/composer/platform_check.php
362 /modules/ps_specials/vendor/composer/autoload_static.php
363 /modules/ps_newproducts/vendor/autoload.php
364 /modules/ps_newproducts/vendor/composer/autoload_real.php
365 /modules/ps_newproducts/vendor/composer/platform_check.php
366 /modules/ps_newproducts/vendor/composer/autoload_static.php
367 /modules/ps_bestsellers/vendor/autoload.php
368 /modules/ps_bestsellers/vendor/composer/autoload_real.php
369 /modules/ps_bestsellers/vendor/composer/platform_check.php
370 /modules/ps_bestsellers/vendor/composer/autoload_static.php
371 /modules/ps_crossselling/vendor/autoload.php
372 /modules/ps_crossselling/vendor/composer/autoload_real.php
373 /modules/ps_crossselling/vendor/composer/platform_check.php
374 /modules/ps_crossselling/vendor/composer/autoload_static.php
375 /modules/ps_categoryproducts/vendor/autoload.php
376 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
377 /modules/ps_categoryproducts/vendor/composer/platform_check.php
378 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
379 /modules/ps_viewedproduct/vendor/autoload.php
380 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
381 /modules/ps_viewedproduct/vendor/composer/platform_check.php
382 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
383 /modules/autoupgrade/vendor/autoload.php
384 /modules/autoupgrade/vendor/composer/autoload_real.php
385 /modules/autoupgrade/vendor/composer/autoload_static.php
386 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
387 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
388 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
389 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
390 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
391 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
392 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
393 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
394 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
395 /modules/ps_eventbus/vendor/autoload.php
396 /modules/ps_eventbus/vendor/composer/autoload_real.php
397 /modules/ps_eventbus/vendor/composer/autoload_static.php
398 /modules/ps_mbo/vendor/autoload.php
399 /modules/ps_mbo/vendor/composer/autoload_real.php
400 /modules/ps_mbo/vendor/composer/platform_check.php
401 /modules/ps_mbo/vendor/composer/autoload_static.php
402 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
403 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
404 /modules/ps_mbo/vendor/php-http/message/src/filters.php
405 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
406 /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
407 /modules/ps_mbo/vendor/symfony/string/Resources/functions.php
408 /modules/ps_mbo/bootstrap.php
409 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
410 /modules/ps_cashondelivery/vendor/autoload.php
411 /modules/ps_cashondelivery/vendor/composer/autoload_real.php
412 /modules/ps_cashondelivery/vendor/composer/platform_check.php
413 /modules/ps_cashondelivery/vendor/composer/autoload_static.php
414 /modules/klaviyopsautomation/vendor/autoload.php
415 /modules/klaviyopsautomation/vendor/composer/autoload_real.php
416 /modules/klaviyopsautomation/vendor/composer/platform_check.php
417 /modules/klaviyopsautomation/vendor/composer/autoload_static.php
418 /modules/ps_accounts/vendor/autoload.php
419 /modules/ps_accounts/vendor/composer/autoload_real.php
420 /modules/ps_accounts/vendor/composer/platform_check.php
421 /modules/ps_accounts/vendor/composer/autoload_static.php
422 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
423 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
424 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
425 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
426 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
427 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
428 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
429 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
430 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
431 /modules/ps_metrics/vendor/autoload.php
432 /modules/ps_metrics/vendor/composer/autoload_real.php
433 /modules/ps_metrics/vendor/composer/autoload_static.php
434 /modules/ps_metrics/vendor/symfony/polyfill-ctype/bootstrap.php
435 /modules/ps_metrics/vendor/symfony/polyfill-ctype/bootstrap80.php
436 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment.php
437 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Client.php
438 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
439 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
440 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
441 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
442 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
443 /src/Core/Hook/HookModuleFilter.php
444 /src/Core/Hook/HookModuleFilterInterface.php
445 /modules/klaviyopsautomation/klaviyopsautomation.php
446 /modules/klaviyopsautomation/includes/KlaviyoPsModule.php
447 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
448 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
449 /classes/Translate.php
450 /src/PrestaShopBundle/Translation/TranslatorComponent.php
451 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
452 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
453 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
454 /vendor/symfony/contracts/Translation/TranslatorInterface.php
455 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
456 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
457 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
458 /src/PrestaShopBundle/Translation/TranslatorInterface.php
459 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
460 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
461 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
462 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
463 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
464 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
465 /vendor/symfony/contracts/Translation/TranslatorTrait.php
466 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
467 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
468 /var/cache/dev/translations/catalogue.pt-PT.NXhscRe.php
469 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
470 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
471 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
472 /controllers/front/listing/CategoryController.php
473 /classes/controller/ProductListingFrontController.php
474 /classes/controller/ProductPresentingFrontController.php
475 /classes/controller/FrontController.php
476 /src/Adapter/Presenter/Object/ObjectPresenter.php
477 /src/Adapter/Presenter/PresenterInterface.php
478 /src/Adapter/Presenter/Cart/CartPresenter.php
479 /src/Adapter/Image/ImageRetriever.php
480 /classes/tax/TaxConfiguration.php
481 /classes/Smarty/TemplateFinder.php
482 /classes/assets/StylesheetManager.php
483 /classes/assets/AbstractAssetManager.php
484 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
485 /classes/assets/JavascriptManager.php
486 /classes/assets/CccReducer.php
487 /classes/Category.php
488 /classes/webservice/WebserviceRequest.php
489 /src/Core/Localization/Locale/Repository.php
490 /src/Core/Localization/Locale/RepositoryInterface.php
491 /src/Core/Localization/CLDR/LocaleRepository.php
492 /src/Core/Localization/CLDR/LocaleDataSource.php
493 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
494 /src/Core/Data/Layer/AbstractDataLayer.php
495 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
496 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
497 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
498 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
499 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
500 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
501 /vendor/symfony/contracts/Cache/CacheTrait.php
502 /vendor/psr/cache/src/InvalidArgumentException.php
503 /vendor/psr/cache/src/CacheException.php
504 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
505 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
506 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
507 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
508 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
509 /src/Core/Localization/CLDR/Reader.php
510 /src/Core/Localization/CLDR/ReaderInterface.php
511 /src/Core/Localization/Currency/Repository.php
512 /src/Core/Localization/Currency/RepositoryInterface.php
513 /src/Core/Localization/Currency/CurrencyDataSource.php
514 /src/Core/Localization/Currency/DataSourceInterface.php
515 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
516 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
517 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
518 /src/Adapter/Currency/CurrencyDataProvider.php
519 /src/Core/Currency/CurrencyDataProviderInterface.php
520 /src/Adapter/LegacyContext.php
521 /src/Adapter/Tools.php
522 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
523 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
524 /vendor/prestashop/decimal/src/Operation/Rounding.php
525 /src/Core/Localization/Locale.php
526 /src/Core/Localization/LocaleInterface.php
527 /src/Core/Localization/Specification/Price.php
528 /src/Core/Localization/Specification/Number.php
529 /src/Core/Localization/Specification/NumberInterface.php
530 /src/Core/Localization/Specification/Factory.php
531 /src/Core/Localization/CLDR/LocaleData.php
532 /src/Core/Localization/CLDR/NumberSymbolsData.php
533 /src/Core/Localization/CLDR/CurrencyData.php
534 /src/Core/Localization/CLDR/Locale.php
535 /src/Core/Localization/CLDR/LocaleInterface.php
536 /src/Core/Localization/Specification/NumberSymbolList.php
537 /classes/Currency.php
538 /src/Core/Localization/Currency/LocalizedCurrencyId.php
539 /src/Core/Localization/Currency/CurrencyData.php
540 /src/Core/Localization/Currency/CurrencyCollection.php
541 /src/Core/Localization/Currency.php
542 /src/Core/Localization/CurrencyInterface.php
543 /src/Core/Localization/Specification/NumberCollection.php
544 /src/Core/Localization/Number/Formatter.php
545 /classes/Cart.php
546 /src/Adapter/AddressFactory.php
547 /classes/CartRule.php
548 /classes/Product.php
549 /src/Core/Domain/Product/ValueObject/RedirectType.php
550 /src/Core/Util/DateTime/DateTime.php
551 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
552 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
553 /src/Core/Domain/Product/ValueObject/ProductType.php
554 /src/Core/Domain/Product/ValueObject/Reference.php
555 /src/Core/Domain/Product/ValueObject/Ean13.php
556 /src/Core/Domain/Product/ValueObject/Isbn.php
557 /src/Core/Domain/Product/ValueObject/Upc.php
558 /src/Core/Domain/Product/ProductSettings.php
559 /src/Core/Image/ImageFormatConfiguration.php
560 /src/Core/Image/ImageFormatConfigurationInterface.php
561 /classes/FeatureFlag.php
562 /src/Core/FeatureFlag/FeatureFlagSettings.php
563 /src/Core/Domain/Shop/ValueObject/ShopId.php
564 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
565 /classes/ImageType.php
566 /classes/ImageManager.php
567 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
568 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
569 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
570 /modules/blockreassurance/blockreassurance.php
571 /src/Core/Module/WidgetInterface.php
572 /src/PrestaShopBundle/Translation/DomainNormalizer.php
573 /classes/Media.php
574 /modules/blockwishlist/blockwishlist.php
575 /modules/ps_socialfollow/ps_socialfollow.php
576 /modules/ps_emailalerts/ps_emailalerts.php
577 /modules/ps_emailalerts/MailAlert.php
578 /src/Adapter/ContainerFinder.php
579 /modules/klaviyopsautomation/classes/PrestashopServices/ContextService.php
580 /modules/klaviyopsautomation/classes/PrestashopServices/CustomerService.php
581 /modules/klaviyopsautomation/classes/PrestashopServices/ValidateService.php
582 /modules/klaviyopsautomation/classes/PrestashopServices/DateTimeService.php
583 /modules/klaviyopsautomation/classes/KlaviyoServices/CustomerEventService.php
584 /modules/payshop/payshop.php
585 /classes/PaymentModule.php
586 /modules/payshop/includes/PayshopLog.php
587 /modules/payshop/includes/PayshopHelpers.php
588 /modules/payshop/includes/module/settings/PayshopConfigurationPage.php
589 /modules/payshop/includes/module/settings/PayshopPaymentServiceUUID.php
590 /modules/payshop/includes/module/alerts/PayshopUpdateAlert.php
591 /modules/payshop/controllers/front/UpdateAlertClose.php
592 /classes/controller/ModuleFrontController.php
593 /modules/payshop/includes/module/payments/PayshopPaymentMethods.php
594 /modules/payshop/includes/module/payments/PayshopCreditCard.php
595 /modules/payshop/includes/module/payments/PayshopMBWay.php
596 /modules/payshop/includes/module/payments/PayshopReference.php
597 /modules/payshop/includes/module/payments/PayshopMultibanco.php
598 /modules/payshop/includes/module/hooks/PayshopShowReferencesOrderConfirmation.php
599 /modules/payshop/includes/module/statuses/PayshopOrderStatuses.php
600 /modules/payshop/includes/module/statuses/PayshopPaid.php
601 /modules/payshop/includes/module/statuses/PayshopWaitingPayment.php
602 /modules/payshop/includes/module/statuses/PayshopWaitingMultibanco.php
603 /modules/payshop/includes/module/statuses/PayshopWaitingPayshop.php
604 /modules/payshop/includes/module/statuses/PayshopPaymentError.php
605 /modules/payshop/includes/module/models/PayshopTransaction.php
606 /modules/payshop/includes/module/models/PayshopAbstractModel.php
607 /modules/payshop/includes/module/actions/PayshopCreatePaymentOrder.php
608 /modules/payshop/includes/module/actions/PayshopCreateOrder.php
609 /modules/payshop/includes/module/actions/PayshopCreatePrestashopOrder.php
610 /modules/payshop/includes/module/actions/PayshopUpdateOrder.php
611 /modules/payshop/includes/sdk/PayshopClientFactory.php
612 /modules/payshop/includes/sdk/PayshopClient.php
613 /modules/payshop/includes/sdk/PayshopRestCli.php
614 /modules/payshop/includes/sdk/PayshopAbstractClient.php
615 /modules/payshop/includes/sdk/PayshopEvent.php
616 /modules/payshop/includes/module/events/PayshopProcessEvent.php
617 /modules/payshop/includes/module/events/PayshopPaymentSuccess.php
618 /modules/payshop/includes/module/events/PayshopPaymentRefused.php
619 /modules/payshop/translations/pt.php
620 /src/Adapter/Presenter/Cart/CartLazyArray.php
621 /src/Adapter/Presenter/AbstractLazyArray.php
622 /src/Adapter/Product/PriceFormatter.php
623 /src/Core/Util/Inflector.php
624 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
625 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
626 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
627 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
628 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
629 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
630 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
631 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
632 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
633 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
634 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
635 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
636 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
637 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
638 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
639 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
640 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
641 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
642 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
643 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
644 /classes/Gender.php
645 /classes/Risk.php
646 /classes/Meta.php
647 /classes/Address.php
648 /classes/State.php
649 /src/Core/Security/PasswordPolicyConfiguration.php
650 /src/Core/Configuration/DataConfigurationInterface.php
651 /src/Core/Security/Hashing.php
652 /src/Core/Filter/FrontEndObject/MainFilter.php
653 /src/Core/Filter/FilterInterface.php
654 /src/Core/Filter/FrontEndObject/CartFilter.php
655 /src/Core/Filter/HashMapWhitelistFilter.php
656 /src/Core/Filter/CollectionFilter.php
657 /src/Core/Filter/FrontEndObject/ProductFilter.php
658 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
659 /src/Core/Filter/FrontEndObject/CustomerFilter.php
660 /src/Core/Filter/FrontEndObject/ShopFilter.php
661 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
662 /modules/ps_shoppingcart/ps_shoppingcart.php
663 /modules/ps_searchbar/ps_searchbar.php
664 /modules/ps_imageslider/ps_imageslider.php
665 /modules/ps_imageslider/Ps_HomeSlide.php
666 /modules/productcomments/productcomments.php
667 /modules/ps_googleanalytics/ps_googleanalytics.php
668 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
669 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
670 /classes/Smarty/SmartyDevTemplate.php
671 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
672 /var/cache/dev/smarty/compile/classic/a4/c3/56/a4c35628da6308f06c2c48099271d68198e343e8_2.file.ps_googleanalytics.tpl.php
673 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
674 /modules/eupagogateway/eupagogateway.php
675 /modules/eupagogateway/translations/pt.php
676 /src/Core/Product/Search/ProductSearchContext.php
677 /src/Core/Product/Search/ProductSearchQuery.php
678 /src/Core/Product/Search/SortOrder.php
679 /modules/ps_facetedsearch/ps_facetedsearch.php
680 /modules/ps_facetedsearch/src/HookDispatcher.php
681 /modules/ps_facetedsearch/src/Hook/Attribute.php
682 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
683 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
684 /modules/ps_facetedsearch/src/Hook/Category.php
685 /modules/ps_facetedsearch/src/Hook/Configuration.php
686 /modules/ps_facetedsearch/src/Hook/Design.php
687 /modules/ps_facetedsearch/src/Hook/Feature.php
688 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
689 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
690 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
691 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
692 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
693 /modules/ps_facetedsearch/src/Hook/Product.php
694 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
695 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
696 /modules/ps_facetedsearch/src/Filters/Provider.php
697 /modules/ps_facetedsearch/src/URLSerializer.php
698 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
699 /modules/ps_facetedsearch/src/Product/SearchProvider.php
700 /src/Core/Product/Search/FacetsRendererInterface.php
701 /src/Core/Product/Search/ProductSearchProviderInterface.php
702 /modules/ps_facetedsearch/src/Filters/Converter.php
703 /modules/ps_facetedsearch/src/Product/SearchFactory.php
704 /src/Core/Product/Search/ProductSearchResult.php
705 /modules/ps_facetedsearch/src/Definition/Availability.php
706 /src/Adapter/Localization/LegacyTranslator.php
707 /classes/Combination.php
708 /modules/ps_facetedsearch/src/Product/Search.php
709 /modules/ps_facetedsearch/src/Adapter/MySQL.php
710 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
711 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
712 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
713 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
714 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
715 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
716 /modules/ps_facetedsearch/src/Filters/Products.php
717 /classes/stock/StockAvailable.php
718 /modules/ps_facetedsearch/src/Filters/Block.php
719 /src/Core/Product/Search/Facet.php
720 /src/Core/Product/Search/Filter.php
721 /src/Core/Product/Search/FacetCollection.php
722 /classes/ProductAssembler.php
723 /classes/tax/Tax.php
724 /vendor/prestashop/decimal/src/DecimalNumber.php
725 /vendor/prestashop/decimal/src/Builder.php
726 /classes/Manufacturer.php
727 /classes/SpecificPrice.php
728 /classes/tax/TaxManagerFactory.php
729 /classes/tax/TaxRulesTaxManager.php
730 /classes/tax/TaxManagerInterface.php
731 /classes/tax/TaxCalculator.php
732 /classes/GroupReduction.php
733 /src/Core/Localization/CLDR/ComputingPrecision.php
734 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
735 /classes/Pack.php
736 /classes/order/Order.php
737 /classes/Feature.php
738 /classes/ProductPresenterFactory.php
739 /src/Adapter/Presenter/Product/ProductListingPresenter.php
740 /src/Adapter/Presenter/Product/ProductPresenter.php
741 /src/Adapter/Product/ProductColorsRetriever.php
742 /src/Adapter/HookManager.php
743 /src/Core/Product/ProductPresentationSettings.php
744 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
745 /src/Adapter/Presenter/Product/ProductLazyArray.php
746 /classes/Image.php
747 /var/cache/dev/smarty/compile/classic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
748 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
749 /vendor/smarty/smarty/libs/plugins/modifier.count.php
750 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
751 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
752 /var/cache/dev/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
753 /src/Core/Product/Search/Pagination.php
754 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/67/33/0e/67330e7fad6421283f347cfd3c4f8e4e3f932fe1_2.file.category.tpl.php
755 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/74/94/3b/74943b6c3631b9164ef137cb446bc54dfc204bed_2.file.product-list.tpl.php
756 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/4c/c4/21/4cc4214e0ac5015b36389581371e2fafbc6d4f84_2.file.layout-left-column.tpl.php
757 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c7/22/bb/c722bb9221119c95b313111b5264666265824280_2.file.layout-both-columns.tpl.php
758 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/43/53/bf/4353bffcba20a91eeb7aa34eb0f278138f0fefee_2.file.helpers.tpl.php
759 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
760 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bb/c5/74/bbc574a0f69d13f01deafd106a3b4c4e01c39c7d_2.file.head.tpl.php
761 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/62/ad/4b/62ad4b78fc7825bf416abee3df904bfe9121552e_2.file.head-jsonld.tpl.php
762 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/2e/ea/71/2eea7151741b7873962af78d9f813e08165f1b81_2.file.product-list-jsonld.tpl.php
763 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/61/b2/f3/61b2f3b68ad3f92b6e2b9a4aa5f1fe85ce039e9c_2.file.pagination-seo.tpl.php
764 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
765 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/5c/cb/eb/5ccbebba3f676774d551ad5170650e76af3dacc9_2.file.stylesheets.tpl.php
766 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/48/ec/d9/48ecd9afc90e9e2ab0fee2dabe85dff3a1840c97_2.file.javascript.tpl.php
767 /classes/ProductDownload.php
768 /src/Core/Cart/Calculator.php
769 /src/Core/Cart/CartRowCollection.php
770 /src/Core/Cart/Fees.php
771 /src/Core/Cart/AmountImmutable.php
772 /src/Core/Cart/CartRuleCollection.php
773 /src/Core/Cart/CartRuleCalculator.php
774 /src/Adapter/Product/PriceCalculator.php
775 /src/Core/Cart/CartRow.php
776 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
777 /src/Core/Util/String/StringModifier.php
778 /src/Core/Util/String/StringModifierInterface.php
779 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/00/4c/ae/004cae489a3bd09ddbb959772edb8b687beffd13_2.file.product-activation.tpl.php
780 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/2c/1f/d12c1fec0833252c0b15439f8018acb52dc89796_2.file.header.tpl.php
781 /modules/ps_languageselector/ps_languageselector.php
782 /modules/ps_currencyselector/ps_currencyselector.php
783 /modules/ps_customersignin/ps_customersignin.php
784 /var/cache/dev/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
785 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
786 /var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
787 /modules/ps_mainmenu/ps_mainmenu.php
788 /modules/ps_mainmenu/ps_menutoplinks.class.php
789 /var/cache/dev/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
790 /var/cache/dev/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
791 /modules/pagesnotfound/pagesnotfound.php
792 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/1f/82/f51f8257188e2b0032ee9fe48b784b66e8f4896c_2.file.notifications.tpl.php
793 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/07/9c/4a/079c4a16511e6c7fc99fc7040608887a6874c6d8_2.file.breadcrumb.tpl.php
794 /modules/ps_categorytree/ps_categorytree.php
795 /var/cache/dev/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
796 /var/cache/dev/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
797 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/20/51/6a/20516ac36683a34f71c419b211ff2b9add9ba6b8_2.file.category-header.tpl.php
798 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ef/0f/1e/ef0f1e33597634fc9b6cb34ac9838bb638cf42a9_2.file.subcategories.tpl.php
799 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/8c/1b/ea/8c1bea7c6f5bb9a460dd2bcf541184e5976f871d_2.file.products-top.tpl.php
800 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/57/55/19/5755197629118e44bbbcf7bc131a8763bc88dd31_2.file.sort-orders.tpl.php
801 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/99/10/28/9910289747c67514ad131f8772a21dbca44de2d8_2.file.products.tpl.php
802 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/5a/ce/54/5ace54764e8348eefae2112db275981a4386f275_2.file.productlist.tpl.php
803 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
804 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9c/9c/25/9c9c25add7fa2ebb4403888cd01f3ae7288cb5cc_2.file.product.tpl.php
805 /modules/productcomments/src/Repository/ProductCommentRepository.php
806 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
807 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
808 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
809 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
810 /vendor/doctrine/doctrine-bundle/Registry.php
811 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
812 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
813 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
814 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
815 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
816 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
817 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
818 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
819 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
820 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
821 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
822 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
823 /vendor/doctrine/event-manager/src/EventManager.php
824 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
825 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
826 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
827 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
828 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
829 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
830 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
831 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
832 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
833 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
834 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
835 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
836 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
837 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
838 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
839 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
840 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
841 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
842 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
843 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
844 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
845 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
846 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
847 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
848 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
849 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
850 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
851 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
852 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
853 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
854 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
855 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
856 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
857 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
858 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
859 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
860 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
861 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
862 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
863 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
864 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
865 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
866 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
867 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
868 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
869 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
870 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
871 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
872 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
873 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
874 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
875 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
876 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
877 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
878 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
884 /modules/productcomments/src/Entity/ProductComment.php
885 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
886 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
887 /vendor/doctrine/persistence/src/Persistence/Proxy.php
888 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
889 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
890 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
891 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
892 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
893 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
894 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
895 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
896 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
897 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
898 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
899 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
900 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
901 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
902 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
903 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
904 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
905 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
906 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
907 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
908 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
909 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
910 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
911 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
912 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
913 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
914 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
915 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
916 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
917 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
918 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
919 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
920 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
921 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
922 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
923 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
924 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
925 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
926 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
927 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
928 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
929 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
930 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
931 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
932 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
933 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
934 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
935 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
936 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
937 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
938 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
939 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
940 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
941 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
942 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
943 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
944 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
945 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
946 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
947 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
948 /var/cache/dev/smarty/compile/classic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
949 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/41/7b/28/417b28fcc64ad26d263926d991e990e2f8beb1b3_2.file.product-flags.tpl.php
950 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/79/4b/95/794b952f003f9b155a5f1be208ef3d1fd27cd36d_2.file.pagination.tpl.php
951 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/4d/65/fc/4d65fcc2978586293e9ecd287ea137fb15dc9821_2.file.products-bottom.tpl.php
952 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/74/9e/32/749e3215192b229dc9221a5a87743ad23251ad05_2.file.category-footer.tpl.php
953 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/22/e4/49/22e449fc4aa73d21f0482eecd2ed12dc932ceb15_2.file.footer.tpl.php
954 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
955 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
956 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
957 /var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/15/classic/59/6d/b2/596db279b94ee86dd6db672a9a8611d2528a3772.ps_socialfollowps_socialfollow.tpl.php
958 /modules/blockreassurance/classes/ReassuranceActivity.php
959 /var/cache/dev/smarty/compile/classic/44/6d/97/446d97b1b2e6eada8dd61fd20c69a5fb2c84156f_2.file.displayBlockWhite.tpl.php
960 /modules/ps_linklist/ps_linklist.php
961 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
962 /modules/ps_linklist/src/Filter/LinkFilter.php
963 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
964 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
965 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
966 /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/15/classic/2e/7b/90/2e7b90d11800b2db6f5c8084e473d56dfa1d1a97.ps_linklistviewstemplateshooklinkblock.tpl.php
967 /var/cache/dev/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
968 /var/cache/dev/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
969 /var/cache/dev/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
970 /var/cache/dev/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
971 /var/cache/dev/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
972 /var/cache/dev/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
973 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
974 /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/15/classic/b5/b8/53/b5b8536aab3dbd74dc8f89482569eb26e7e89cc7.ps_customeraccountlinksps_customeraccountlinks.tpl.php
975 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9d/21/ef/9d21ef117f1ba0880af43002104b94ea412e9a85_2.file.password-policy-template.tpl.php
976 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
977 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
978 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
979 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
980 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
981 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
982 /var/cache/dev/smarty/compile/classic/e2/e1/6f/e2e16fe85e8d36c9847901c7e7cebae8ba3f8c05_2.file.ga_tag.tpl.php
983 /modules/statsdata/statsdata.php
984 /classes/Connection.php
985 /classes/Page.php
986 /classes/ConnectionsSource.php
987 /classes/DateRange.php