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: Dacia
  • Aplicação: Fiat
  • Aplicação: Peugeot
  • Posição: Frente
  • Lado: Direito
  • Lado: Esquerdo
Load Time 546.064 ms
Querying Time 332 ms
Queries 327
Memory Peak Usage 9.8 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 3.441 ms 3.441 ms 2.45 Mb 2.8 Mb
__construct 0.038 ms 3.479 ms - Mb 2.8 Mb
init 25.491 ms 28.970 ms 0.63 Mb 3.3 Mb
checkAccess 0.007 ms 28.977 ms - Mb 3.3 Mb
setMedia 11.134 ms 40.111 ms 0.21 Mb 3.3 Mb
postProcess 0.005 ms 40.116 ms - Mb 3.3 Mb
initHeader 0.005 ms 40.121 ms - Mb 3.3 Mb
initContent 340.856 ms 380.977 ms 4.08 Mb 7.4 Mb
initFooter 0.005 ms 380.982 ms - Mb 7.4 Mb
display 165.082 ms 546.064 ms 2.13 Mb 9.8 Mb
Hook Time Memory Usage
DisplayBeforeBodyClosingTag 59.814 ms 0.23 Mb
displayProductListReviews 43.516 ms 0.28 Mb
displayNav2 5.360 ms 0.22 Mb
displayLeftColumn 5.162 ms 0.18 Mb
DisplayHeader 3.261 ms 0.02 Mb
displayFooter 2.813 ms 0.15 Mb
ActionFrontControllerSetMedia 2.612 ms 0.01 Mb
DisplayFooter 2.466 ms 0.05 Mb
displayTop 2.458 ms 0.10 Mb
displayFooterBefore 1.549 ms 0.06 Mb
DisplayFooterBefore 1.242 ms 0.04 Mb
ProductSearchProvider 0.975 ms - Mb
DisplayLeftColumn 0.302 ms 0.03 Mb
DisplayTop 0.017 ms - Mb
ActionFrontControllerInitAfter 0.014 ms - Mb
DisplayNavFullWidth 0.012 ms - Mb
DisplayFooterAfter 0.011 ms - Mb
ModuleRoutes 0.009 ms - Mb
DisplayWrapperTop 0.007 ms - Mb
19 hook(s) 131.601 ms 1.37 Mb
Module Time Memory Usage
klaviyopsautomation 2.908 ms 0.03 Mb
blockreassurance 3.153 ms 0.11 Mb
blockwishlist 3.501 ms 0.06 Mb
ps_socialfollow 1.930 ms 0.07 Mb
ps_emailalerts 0.457 ms 0.01 Mb
payshop 4.127 ms 0.12 Mb
ps_shoppingcart 2.266 ms 0.14 Mb
ps_searchbar 2.299 ms 0.05 Mb
ps_imageslider 0.707 ms 0.01 Mb
productcomments 44.305 ms 0.29 Mb
ps_googleanalytics 3.945 ms 0.10 Mb
eupagogateway 0.819 ms 0.06 Mb
ps_facetedsearch 2.124 ms 0.05 Mb
ps_languageselector 1.235 ms 0.05 Mb
ps_currencyselector 1.578 ms 0.07 Mb
ps_customersignin 1.335 ms 0.05 Mb
ps_mainmenu 1.439 ms 0.06 Mb
pagesnotfound 0.162 ms 0.01 Mb
ps_categorytree 5.304 ms 0.18 Mb
ps_linklist 1.908 ms 0.08 Mb
ps_customeraccountlinks 1.486 ms 0.08 Mb
statsdata 57.314 ms 0.16 Mb
22 module(s) 144.302 ms 1.84 Mb

Stopwatch SQL - 327 queries

# Query Time (ms) Rows Filesort Group By Location
325
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
50.547 ms 10201 /classes/DateRange.php:60
109
SELECT SQL_NO_CACHE *
FROM `psoh_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1
42.366 ms 1 /src/Adapter/EntityMapper.php:71
79
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((fp.id_feature=2)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY fp.id_feature_value
19.732 ms 16 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
250
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`
6.517 ms 1 Yes /classes/Product.php:3545
80
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) GROUP BY p.condition
5.295 ms 256 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
77
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((a.id_attribute_group=2)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY pac.id_attribute
4.768 ms 3584 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value=65)) AND ((fp_2.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=4)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) GROUP BY fp.id_feature_value
4.482 ms 576 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=9)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) GROUP BY fp.id_feature_value
4.344 ms 576 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((a.id_attribute_group=3)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY pac.id_attribute
3.851 ms 6 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
73
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) AND cg.id_group='1' AND c.level_depth<=3 AND c.nleft>17 AND c.nright<22 GROUP BY cp.id_category
3.521 ms 512 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=8)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value IN (69, 68))) GROUP BY fp.id_feature_value
3.508 ms 256 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
93
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((fp.id_feature=10)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY fp.id_feature_value
3.197 ms 256 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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 ON (p.id_product = fp.id_product) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value IN (13, 19, 22, 32))) AND ((fp_1.id_feature_value=65)) AND ((fp_2.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68)))
3.134 ms 256 /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) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value IN (13, 19, 22, 32))) AND ((fp_1.id_feature_value=65)) AND ((fp_2.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68)))
3.103 ms 256 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((fp.id_feature=3)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY fp.id_feature_value
3.061 ms 256 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
78
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((fp.id_feature=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY fp.id_feature_value
2.836 ms 256 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
107
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
2.828 ms 368 /classes/Hook.php:459
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((p.on_sale=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68)))
2.809 ms 256 /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 ON (p.id_product = fp.id_product) LEFT JOIN psoh_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value IN (13, 19, 22, 32))) AND ((fp_1.id_feature_value=65)) AND ((fp_2.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68)))
2.789 ms 256 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
64
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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
2.726 ms 256 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
70
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) AND p.date_add>'2025-07-14 00:00:00'
2.609 ms 256 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
106
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
2.566 ms 0 /classes/Hook.php:1348
84
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((a.id_attribute_group=4)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY pac.id_attribute
2.552 ms 8 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
71
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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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:27:59' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2025-08-02 09:27:59' <= 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((sp.reduction>0)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68)))
2.527 ms 4 /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) LEFT JOIN psoh_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (13, 19, 22, 32))) AND ((fp_2.id_feature_value=65)) AND ((fp_3.id_feature_value IN (69, 68))) 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) LEFT JOIN psoh_feature_product fp_3 ON (p.id_product = fp_3.id_product) LEFT JOIN psoh_feature_product fp_4 ON (p.id_product = fp_4.id_product) WHERE ((a.id_attribute_group=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (13, 19, 22, 32))) AND ((fp_3.id_feature_value=65)) AND ((fp_4.id_feature_value IN (69, 68))) GROUP BY pac.id_attribute
2.521 ms 8 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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`)
2.162 ms 629 /classes/Configuration.php:180
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`
2.112 ms 132 Yes Yes /classes/Hook.php:1289
324
INSERT INTO `psoh_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('163945', '', 'autokit.pt/10-reparacao-de-elevadores-de-vidro?q=Disponibilidade-Dispon%C3%ADvel%2FAplica%C3%A7%C3%A3o-Audi-Dacia-Fiat-Peugeot%2FPosi%C3%A7%C3%A3o-Frente%2FLado-Esquerdo-Direito', '', '2025-08-02 09:28:00')
1.874 ms 1 /classes/ObjectModel.php:622
326
UPDATE `psoh_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 101
AND `id_page` = 13
AND `id_shop` = 1
1.482 ms 1 /classes/Page.php:131
95
REPLACE INTO psoh_layered_filter_block (hash, data) VALUES ("0948988e35ca435fec1eb7382cb98a38", "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:12;s:7:\"checked\";b:1;}i:0;a:2:{s:4:\"name\";s:16:\"Não disponível\";s:3:\"nbr\";i:0;}}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:\"12\";}}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:\"12\";}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:\"12\";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:\"1\";s:4:\"name\";s:3:\"BMW\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Dacia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}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:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"Hyundai\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:32;a:5:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:7:\"Peugeot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:33;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:7:\"Renault\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:36;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"Seat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:38;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Smart\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}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:5:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:6:\"Frente\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:66;a:4:{s:3:\"nbr\";s:1:\"2\";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:5:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:7:\"Direito\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:68;a:5:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:8:\"Esquerdo\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}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:\"2\";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:1:\"6\";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\";}}}")
1.322 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
96
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,434,382,346,131,88,51,195,155,85,441,444)
1.201 ms 12 /classes/ProductAssembler.php:95
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
1.125 ms 2 Yes Yes /classes/Category.php:924
293
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.083 ms 9 Yes Yes /classes/Category.php:799
305
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 (88) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.050 ms 1 Yes Yes /classes/Product.php:4524
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 = 3 ORDER BY agl.`name` ASC, a.`position` ASC
1.045 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
301
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;
1.033 ms 1 Yes Yes /classes/Product.php:4524
130
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
0.964 ms 13 Yes /classes/Product.php:6021
117
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
0.962 ms 0 /classes/Cart.php:1430
258
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.949 ms 1 /src/Adapter/EntityMapper.php:71
308
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;
0.948 ms 1 Yes Yes /classes/Product.php:4524
118
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.941 ms 13 Yes /classes/Product.php:6021
306
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 (51) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.922 ms 1 Yes Yes /classes/Product.php:4524
154
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.896 ms 13 Yes /classes/Product.php:6021
302
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.874 ms 1 Yes Yes /classes/Product.php:4524
309
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
129
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
0.866 ms 0 /classes/Cart.php:1430
153
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.850 ms 0 /classes/Cart.php:1430
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` = 4 ORDER BY vl.`value` ASC
0.848 ms 90 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
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.841 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `psoh_hook` h
WHERE (h.active = 1)
0.840 ms 950 /classes/Hook.php:1388
307
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.839 ms 1 Yes Yes /classes/Product.php:4524
121
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.811 ms 1 /src/Adapter/EntityMapper.php:71
303
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.810 ms 1 Yes Yes /classes/Product.php:4524
142
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
0.804 ms 13 Yes /classes/Product.php:6021
133
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.800 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `psoh_hook`
0.790 ms 950 /classes/Hook.php:1348
141
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
0.774 ms 0 /classes/Cart.php:1430
252
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.761 ms 1 Yes /classes/Product.php:3545
320
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,434,382,346,131,88,51,195,155,85,441,444) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
0.761 ms 12 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
76
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.759 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
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 = 1 ORDER BY agl.`name` ASC, a.`position` ASC
0.756 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
100
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.753 ms 1 /src/Adapter/EntityMapper.php:71
83
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
0.744 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
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.734 ms 86 Yes /classes/Dispatcher.php:654
304
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.732 ms 1 Yes Yes /classes/Product.php:4524
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
0.727 ms 169 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
298
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;
0.723 ms 1 Yes Yes /classes/Product.php:4524
213
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
0.721 ms 13 Yes /classes/Product.php:6021
108
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.710 ms 1 /classes/tax/TaxRulesTaxManager.php:109
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.703 ms 3 Yes /classes/PrestaShopCollection.php:383
261
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` = 88
ORDER BY `position`
0.690 ms 1 Yes /classes/Product.php:3545
310
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.688 ms 1 Yes Yes /classes/Product.php:4524
145
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.682 ms 1 /src/Adapter/EntityMapper.php:71
212
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
0.682 ms 0 /classes/Cart.php:1430
254
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.673 ms 2 Yes /classes/Product.php:3545
65
SELECT SQL_NO_CACHE data FROM psoh_layered_filter_block WHERE hash="0948988e35ca435fec1eb7382cb98a38" LIMIT 1
0.661 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
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` = 9 ORDER BY vl.`value` ASC
0.658 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
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.649 ms 90 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
237
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.649 ms 13 Yes /classes/Product.php:6021
265
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.648 ms 1 Yes /classes/Product.php:3545
236
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.642 ms 0 /classes/Cart.php:1430
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.632 ms 15 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
176
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` = 88 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` = 88 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.627 ms 0 /classes/Cart.php:1430
263
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` = 51
ORDER BY `position`
0.626 ms 1 Yes /classes/Product.php:3545
267
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.626 ms 1 Yes /classes/Product.php:3545
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` = 3 ORDER BY vl.`value` ASC
0.624 ms 1 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
269
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.621 ms 1 Yes /classes/Product.php:3545
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.617 ms 66 /classes/module/Module.php:346
311
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.617 ms 1 Yes Yes /classes/Product.php:4524
164
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
0.616 ms 0 /classes/Cart.php:1430
201
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.612 ms 13 Yes /classes/Product.php:6021
259
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.606 ms 1 Yes /classes/Product.php:3545
46
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.602 ms 0 /classes/module/Module.php:2664
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.598 ms 1 /src/Adapter/EntityMapper.php:71
200
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.585 ms 0 /classes/Cart.php:1430
188
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` = 51 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` = 51 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.579 ms 0 /classes/Cart.php:1430
240
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.579 ms 1 /src/Adapter/EntityMapper.php:71
224
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.576 ms 0 /classes/Cart.php:1430
275
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.575 ms 1 /classes/Cart.php:4255
165
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
0.574 ms 13 Yes /classes/Product.php:6021
72
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.569 ms 9 Yes /classes/Category.php:724
48
SELECT SQL_NO_CACHE * FROM `psoh_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.565 ms 7 Yes /classes/ImageType.php:109
168
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` = 88) AND (b.`id_shop` = 1) LIMIT 1
0.565 ms 1 /src/Adapter/EntityMapper.php:71
94
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.561 ms 2 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
271
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.560 ms 1 Yes /classes/Product.php:3545
256
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.559 ms 2 Yes /classes/Product.php:3545
113
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.559 ms 0 /classes/tax/TaxRulesTaxManager.php:109
180
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` = 51) AND (b.`id_shop` = 1) LIMIT 1
0.559 ms 1 /src/Adapter/EntityMapper.php:71
249
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.557 ms 13 Yes /classes/Product.php:6021
123
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.555 ms 1 /classes/Product.php:3860
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.554 ms 1 Yes /classes/shop/Shop.php:715
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.550 ms 66 /classes/module/Module.php:346
225
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.549 ms 13 Yes /classes/Product.php:6021
177
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 = 88
ORDER BY f.position ASC
0.544 ms 13 Yes /classes/Product.php:6021
104
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.543 ms 1 /classes/Product.php:3860
189
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 = 51
ORDER BY f.position ASC
0.542 ms 13 Yes /classes/Product.php:6021
248
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
0.539 ms 0 /classes/Cart.php:1430
204
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.538 ms 1 /src/Adapter/EntityMapper.php:71
192
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.533 ms 1 /src/Adapter/EntityMapper.php:71
131
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.530 ms 2 /classes/Product.php:3570
60
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.529 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
119
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.526 ms 1 /classes/Product.php:3570
97
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.523 ms 1 /classes/Product.php:3570
110
SELECT SQL_NO_CACHE *
FROM `psoh_tax_lang`
WHERE `id_tax` = 53
0.519 ms 4 /src/Adapter/EntityMapper.php:79
61
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.497 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
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` = 8 ORDER BY vl.`value` ASC
0.494 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
260
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 131
0.492 ms 1 /classes/Product.php:2902
55
SELECT SQL_NO_CACHE `id_category`
FROM `psoh_category_shop`
WHERE `id_category` = 10
AND `id_shop` = 1 LIMIT 1
0.490 ms 1 /classes/Category.php:2450
216
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.489 ms 1 /src/Adapter/EntityMapper.php:71
135
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.488 ms 1 /classes/Product.php:3860
321
SELECT SQL_NO_CACHE `id_guest`
FROM `psoh_connections`
WHERE `id_guest` = 175232
AND `date_add` > '2025-08-02 08:58:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.485 ms 1 Yes /classes/Connection.php:168
319
SELECT SQL_NO_CACHE data
FROM `psoh_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.485 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
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.470 ms 1 /src/Adapter/EntityMapper.php:71
297
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.469 ms 3 Yes /classes/Category.php:1600
228
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.465 ms 1 /src/Adapter/EntityMapper.php:71
314
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.462 ms 3 Yes /modules/blockreassurance/classes/ReassuranceActivity.php:159
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.461 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.456 ms 1 Yes /classes/shop/Shop.php:1364
128
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.455 ms 1 /classes/stock/StockAvailable.php:453
251
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 436
0.450 ms 1 /classes/Product.php:2902
116
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.440 ms 1 /classes/stock/StockAvailable.php:453
285
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `psoh_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.440 ms 1 /classes/Cart.php:1303
255
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 382
0.436 ms 1 /classes/Product.php:2902
114
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 436 LIMIT 1
0.435 ms 1 /classes/Pack.php:89
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.434 ms 1 /src/Adapter/EntityMapper.php:71
101
SELECT SQL_NO_CACHE `name`
FROM `psoh_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.434 ms 1 /classes/Manufacturer.php:316
155
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
0.434 ms 1 /classes/Product.php:3570
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.432 ms 1 /src/Adapter/EntityMapper.php:71
253
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 434
0.431 ms 1 /classes/Product.php:2902
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.429 ms 1 /src/Adapter/EntityMapper.php:71
206
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.425 ms 1 /classes/Product.php:3860
134
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 382 LIMIT 1
0.423 ms 1 /classes/SpecificPrice.php:435
242
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.423 ms 1 /classes/Product.php:3860
273
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.421 ms 1 Yes /classes/Product.php:3545
288
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.421 ms 1 /classes/module/Module.php:2664
122
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 434 LIMIT 1
0.421 ms 1 /classes/SpecificPrice.php:435
238
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.417 ms 1 /classes/Product.php:3570
264
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 51
0.415 ms 1 /classes/Product.php:2902
276
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.415 ms 1 /classes/module/Module.php:2664
257
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 346
0.415 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.413 ms 0 /classes/module/Module.php:2137
102
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 0 LIMIT 1
0.413 ms 1 /classes/SpecificPrice.php:426
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.412 ms 1 /src/Adapter/EntityMapper.php:71
111
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 436 AND `id_group` = 1 LIMIT 1
0.412 ms 0 /classes/GroupReduction.php:156
218
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.412 ms 1 /classes/Product.php:3860
266
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 195
0.411 ms 1 /classes/Product.php:2902
147
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.409 ms 1 /classes/Product.php:3860
292
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.409 ms 1 /src/Adapter/EntityMapper.php:71
49
SELECT SQL_NO_CACHE format
FROM `psoh_address_format`
WHERE `id_country` = 15 LIMIT 1
0.409 ms 1 /classes/AddressFormat.php:656
270
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 85
0.404 ms 1 /classes/Product.php:2902
280
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.404 ms 1 /classes/Currency.php:1136
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.403 ms 9 /classes/Language.php:1216
42
SELECT SQL_NO_CACHE * FROM `psoh_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.399 ms 7 Yes /classes/ImageType.php:109
52
SELECT SQL_NO_CACHE *
FROM `psoh_country_lang`
WHERE `id_country` = 15
0.398 ms 4 /src/Adapter/EntityMapper.php:79
158
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.397 ms 1 /classes/Product.php:3860
294
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.397 ms 2 /classes/Category.php:2242
112
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_group`
WHERE `id_group` = 1 LIMIT 1
0.396 ms 1 /classes/Group.php:154
268
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 155
0.393 ms 1 /classes/Product.php:2902
202
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.393 ms 1 /classes/Product.php:3570
214
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.392 ms 1 /classes/Product.php:3570
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.391 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 88
0.390 ms 1 /classes/Product.php:2902
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.386 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 436 LIMIT 1
0.386 ms 1 /classes/Pack.php:90
120
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.386 ms 1 /classes/Product.php:5659
278
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.385 ms 1 /classes/module/Module.php:2664
98
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.382 ms 1 /classes/Category.php:1378
150
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 346 LIMIT 1
0.381 ms 1 /classes/Pack.php:89
143
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.378 ms 2 /classes/Product.php:3570
322
SELECT SQL_NO_CACHE id_page_type
FROM psoh_page_type
WHERE name = 'category' LIMIT 1
0.378 ms 1 /classes/Page.php:104
277
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.378 ms 1 /classes/module/Module.php:2137
194
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.377 ms 1 /classes/Product.php:3860
323
SELECT SQL_NO_CACHE `id_page`
FROM `psoh_page`
WHERE `id_page_type` = 5 AND `id_object` = 10 LIMIT 1
0.377 ms 1 /classes/Page.php:83
50
SELECT SQL_NO_CACHE `need_identification_number`
FROM `psoh_country`
WHERE `id_country` = 15 LIMIT 1
0.376 ms 1 /classes/Country.php:405
127
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 434 LIMIT 1
0.372 ms 1 /classes/Pack.php:90
125
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 434 AND `id_group` = 1 LIMIT 1
0.371 ms 0 /classes/GroupReduction.php:156
182
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` = 51)
0.371 ms 1 /classes/Product.php:3860
124
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 434 AND id_shop=1 LIMIT 1
0.370 ms 1 /classes/Product.php:6876
230
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.370 ms 1 /classes/Product.php:3860
20
SELECT SQL_NO_CACHE * FROM `psoh_currency` c ORDER BY `iso_code` ASC
0.367 ms 1 Yes /classes/Currency.php:709
132
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.366 ms 1 /classes/Product.php:5659
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.364 ms 3 /classes/Language.php:1080
36
SELECT SQL_NO_CACHE * FROM `psoh_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.364 ms 1 /classes/module/Module.php:2046
205
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 155 LIMIT 1
0.364 ms 1 /classes/SpecificPrice.php:435
190
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.362 ms 1 /classes/Product.php:3570
170
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` = 88)
0.358 ms 1 /classes/Product.php:3860
178
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` = 51
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 1 /classes/Product.php:3570
62
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.352 ms 1 /src/Adapter/EntityMapper.php:71
103
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 436 LIMIT 1
0.350 ms 1 /classes/SpecificPrice.php:435
290
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.350 ms 1 /classes/module/Module.php:2664
17
SELECT SQL_NO_CACHE name, alias FROM `psoh_hook_alias`
0.349 ms 87 /classes/Hook.php:342
166
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` = 88
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
226
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.349 ms 1 /classes/Product.php:3570
312
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.349 ms 1 /classes/module/Module.php:2664
105
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 436 AND id_shop=1 LIMIT 1
0.349 ms 1 /classes/Product.php:6876
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.348 ms 1 /classes/shop/Shop.php:218
3
SELECT SQL_NO_CACHE *
FROM `psoh_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.347 ms 1 /classes/Product.php:5659
126
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 434 LIMIT 1
0.346 ms 1 /classes/Pack.php:89
140
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
0.345 ms 1 /classes/stock/StockAvailable.php:453
173
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 88 LIMIT 1
0.344 ms 1 /classes/Pack.php:89
272
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 441
0.343 ms 1 /classes/Product.php:2902
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.342 ms 1 /src/Adapter/EntityMapper.php:71
315
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_linklist" LIMIT 1
0.341 ms 1 /classes/module/Module.php:2664
9
SELECT SQL_NO_CACHE id_shop
FROM `psoh_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.339 ms 1 /classes/ObjectModel.php:1729
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM psoh_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.339 ms 1 /classes/shop/ShopUrl.php:182
157
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 131 LIMIT 1
0.336 ms 1 /classes/SpecificPrice.php:435
295
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.336 ms 1 /classes/Category.php:1585
146
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 346 LIMIT 1
0.335 ms 1 /classes/SpecificPrice.php:435
279
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.335 ms 1 /classes/module/Module.php:2137
193
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 195 LIMIT 1
0.333 ms 1 /classes/SpecificPrice.php:435
99
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.332 ms 1 /classes/Product.php:5659
53
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM psoh_required_field
0.330 ms 1 /classes/ObjectModel.php:1592
63
SELECT SQL_NO_CACHE *
FROM `psoh_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1
0.330 ms 4 /src/Adapter/EntityMapper.php:79
41
SELECT SQL_NO_CACHE state FROM psoh_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.329 ms 1 /classes/FeatureFlag.php:105
181
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 51 LIMIT 1
0.323 ms 1 /classes/SpecificPrice.php:435
21
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.322 ms 3 /classes/Language.php:883
317
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.320 ms 1 /classes/module/Module.php:2664
241
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 444 LIMIT 1
0.319 ms 1 /classes/SpecificPrice.php:435
22
SELECT SQL_NO_CACHE value FROM `psoh_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.318 ms 1 /classes/shop/Shop.php:1183
161
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 131 LIMIT 1
0.318 ms 1 /classes/Pack.php:89
144
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.316 ms 1 /classes/Product.php:5659
25
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.313 ms 3 /classes/Language.php:883
217
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 85 LIMIT 1
0.313 ms 1 /classes/SpecificPrice.php:435
138
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 382 LIMIT 1
0.312 ms 1 /classes/Pack.php:89
245
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 444 LIMIT 1
0.312 ms 1 /classes/Pack.php:89
29
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.311 ms 3 /classes/Language.php:883
152
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.308 ms 1 /classes/stock/StockAvailable.php:453
281
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.308 ms 1 /classes/module/Module.php:2664
169
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 88 LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:435
209
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 155 LIMIT 1
0.302 ms 1 /classes/Pack.php:89
197
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 195 LIMIT 1
0.301 ms 1 /classes/Pack.php:89
34
SELECT SQL_NO_CACHE *
FROM `psoh_group_lang`
WHERE `id_group` = 1
0.301 ms 4 /src/Adapter/EntityMapper.php:79
31
SELECT SQL_NO_CACHE *
FROM `psoh_currency_lang`
WHERE `id_currency` = 2
0.299 ms 4 /src/Adapter/EntityMapper.php:79
136
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 382 AND id_shop=1 LIMIT 1
0.299 ms 1 /classes/Product.php:6876
32
SELECT SQL_NO_CACHE id_shop
FROM `psoh_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1
0.298 ms 1 /classes/ObjectModel.php:1729
283
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.296 ms 1 /classes/module/Module.php:2664
286
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.296 ms 1 /classes/module/Module.php:2664
27
SELECT SQL_NO_CACHE c.id_currency
FROM `psoh_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.294 ms 1 /classes/Currency.php:893
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `psoh_hook_alias`
0.294 ms 87 /classes/Hook.php:290
139
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 382 LIMIT 1
0.294 ms 1 /classes/Pack.php:90
211
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.294 ms 1 /classes/stock/StockAvailable.php:453
37
SELECT SQL_NO_CACHE `id_category`
FROM `psoh_category_shop`
WHERE `id_category` = 10
AND `id_shop` = 1 LIMIT 1
0.292 ms 1 /classes/Category.php:2450
35
SELECT SQL_NO_CACHE id_shop
FROM `psoh_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.290 ms 1 /classes/ObjectModel.php:1729
7
SELECT SQL_NO_CACHE *
FROM `psoh_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
313
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.286 ms 1 /classes/module/Module.php:2137
318
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.286 ms 1 /classes/module/Module.php:2137
284
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.282 ms 1 /classes/module/Module.php:2137
229
SELECT SQL_NO_CACHE 1 FROM `psoh_specific_price` WHERE id_product = 441 LIMIT 1
0.281 ms 1 /classes/SpecificPrice.php:435
287
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.281 ms 1 /classes/module/Module.php:2137
215
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.279 ms 1 /classes/Product.php:5659
282
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.279 ms 1 /classes/module/Module.php:2137
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.276 ms 1 /classes/Category.php:1754
221
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 85 LIMIT 1
0.276 ms 1 /classes/Pack.php:89
243
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 444 AND id_shop=1 LIMIT 1
0.276 ms 1 /classes/Product.php:6876
274
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `psoh_product_attribute`
WHERE `id_product` = 444
0.276 ms 1 /classes/Product.php:2902
299
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module` WHERE `name` = "productcomments" LIMIT 1
0.276 ms 1 /classes/module/Module.php:2664
23
SELECT SQL_NO_CACHE c.id_currency
FROM `psoh_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.275 ms 1 /classes/Currency.php:893
316
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.273 ms 1 /classes/module/Module.php:2137
203
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.271 ms 1 /classes/Product.php:5659
137
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 382 AND `id_group` = 1 LIMIT 1
0.270 ms 0 /classes/GroupReduction.php:156
43
SELECT SQL_NO_CACHE * FROM `psoh_image_type`
0.269 ms 7 /classes/ImageType.php:161
199
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.269 ms 1 /classes/stock/StockAvailable.php:453
185
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 51 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
233
SELECT SQL_NO_CACHE COUNT(*) FROM `psoh_pack` WHERE id_product_pack = 441 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
151
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 346 LIMIT 1
0.266 ms 1 /classes/Pack.php:90
179
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.265 ms 1 /classes/Product.php:5659
239
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.263 ms 1 /classes/Product.php:5659
175
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 88) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
289
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.262 ms 1 /classes/module/Module.php:2137
26
SELECT SQL_NO_CACHE `id_lang` FROM `psoh_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.259 ms 3 /classes/Language.php:883
148
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 346 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6876
191
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.256 ms 1 /classes/Product.php:5659
223
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.255 ms 1 /classes/stock/StockAvailable.php:453
296
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `psoh_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.255 ms 1 /classes/Category.php:1591
163
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.253 ms 1 /classes/stock/StockAvailable.php:453
207
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 155 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6876
219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 85 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6876
195
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 195 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6876
231
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 441 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6876
247
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.250 ms 1 /classes/stock/StockAvailable.php:453
167
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
235
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.247 ms 1 /classes/stock/StockAvailable.php:453
246
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 444 LIMIT 1
0.244 ms 1 /classes/Pack.php:90
291
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.243 ms 1 /classes/module/Module.php:2137
187
SELECT SQL_NO_CACHE SUM(quantity)
FROM `psoh_stock_available`
WHERE (id_product = 51) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
198
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 195 LIMIT 1
0.243 ms 1 /classes/Pack.php:90
159
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 131 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
210
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 155 LIMIT 1
0.241 ms 1 /classes/Pack.php:90
227
SELECT SQL_NO_CACHE name FROM psoh_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 11 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
244
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 444 AND `id_group` = 1 LIMIT 1
0.240 ms 0 /classes/GroupReduction.php:156
174
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 88 LIMIT 1
0.237 ms 1 /classes/Pack.php:90
196
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 195 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
300
SELECT SQL_NO_CACHE `id_module` FROM `psoh_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.236 ms 1 /classes/module/Module.php:2137
149
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 346 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
171
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 88 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6876
183
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `psoh_product_shop`
WHERE `id_product` = 51 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6876
162
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 131 LIMIT 1
0.229 ms 1 /classes/Pack.php:90
184
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 51 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
208
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 155 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
160
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 131 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
234
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 441 LIMIT 1
0.223 ms 1 /classes/Pack.php:90
222
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 85 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
186
SELECT SQL_NO_CACHE product_type FROM `psoh_product` WHERE id_product = 51 LIMIT 1
0.221 ms 1 /classes/Pack.php:90
220
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 85 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
172
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 88 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
232
SELECT SQL_NO_CACHE `reduction`
FROM `psoh_product_group_reduction_cache`
WHERE `id_product` = 441 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:156

Doubles

13 queries
SELECT XX FROM `psoh_specific_price` WHERE id_product = XX LIMIT XX
12 queries
SELECT `id_module` FROM `psoh_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
12 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
12 queries
SELECT name FROM psoh_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
12 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
12 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)
12 queries
                            SELECT `id_tax_rules_group`
                            FROM `psoh_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12 queries
			SELECT `reduction`
			FROM `psoh_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12 queries
SELECT COUNT(*) FROM `psoh_pack` WHERE id_product_pack = XX LIMIT XX
12 queries
SELECT product_type FROM `psoh_product` WHERE id_product = XX LIMIT XX
12 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
12 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
12 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
12 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`
12 queries
SELECT `id_product_attribute`
            FROM `psoh_product_attribute`
            WHERE `id_product` = XX
12 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;
8 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
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) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) 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))) AND ((fp_XX.id_feature_value=XX)) AND ((fp_XX.id_feature_value IN (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) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) 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))) AND ((fp_XX.id_feature_value=XX)) AND ((fp_XX.id_feature_value IN (XX, XX))) GROUP BY pac.id_attribute
4 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) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) 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))) AND ((fp_XX.id_feature_value=XX)) AND ((fp_XX.id_feature_value IN (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) LEFT JOIN psoh_feature_product fp_XX ON (p.id_product = fp_XX.id_product) 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))) AND ((fp_XX.id_feature_value=XX)) AND ((fp_XX.id_feature_value IN (XX, XX))) GROUP BY fp.id_feature_value
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

130 feature_product
70 product
64 product_attribute
58 product_shop
54 stock_available
52 product_attribute_combination
36 category
26 category_lang
26 cart_product
24 category_group
24 image
24 image_shop
24 product_attribute_shop
24 pack
22 category_product
20 feature_value_lang
20 product_sale
20 attribute
17 attribute_group
16 module
16 attribute_lang
15 module_shop
14 specific_price
13 feature
13 feature_shop
13 feature_lang
13 product_lang
12 product_group_reduction_cache
12 image_lang
11 category_shop
8 feature_value
8 layered_indexable_feature_value_lang_value
7 lang
7 currency
6 hook
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 34 /classes/Link.php:113 (__construct) [id: 436]
/classes/Link.php:113 (__construct) [id: 434]
/classes/Link.php:113 (__construct) [id: 382]
/classes/Link.php:113 (__construct) [id: 346]
/classes/Link.php:113 (__construct) [id: 88]
/classes/Link.php:113 (__construct) [id: 51]
/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]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 436]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 434]
/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: 131]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 88]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 51]
/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]
/classes/Link.php:113 (__construct) [id: 436]
/classes/Link.php:113 (__construct) [id: 434]
/classes/Link.php:113 (__construct) [id: 382]
/classes/Link.php:113 (__construct) [id: 346]
/classes/Link.php:113 (__construct) [id: 88]
/classes/Link.php:113 (__construct) [id: 51]
/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]
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