Filtres actifs

  • Selections : Nouveau produit
  • Catégories : 8014
  • Catégories : NOUVEAU
  • Catégories : PERSONNALISATION
  • Catégories : VERRES

Outil de panneau

Oui Non

Éditeur de thème en direct

Clair

Ces images dans le dossier YOURTHEME/assets/img/patterns/

  • Pièces jointes
  • Position
  • Répéter
Clair
Clair

Ces images dans le dossier YOURTHEME/assets/img/patterns/

  • Pièces jointes
  • Position
  • Répéter
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair

Ces images dans le dossier YOURTHEME/assets/img/patterns/

  • Pièces jointes
  • Position
  • Répéter
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Clair
Load Time 466.274 ms
Querying Time 229 ms
Queries 433
Memory Peak Usage 46.6 Mb
Included Files 802 files - 10.60 Mb
PrestaShop Cache - Mb
Global vars 0.37 Mb
PrestaShop Version 8.2.1
PHP Version 8.1.32
MySQL Version 10.6.15-MariaDB-1:10.6.15+maria~deb11-log
Memory Limit 640M
Max Execution Time 60s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 13.739 ms 13.739 ms 18.30 Mb 18.7 Mb
__construct 7.896 ms 21.635 ms 2.04 Mb 21.9 Mb
init 98.309 ms 119.944 ms 6.55 Mb 27.1 Mb
checkAccess 0.002 ms 119.946 ms - Mb 27.1 Mb
setMedia 7.712 ms 127.658 ms 0.80 Mb 28.0 Mb
postProcess 0.002 ms 127.660 ms - Mb 28.0 Mb
initHeader 0.002 ms 127.662 ms - Mb 28.0 Mb
initContent 265.512 ms 393.174 ms 13.26 Mb 41.0 Mb
initFooter 0.004 ms 393.178 ms - Mb 41.0 Mb
display 73.096 ms 466.274 ms 5.37 Mb 46.6 Mb
Hook Time Memory Usage
DisplayHeader 28.970 ms 3.55 Mb
DisplayLeoProfileProduct 17.226 ms 0.79 Mb
displayTop 14.171 ms 0.96 Mb
displayLeftColumn 9.807 ms 0.71 Mb
DisplayBeforeBodyClosingTag 7.200 ms 0.34 Mb
DisplayLeoWishlistButton 3.856 ms 0.04 Mb
PagebuilderConfig 2.722 ms 0.19 Mb
DisplayLeoCompareButton 2.225 ms - Mb
ProductSearchProvider 2.092 ms 0.16 Mb
ModuleRoutes 1.924 ms - Mb
ActionFrontControllerSetMedia 1.209 ms 0.13 Mb
displayBanner 0.809 ms 0.06 Mb
DisplayFooterBefore 0.535 ms 0.06 Mb
Header 0.513 ms 0.01 Mb
DisplayFooter 0.435 ms 0.07 Mb
FilterCategoryContent 0.396 ms 0.01 Mb
DisplayFooterAfter 0.371 ms 0.06 Mb
displayFooter 0.299 ms 0.04 Mb
displayFooterBefore 0.261 ms 0.01 Mb
DisplayAfterBodyOpeningTag 0.251 ms 0.01 Mb
displayNavFullWidth 0.243 ms 0.01 Mb
DisplayLeftColumn 0.225 ms 0.03 Mb
displayFooterAfter 0.224 ms 0.01 Mb
displayNav1 0.212 ms 0.01 Mb
displayNav2 0.188 ms 0.01 Mb
DisplayTop 0.172 ms 0.02 Mb
DisplayLeoCartButton 0.106 ms - Mb
ActionOutputHTMLBefore 0.076 ms - Mb
FilterHtmlContent 0.011 ms - Mb
LeftColumn 0.007 ms - Mb
30 hook(s) 96.737 ms 6.88 Mb
Module Time Memory Usage
appagebuilder 84.042 ms 8.38 Mb
leoblog 6.987 ms 0.96 Mb
ps_emailsubscription 3.878 ms 0.39 Mb
ps_socialfollow 0.616 ms 0.07 Mb
ps_emailalerts 2.560 ms 0.25 Mb
ps_shoppingcart 0.644 ms 0.05 Mb
ps_searchbar 0.412 ms 0.03 Mb
ps_googleanalytics 2.747 ms 0.18 Mb
leobootstrapmenu 10.185 ms 1.12 Mb
leoslideshow 7.456 ms 0.91 Mb
leofeature 11.808 ms 0.61 Mb
blockgrouptop 4.245 ms 0.30 Mb
leoquicklogin 4.950 ms 0.49 Mb
leoproductsearch 1.511 ms 0.13 Mb
refcart 0.483 ms 0.05 Mb
reapro_request 0.428 ms 0.05 Mb
ps_facetedsearch 6.568 ms 0.58 Mb
ps_categorytree 10.150 ms 0.76 Mb
statsdata 4.205 ms 0.15 Mb
19 module(s) 163.874 ms 15.45 Mb

Stopwatch SQL - 433 queries

# Query Time (ms) Rows Filesort Group By Location
223
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
23.894 ms 3750 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
225
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)))
12.901 ms 3002 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
227
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) WHERE ((sa.quantity>0))
12.746 ms 3002 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
226
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0))
12.451 ms 3002 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
232
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' GROUP BY p.id_product) p INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<543 GROUP BY cp.id_category
8.281 ms 3808 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
404
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ng3h_category` c
INNER JOIN ng3h_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ng3h_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ng3h_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ng3h_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
4.049 ms 239 Yes Yes /classes/Category.php:799
228
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p WHERE ((p.on_sale=1))
3.967 ms 3686400 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
240
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p GROUP BY p.id_manufacturer
3.922 ms 3686400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
241
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p GROUP BY p.condition
3.902 ms 3686400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
229
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p WHERE p.date_add>'2025-07-04 00:00:00'
3.773 ms 3686400 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
216
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ng3h_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
3.342 ms 13 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
242
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ng3h_product p INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160)
2.484 ms 1920 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
432
INSERT INTO `ng3h_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('35114', '', 'porcelaine-girard.vizualee.fr/fr/2-accueil?page=2&q=Selections-Nouveau+produit%2FCat%C3%A9gories-8014-NOUVEAU-VERRES-PERSONNALISATION', '', '2025-07-23 07:01:56')
2.364 ms 1 /classes/ObjectModel.php:622
247
REPLACE INTO ng3h_layered_filter_block (hash, data) VALUES ("790983d19577801c4e903816eb9e70c3", "a:1:{s:7:\"filters\";a:7:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilité\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:152;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:59;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:8:\"En promo\";s:3:\"nbr\";i:0;}s:3:\"new\";a:3:{s:4:\"name\";s:15:\"Nouveau produit\";s:3:\"nbr\";i:211;s:7:\"checked\";b:1;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:0:{}i:3;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:17:{i:1800;a:3:{s:4:\"name\";s:7:\"NOUVEAU\";s:3:\"nbr\";i:180;s:7:\"checked\";b:1;}i:8143;a:3:{s:4:\"name\";s:6:\"VERRES\";s:3:\"nbr\";i:29;s:7:\"checked\";b:1;}i:8144;a:2:{s:4:\"name\";s:8:\"COUVERTS\";s:3:\"nbr\";i:18;}i:8160;a:3:{s:4:\"name\";s:16:\"PERSONNALISATION\";s:3:\"nbr\";i:3;s:7:\"checked\";b:1;}i:8171;a:2:{s:4:\"name\";s:21:\"PORCELAINE DE COULEUR\";s:3:\"nbr\";i:7;}i:8177;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:4;}i:8178;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:5;}i:8179;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:4;}i:8180;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:4;}i:8181;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:3;}i:8182;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:3;}i:8183;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:5;}i:8184;a:3:{s:4:\"name\";s:4:\"8014\";s:3:\"nbr\";i:5;s:7:\"checked\";b:1;}i:8185;a:2:{s:4:\"name\";s:4:\"8014\";s:3:\"nbr\";i:8;}i:8186;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:9;}i:8187;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:9;}i:8260;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:4;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:5;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"État\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Neuf\";s:3:\"nbr\";i:211;}s:4:\"used\";a:2:{s:4:\"name\";s:8:\"Utilisé\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:14:\"Reconditionné\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:6;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Poids\";s:3:\"max\";d:1.95;s:3:\"min\";d:0;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:211;}}}")
2.076 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
46
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 `ng3h_category` c
INNER JOIN ng3h_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2  AND cl.id_shop = 1 )
LEFT JOIN `ng3h_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.903 ms 267 Yes Yes /classes/Category.php:924
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 `ng3h_configuration` c
LEFT JOIN `ng3h_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.659 ms 700 /classes/Configuration.php:180
255
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ng3h_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ng3h_hook_alias` ha
INNER JOIN `ng3h_hook` h ON ha.name = h.name
1.535 ms 0 /classes/Hook.php:1292
28
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 `ng3h_configuration` c
LEFT JOIN `ng3h_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.470 ms 700 /classes/Configuration.php:180
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ng3h_module` m
INNER JOIN ng3h_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 `ng3h_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ng3h_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ng3h_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.408 ms 134 Yes Yes /classes/Hook.php:1233
256
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 `ng3h_hook_module` hm
STRAIGHT_JOIN `ng3h_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ng3h_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.126 ms 309 /classes/Hook.php:456
297
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3299 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.097 ms 0 /classes/Cart.php:1423
231
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ng3h_category` c
INNER JOIN ng3h_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ng3h_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
1.036 ms 267 Yes /classes/Category.php:724
230
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_specific_price sp ON (
sp.id_product = p.id_product AND 
sp.id_shop IN (0, 1) AND 
sp.id_currency IN (0, 1) AND 
sp.id_country IN (0, 8) 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-07-23 07:01:56' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2025-07-23 07:01:56' <= sp.to) 
) WHERE ((sp.reduction>0))
1.013 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
246
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute
1.000 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
234
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=1)) GROUP BY pac.id_attribute
0.953 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
238
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p INNER JOIN ng3h_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value
0.927 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
244
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=3)) GROUP BY pac.id_attribute
0.887 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
248
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-23 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ng3h_product p
LEFT JOIN ng3h_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ng3h_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ng3h_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3310,3302,3301,3300,3299,3298,3297,3296,3295,3294,3293,3292)
0.855 ms 12 /classes/ProductAssembler.php:95
236
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=2)) GROUP BY pac.id_attribute
0.847 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
237
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-07-04 00:00:00' AND cp.id_category IN (8184, 1800, 8143, 8160) GROUP BY p.id_product) p INNER JOIN ng3h_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1)) GROUP BY fp.id_feature_value
0.808 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
301
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3298) AND (b.`id_shop` = 1) LIMIT 1
0.707 ms 1 /src/Adapter/EntityMapper.php:71
394
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ng3h_country` c  INNER JOIN ng3h_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ng3h_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `ng3h_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC
0.704 ms 241 Yes /classes/Country.php:148
239
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ng3h_manufacturer` m INNER JOIN ng3h_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ng3h_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.689 ms 4 Yes /classes/Manufacturer.php:211
65
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8187) AND (b.`id_shop` = 1) LIMIT 1
0.638 ms 1 /src/Adapter/EntityMapper.php:71
30
SELECT SQL_NO_CACHE * FROM `ng3h_currency` c ORDER BY `iso_code` ASC
0.635 ms 1 Yes /classes/Currency.php:709
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `ng3h_hook` h
WHERE (h.active = 1)
0.616 ms 885 /classes/Hook.php:1332
203
SELECT SQL_NO_CACHE p.*, pl.params, pl.id_lang
FROM ng3h_appagebuilder p
LEFT JOIN ng3h_appagebuilder_shop ps ON (ps.id_appagebuilder = p.id_appagebuilder AND id_shop=1)
LEFT JOIN ng3h_appagebuilder_lang pl ON (pl.id_appagebuilder = p.id_appagebuilder)
WHERE
pl.id_lang=2
AND ps.id_shop=1
AND p.id_appagebuilder_positions IN (31,32,33,34)
ORDER BY p.id_appagebuilder
0.606 ms 112 /modules/appagebuilder/classes/ApPageBuilderModel.php:302
124
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8246) AND (b.`id_shop` = 1) LIMIT 1
0.600 ms 1 /src/Adapter/EntityMapper.php:71
261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3310 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3310 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.567 ms 0 /classes/Cart.php:1423
48
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3000) AND (b.`id_shop` = 1) LIMIT 1
0.562 ms 1 /src/Adapter/EntityMapper.php:71
235
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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_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.550 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
395
SELECT SQL_NO_CACHE * FROM `ng3h_state` ORDER BY `name` ASC
0.546 ms 352 Yes /classes/Country.php:155
416
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3298) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.538 ms 1 Yes Yes /classes/Product.php:4520
362
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3310
ORDER BY `position`
0.534 ms 1 Yes /classes/Product.php:3545
333
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3295 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.530 ms 0 /classes/Cart.php:1423
221
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 `ng3h_attribute_group` ag  INNER JOIN ng3h_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 `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ng3h_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ng3h_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.516 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
233
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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_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.515 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
419
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3295) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.508 ms 1 Yes Yes /classes/Product.php:4520
134
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8256) AND (b.`id_shop` = 1) LIMIT 1
0.504 ms 1 /src/Adapter/EntityMapper.php:71
413
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3301) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.493 ms 1 Yes Yes /classes/Product.php:4520
298
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3299
ORDER BY f.position ASC
0.488 ms 2 Yes /classes/Product.php:6015
243
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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_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
0.480 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
315
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3297 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3297 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.472 ms 0 /classes/Cart.php:1423
430
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ng3h_category_product` cp
LEFT JOIN `ng3h_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ng3h_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ng3h_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (3310,3302,3301,3300,3299,3298,3297,3296,3295,3294,3293,3292) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
0.470 ms 12 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
122
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8244) AND (b.`id_shop` = 1) LIMIT 1
0.463 ms 1 /src/Adapter/EntityMapper.php:71
421
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3293) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.462 ms 1 Yes Yes /classes/Product.php:4520
245
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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_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.461 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
411
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3310) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 1 Yes Yes /classes/Product.php:4520
324
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3296 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3296 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.456 ms 0 /classes/Cart.php:1423
342
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3294 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3294 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.443 ms 0 /classes/Cart.php:1423
152
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8274) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ng3h_meta` m
LEFT JOIN `ng3h_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.436 ms 52 Yes /override/classes/Dispatcher.php:150
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ng3h_hook`
0.436 ms 885 /classes/Hook.php:1292
422
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3292) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.434 ms 1 Yes Yes /classes/Product.php:4520
279
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3301 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.430 ms 0 /classes/Cart.php:1423
34
SELECT SQL_NO_CACHE *
FROM `ng3h_currency` a
LEFT JOIN `ng3h_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ng3h_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.425 ms 1 /src/Adapter/EntityMapper.php:71
222
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 `ng3h_feature` f  INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ng3h_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ng3h_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ng3h_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC
0.422 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
414
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3300) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.421 ms 1 Yes Yes /classes/Product.php:4520
283
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3300) AND (b.`id_shop` = 1) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:71
412
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3302) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.418 ms 1 Yes Yes /classes/Product.php:4520
360
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3292 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3292 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.413 ms 0 /classes/Cart.php:1423
270
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3302 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.412 ms 0 /classes/Cart.php:1423
288
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3300 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3300 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.412 ms 0 /classes/Cart.php:1423
171
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8293) AND (b.`id_shop` = 1) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
211
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3068) AND (b.`id_shop` = 1) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:71
306
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3298 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3298 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.407 ms 0 /classes/Cart.php:1423
351
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ng3h_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3293 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3293 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1423
189
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ng3h_module` m
LEFT JOIN `ng3h_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.401 ms 74 /classes/module/Module.php:345
334
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3295
ORDER BY f.position ASC
0.401 ms 2 Yes /classes/Product.php:6015
114
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8236) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3310
ORDER BY f.position ASC
0.394 ms 2 Yes /classes/Product.php:6015
201
SELECT SQL_NO_CACHE * FROM ng3h_appagebuilder_products p
INNER JOIN ng3h_appagebuilder_products_shop ps on(p.id_appagebuilder_products = ps.id_appagebuilder_products) WHERE  ps.active=1 and ps.id_shop=1 LIMIT 1
0.392 ms 6 /modules/appagebuilder/classes/ApPageBuilderProductsModel.php:147
271
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3302
ORDER BY f.position ASC
0.391 ms 2 Yes /classes/Product.php:6015
258
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3310 AND `id_group` = 1 LIMIT 1
0.389 ms 0 /classes/GroupReduction.php:156
346
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3293) AND (b.`id_shop` = 1) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
420
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3294) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.386 ms 1 Yes Yes /classes/Product.php:4520
107
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8229) AND (b.`id_shop` = 1) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
417
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3297) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.378 ms 1 Yes Yes /classes/Product.php:4520
217
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ng3h_category` c
LEFT JOIN `ng3h_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = '8014'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.377 ms 9 /classes/Category.php:1500
292
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3299) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
337
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3294) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
369
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3300
ORDER BY `position`
0.371 ms 1 Yes /classes/Product.php:3545
415
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3299) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.371 ms 1 Yes Yes /classes/Product.php:4520
17
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ng3h_module` m
LEFT JOIN `ng3h_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.370 ms 74 /classes/module/Module.php:345
87
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8209) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
418
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 `ng3h_product_attribute` pa
INNER JOIN ng3h_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 `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3296) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.368 ms 1 Yes Yes /classes/Product.php:4520
265
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3302) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
72
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8194) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ng3h_category` c
LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1
0.363 ms 1 /classes/Category.php:2242
296
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.361 ms 1 /classes/stock/StockAvailable.php:453
325
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3296
ORDER BY f.position ASC
0.359 ms 2 Yes /classes/Product.php:6015
319
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3296) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
310
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3297) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
49
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8143) AND (b.`id_shop` = 1) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
252
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3310) AND (b.`id_shop` = 1) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ng3h_shop_group gs
LEFT JOIN ng3h_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ng3h_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.353 ms 1 Yes /classes/shop/Shop.php:715
355
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3292) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
45
SELECT SQL_NO_CACHE page from `ng3h_appagebuilder_page` where id_category = '2' AND id_shop = '1' LIMIT 1
0.351 ms 1 /modules/appagebuilder/appagebuilder.php:3846
253
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3310)
0.349 ms 1 /classes/Product.php:3860
328
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3295) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
218
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ng3h_category` c
LEFT JOIN `ng3h_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'NOUVEAU'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.346 ms 2 /classes/Category.php:1500
307
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3298
ORDER BY f.position ASC
0.346 ms 2 Yes /classes/Product.php:6015
202
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ng3h_currency` c
LEFT JOIN ng3h_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.342 ms 1 /classes/Currency.php:1136
343
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3294
ORDER BY f.position ASC
0.342 ms 2 Yes /classes/Product.php:6015
20
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ng3h_module` m
LEFT JOIN `ng3h_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.341 ms 74 /classes/module/Module.php:345
274
SELECT SQL_NO_CACHE *
FROM `ng3h_product` a
LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3301) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
316
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3297
ORDER BY f.position ASC
0.340 ms 2 Yes /classes/Product.php:6015
352
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3293
ORDER BY f.position ASC
0.340 ms 2 Yes /classes/Product.php:6015
29
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_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.336 ms 1 /src/Adapter/EntityMapper.php:71
300
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.336 ms 1 /classes/Product.php:5655
200
SELECT SQL_NO_CACHE id_tab, class_name FROM `ng3h_tab`
0.333 ms 159 /classes/Tab.php:357
199
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a0
LEFT JOIN `ng3h_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 543) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.333 ms 1 Yes /classes/PrestaShopCollection.php:383
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ng3h_shop_url su
LEFT JOIN ng3h_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'porcelaine-girard.vizualee.fr' OR su.domain_ssl = 'porcelaine-girard.vizualee.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.331 ms 1 Yes /classes/shop/Shop.php:1364
219
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ng3h_category` c
LEFT JOIN `ng3h_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'VERRES'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.331 ms 2 /classes/Category.php:1500
280
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3301
ORDER BY f.position ASC
0.331 ms 2 Yes /classes/Product.php:6015
19
SELECT SQL_NO_CACHE p.*, ps.*,pl.*
FROM ng3h_appagebuilder_profiles p
INNER JOIN ng3h_appagebuilder_profiles_lang pl ON (p.id_appagebuilder_profiles = pl.id_appagebuilder_profiles)
INNER JOIN ng3h_appagebuilder_profiles_shop ps ON (ps.id_appagebuilder_profiles = p.id_appagebuilder_profiles)
WHERE id_shop=1 AND id_lang=2
0.328 ms 13 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:137
365
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3302
ORDER BY `position`
0.328 ms 1 Yes /classes/Product.php:3545
356
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3292)
0.328 ms 1 /classes/Product.php:3860
94
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8216) AND (b.`id_shop` = 1) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
361
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3292
ORDER BY f.position ASC
0.326 ms 2 Yes /classes/Product.php:6015
289
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ng3h_feature_product pf
LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ng3h_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3300
ORDER BY f.position ASC
0.325 ms 2 Yes /classes/Product.php:6015
347
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3293)
0.323 ms 1 /classes/Product.php:3860
21
DELETE FROM `ng3h_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
)
0.320 ms 1 /classes/Configuration.php:578
188
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8310) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
180
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8302) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
181
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8303) AND (b.`id_shop` = 1) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:71
426
SELECT SQL_NO_CACHE p.`id_appagebuilder_profiles` AS `id`, p.`name`, ps.`active`, pl.friendly_url FROM `ng3h_appagebuilder_profiles` p  INNER JOIN `ng3h_appagebuilder_profiles_shop` ps ON (ps.`id_appagebuilder_profiles` = p.`id_appagebuilder_profiles`) INNER JOIN `ng3h_appagebuilder_profiles_lang` pl ON (pl.`id_appagebuilder_profiles` = p.`id_appagebuilder_profiles`) AND pl.id_lang=2 WHERE ps.id_shop=1
0.314 ms 13 /modules/appagebuilder/appagebuilder.php:1388
164
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8286) AND (b.`id_shop` = 1) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:71
249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3310
AND image_shop.`cover` = 1 LIMIT 1
0.312 ms 1 /classes/Product.php:3570
379
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3295
ORDER BY `position`
0.312 ms 1 Yes /classes/Product.php:3545
302
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3298)
0.311 ms 1 /classes/Product.php:3860
220
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ng3h_category` c
LEFT JOIN `ng3h_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'PERSONNALISATION'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.310 ms 2 /classes/Category.php:1500
385
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3292
ORDER BY `position`
0.310 ms 1 Yes /classes/Product.php:3545
427
SELECT SQL_NO_CACHE p.`id_appagebuilder_positions` AS `id`, p.`name` FROM `ng3h_appagebuilder_positions` p  INNER JOIN `ng3h_appagebuilder_positions_shop` ps  ON (ps.`id_appagebuilder_positions` = p.`id_appagebuilder_positions`) WHERE p.`position` = 'header' AND ps.id_shop=1
0.309 ms 30 /modules/appagebuilder/appagebuilder.php:1388
187
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8309) AND (b.`id_shop` = 1) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
82
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8204) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
367
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3301
ORDER BY `position`
0.304 ms 1 Yes /classes/Product.php:3545
192
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ng3h_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.301 ms 1 /src/Adapter/EntityMapper.php:71
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ng3h_lang` l
JOIN ng3h_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.300 ms 4 /classes/Language.php:1216
76
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8198) AND (b.`id_shop` = 1) LIMIT 1
0.297 ms 1 /src/Adapter/EntityMapper.php:71
371
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3299
ORDER BY `position`
0.295 ms 1 Yes /classes/Product.php:3545
387
SELECT SQL_NO_CACHE 1 FROM ng3h_cart_product cp INNER JOIN ng3h_product p
ON (p.id_product = cp.id_product) INNER JOIN ng3h_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.295 ms 1 /classes/Cart.php:4210
118
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8240) AND (b.`id_shop` = 1) LIMIT 1
0.294 ms 1 /src/Adapter/EntityMapper.php:71
363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3310
0.294 ms 1 /classes/Product.php:2902
431
SELECT SQL_NO_CACHE `id_guest`
FROM `ng3h_connections`
WHERE `id_guest` = 109900
AND `date_add` > '2025-07-23 06:31:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.292 ms 1 Yes /classes/Connection.php:168
36
SELECT SQL_NO_CACHE *
FROM `ng3h_currency` a
LEFT JOIN `ng3h_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.291 ms 1 /src/Adapter/EntityMapper.php:71
95
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8217) AND (b.`id_shop` = 1) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
165
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8287) AND (b.`id_shop` = 1) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
375
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3297
ORDER BY `position`
0.290 ms 1 Yes /classes/Product.php:3545
377
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3296
ORDER BY `position`
0.290 ms 1 Yes /classes/Product.php:3545
53
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1800) AND (b.`id_shop` = 1) LIMIT 1
0.289 ms 1 /src/Adapter/EntityMapper.php:71
111
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8233) AND (b.`id_shop` = 1) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
373
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3298
ORDER BY `position`
0.288 ms 1 Yes /classes/Product.php:3545
119
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8241) AND (b.`id_shop` = 1) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
209
SELECT SQL_NO_CACHE a.*
FROM `ng3h_appagebuilder_details` as a
INNER JOIN `ng3h_appagebuilder_details_shop` ps ON (ps.`id_appagebuilder_details` = a.`id_appagebuilder_details`) WHERE ps.id_shop=1
0.287 ms 7 /modules/appagebuilder/appagebuilder.php:2129
320
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3296)
0.287 ms 1 /classes/Product.php:3860
381
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3294
ORDER BY `position`
0.286 ms 1 Yes /classes/Product.php:3545
338
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3294)
0.285 ms 1 /classes/Product.php:3860
396
SELECT SQL_NO_CACHE *
FROM `ng3h_currency` c
INNER JOIN ng3h_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.284 ms 1 Yes /classes/Currency.php:694
408
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ng3h_category` c
LEFT JOIN `ng3h_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 543 AND c.`nleft` >= 2 AND c.`nright` <= 543 ORDER BY `nleft` DESC
0.284 ms 1 Yes /classes/Category.php:1600
63
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8185) AND (b.`id_shop` = 1) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:71
410
SELECT SQL_NO_CACHE pr.`class` from `ng3h_appagebuilder_page` pa INNER JOIN `ng3h_appagebuilder_products` pr ON (pa.`page` = pr.`plist_key`) where pa.id_category = '2' AND pa.id_shop = '1' LIMIT 1
0.283 ms 6 /modules/appagebuilder/appagebuilder.php:1279
383
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3293
ORDER BY `position`
0.282 ms 1 Yes /classes/Product.php:3545
129
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8251) AND (b.`id_shop` = 1) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
272
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3301
AND image_shop.`cover` = 1 LIMIT 1
0.280 ms 1 /classes/Product.php:3570
178
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8300) AND (b.`id_shop` = 1) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
263
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3302
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:3570
266
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3302)
0.278 ms 1 /classes/Product.php:3860
207
SELECT SQL_NO_CACHE table_name FROM INFORMATION_SCHEMA.tables WHERE TABLE_SCHEMA = "yg5u7_app_prestashop_11" AND TABLE_NAME = "ng3h_appagebuilder_details"
0.276 ms 0 /modules/appagebuilder/appagebuilder.php:2111
117
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8239) AND (b.`id_shop` = 1) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
40
SELECT SQL_NO_CACHE *
FROM `ng3h_group_lang`
WHERE `id_group` = 1
0.274 ms 2 /src/Adapter/EntityMapper.php:79
78
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8200) AND (b.`id_shop` = 1) LIMIT 1
0.273 ms 1 /src/Adapter/EntityMapper.php:71
83
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8205) AND (b.`id_shop` = 1) LIMIT 1
0.273 ms 1 /src/Adapter/EntityMapper.php:71
136
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8258) AND (b.`id_shop` = 1) LIMIT 1
0.273 ms 1 /src/Adapter/EntityMapper.php:71
208
SELECT SQL_NO_CACHE p.`id_product`
FROM `ng3h_product` p
INNER JOIN ng3h_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
AND product_shop.`visibility` IN ("both", "catalog")
AND product_shop.`active` = 1
ORDER BY p.`id_product` ASC LIMIT 1
0.273 ms 1 /modules/appagebuilder/appagebuilder.php:2123
55
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8177) AND (b.`id_shop` = 1) LIMIT 1
0.272 ms 1 /src/Adapter/EntityMapper.php:71
293
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3299)
0.272 ms 1 /classes/Product.php:3860
84
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8206) AND (b.`id_shop` = 1) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
137
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8259) AND (b.`id_shop` = 1) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
284
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3300)
0.271 ms 1 /classes/Product.php:3860
329
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3295)
0.271 ms 1 /classes/Product.php:3860
104
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8226) AND (b.`id_shop` = 1) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
323
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3296) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.270 ms 1 /classes/stock/StockAvailable.php:453
123
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8245) AND (b.`id_shop` = 1) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
128
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8250) AND (b.`id_shop` = 1) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
275
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 `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3301)
0.269 ms 1 /classes/Product.php:3860
8
SELECT SQL_NO_CACHE *
FROM `ng3h_lang` a
LEFT JOIN `ng3h_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
90
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8212) AND (b.`id_shop` = 1) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
179
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8301) AND (b.`id_shop` = 1) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
311
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ng3h_product` p
INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ng3h_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` = 3297)
0.268 ms 1 /classes/Product.php:3860
113
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8235) AND (b.`id_shop` = 1) LIMIT 1
0.265 ms 1 /src/Adapter/EntityMapper.php:71
80
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8202) AND (b.`id_shop` = 1) LIMIT 1
0.265 ms 1 /src/Adapter/EntityMapper.php:71
106
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8228) AND (b.`id_shop` = 1) LIMIT 1
0.264 ms 1 /src/Adapter/EntityMapper.php:71
77
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8199) AND (b.`id_shop` = 1) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:71
23
DELETE FROM `ng3h_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
)
0.262 ms 1 /classes/Configuration.php:578
186
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8308) AND (b.`id_shop` = 1) LIMIT 1
0.261 ms 1 /src/Adapter/EntityMapper.php:71
182
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8304) AND (b.`id_shop` = 1) LIMIT 1
0.260 ms 1 /src/Adapter/EntityMapper.php:71
317
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3296
AND image_shop.`cover` = 1 LIMIT 1
0.260 ms 1 /classes/Product.php:3570
166
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8288) AND (b.`id_shop` = 1) LIMIT 1
0.259 ms 1 /src/Adapter/EntityMapper.php:71
183
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8305) AND (b.`id_shop` = 1) LIMIT 1
0.259 ms 1 /src/Adapter/EntityMapper.php:71
210
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ng3h_product_attribute pa
INNER JOIN ng3h_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3068 LIMIT 1
0.259 ms 1 /classes/Product.php:1106
185
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8307) AND (b.`id_shop` = 1) LIMIT 1
0.258 ms 1 /src/Adapter/EntityMapper.php:71
299
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3298
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
96
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8218) AND (b.`id_shop` = 1) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
133
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8255) AND (b.`id_shop` = 1) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
184
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8306) AND (b.`id_shop` = 1) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
120
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8242) AND (b.`id_shop` = 1) LIMIT 1
0.255 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE tr.*
FROM `ng3h_tax_rule` tr
JOIN `ng3h_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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.253 ms 0 /classes/tax/TaxRulesTaxManager.php:109
344
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3293
AND image_shop.`cover` = 1 LIMIT 1
0.253 ms 1 /classes/Product.php:3570
428
SELECT SQL_NO_CACHE p.`id_appagebuilder_positions` AS `id`, p.`name` FROM `ng3h_appagebuilder_positions` p  INNER JOIN `ng3h_appagebuilder_positions_shop` ps  ON (ps.`id_appagebuilder_positions` = p.`id_appagebuilder_positions`) WHERE p.`position` = 'footer' AND ps.id_shop=1
0.253 ms 30 /modules/appagebuilder/appagebuilder.php:1388
326
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3295
AND image_shop.`cover` = 1 LIMIT 1
0.252 ms 1 /classes/Product.php:3570
47
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8159) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
74
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8196) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
6
SELECT SQL_NO_CACHE *
FROM `ng3h_country` a
LEFT JOIN `ng3h_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ng3h_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.250 ms 1 /src/Adapter/EntityMapper.php:71
97
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8219) AND (b.`id_shop` = 1) LIMIT 1
0.250 ms 1 /src/Adapter/EntityMapper.php:71
423
SELECT SQL_NO_CACHE * FROM ng3h_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooterBefore" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.250 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
81
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8203) AND (b.`id_shop` = 1) LIMIT 1
0.249 ms 1 /src/Adapter/EntityMapper.php:71
139
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8261) AND (b.`id_shop` = 1) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:71
193
SELECT SQL_NO_CACHE * FROM `ng3h_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.248 ms 8 Yes /classes/ImageType.php:109
294
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3299 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6870
50
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8144) AND (b.`id_shop` = 1) LIMIT 1
0.245 ms 1 /src/Adapter/EntityMapper.php:71
335
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3294
AND image_shop.`cover` = 1 LIMIT 1
0.245 ms 1 /classes/Product.php:3570
290
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3299
AND image_shop.`cover` = 1 LIMIT 1
0.245 ms 1 /classes/Product.php:3570
376
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3297
0.244 ms 1 /classes/Product.php:2902
64
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8186) AND (b.`id_shop` = 1) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
68
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8190) AND (b.`id_shop` = 1) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
169
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8291) AND (b.`id_shop` = 1) LIMIT 1
0.242 ms 1 /src/Adapter/EntityMapper.php:71
125
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8247) AND (b.`id_shop` = 1) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:71
308
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3297
AND image_shop.`cover` = 1 LIMIT 1
0.240 ms 1 /classes/Product.php:3570
353
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3292
AND image_shop.`cover` = 1 LIMIT 1
0.240 ms 1 /classes/Product.php:3570
153
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8275) AND (b.`id_shop` = 1) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:71
177
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8299) AND (b.`id_shop` = 1) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8188) AND (b.`id_shop` = 1) LIMIT 1
0.239 ms 1 /src/Adapter/EntityMapper.php:71
401
SELECT SQL_NO_CACHE * FROM `ng3h_btmegamenu_group` gr
LEFT JOIN ng3h_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 2
WHERE (`id_shop` = 1)
0.239 ms 1 /modules/leobootstrapmenu/classes/BtmegamenuGroup.php:94
424
SELECT SQL_NO_CACHE * FROM ng3h_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.238 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
281
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ng3h_image` i
INNER JOIN ng3h_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3300
AND image_shop.`cover` = 1 LIMIT 1
0.238 ms 1 /classes/Product.php:3570
99
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8221) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
172
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8294) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
429
SELECT SQL_NO_CACHE data
FROM `ng3h_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.237 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
31
SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.236 ms 2 /classes/Language.php:883
127
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8249) AND (b.`id_shop` = 1) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:71
167
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8289) AND (b.`id_shop` = 1) LIMIT 1
0.235 ms 1 /src/Adapter/EntityMapper.php:71
390
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.235 ms 1 /classes/module/Module.php:2636
25
DELETE FROM `ng3h_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
)
0.235 ms 1 /classes/Configuration.php:578
85
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8207) AND (b.`id_shop` = 1) LIMIT 1
0.234 ms 1 /src/Adapter/EntityMapper.php:71
126
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8248) AND (b.`id_shop` = 1) LIMIT 1
0.232 ms 1 /src/Adapter/EntityMapper.php:71
260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3310) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:453
154
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8276) AND (b.`id_shop` = 1) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:71
160
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8282) AND (b.`id_shop` = 1) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:71
190
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.231 ms 0 /classes/module/Module.php:2636
71
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8193) AND (b.`id_shop` = 1) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
79
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8201) AND (b.`id_shop` = 1) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
57
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8179) AND (b.`id_shop` = 1) LIMIT 1
0.229 ms 1 /src/Adapter/EntityMapper.php:71
52
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8171) AND (b.`id_shop` = 1) LIMIT 1
0.228 ms 1 /src/Adapter/EntityMapper.php:71
56
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8178) AND (b.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
92
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8214) AND (b.`id_shop` = 1) LIMIT 1
0.225 ms 1 /src/Adapter/EntityMapper.php:71
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ng3h_lang` l
LEFT JOIN `ng3h_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.224 ms 2 /classes/Language.php:1080
155
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8277) AND (b.`id_shop` = 1) LIMIT 1
0.224 ms 1 /src/Adapter/EntityMapper.php:71
88
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8210) AND (b.`id_shop` = 1) LIMIT 1
0.224 ms 1 /src/Adapter/EntityMapper.php:71
91
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8213) AND (b.`id_shop` = 1) LIMIT 1
0.224 ms 1 /src/Adapter/EntityMapper.php:71
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ng3h_shop s
LEFT JOIN ng3h_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.223 ms 1 /classes/shop/Shop.php:218
62
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8184) AND (b.`id_shop` = 1) LIMIT 1
0.223 ms 1 /src/Adapter/EntityMapper.php:71
112
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8234) AND (b.`id_shop` = 1) LIMIT 1
0.223 ms 1 /src/Adapter/EntityMapper.php:71
378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3296
0.223 ms 1 /classes/Product.php:2902
22
DELETE FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
0.222 ms 1 /classes/Configuration.php:583
156
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8278) AND (b.`id_shop` = 1) LIMIT 1
0.222 ms 1 /src/Adapter/EntityMapper.php:71
425
SELECT SQL_NO_CACHE * FROM ng3h_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooterAfter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.222 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
39
SELECT SQL_NO_CACHE *
FROM `ng3h_group` a
LEFT JOIN `ng3h_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.220 ms 1 /src/Adapter/EntityMapper.php:71
147
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8269) AND (b.`id_shop` = 1) LIMIT 1
0.220 ms 1 /src/Adapter/EntityMapper.php:71
176
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8298) AND (b.`id_shop` = 1) LIMIT 1
0.220 ms 1 /src/Adapter/EntityMapper.php:71
196
SELECT SQL_NO_CACHE *
FROM `ng3h_country` a
LEFT JOIN `ng3h_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.220 ms 1 /src/Adapter/EntityMapper.php:71
213
SELECT SQL_NO_CACHE * FROM `ng3h_appagebuilder_positions` WHERE id_appagebuilder_positions IN(31,32,33,34)
0.220 ms 4 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:404
406
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ng3h_category` c
LEFT JOIN `ng3h_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.220 ms 1 /classes/Category.php:1585
54
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8176) AND (b.`id_shop` = 1) LIMIT 1
0.220 ms 1 /src/Adapter/EntityMapper.php:71
135
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8257) AND (b.`id_shop` = 1) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:71
138
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8260) AND (b.`id_shop` = 1) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:71
170
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8292) AND (b.`id_shop` = 1) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:71
130
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8252) AND (b.`id_shop` = 1) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
140
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8262) AND (b.`id_shop` = 1) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
397
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "leoproductsearch" LIMIT 1
0.218 ms 1 /classes/module/Module.php:2636
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ng3h_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.217 ms 1 /classes/shop/ShopUrl.php:182
69
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8191) AND (b.`id_shop` = 1) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:71
73
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8195) AND (b.`id_shop` = 1) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:71
51
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8160) AND (b.`id_shop` = 1) LIMIT 1
0.216 ms 1 /src/Adapter/EntityMapper.php:71
61
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8183) AND (b.`id_shop` = 1) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
141
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8263) AND (b.`id_shop` = 1) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
157
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8279) AND (b.`id_shop` = 1) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
168
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8290) AND (b.`id_shop` = 1) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
173
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8295) AND (b.`id_shop` = 1) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
98
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8220) AND (b.`id_shop` = 1) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
158
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8280) AND (b.`id_shop` = 1) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
174
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8296) AND (b.`id_shop` = 1) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
254
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3310 AND id_shop=1 LIMIT 1
0.214 ms 1 /classes/Product.php:6870
388
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "appagebuilder" LIMIT 1
0.214 ms 1 /classes/module/Module.php:2636
103
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8225) AND (b.`id_shop` = 1) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:71
58
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8180) AND (b.`id_shop` = 1) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:71
131
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8253) AND (b.`id_shop` = 1) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:71
175
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8297) AND (b.`id_shop` = 1) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:71
197
SELECT SQL_NO_CACHE *
FROM `ng3h_country_lang`
WHERE `id_country` = 8
0.212 ms 2 /src/Adapter/EntityMapper.php:79
345
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.212 ms 1 /classes/Product.php:5655
60
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8182) AND (b.`id_shop` = 1) LIMIT 1
0.211 ms 1 /src/Adapter/EntityMapper.php:71
132
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8254) AND (b.`id_shop` = 1) LIMIT 1
0.210 ms 1 /src/Adapter/EntityMapper.php:71
37
SELECT SQL_NO_CACHE *
FROM `ng3h_currency_lang`
WHERE `id_currency` = 1
0.210 ms 2 /src/Adapter/EntityMapper.php:79
314
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3297) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.210 ms 1 /classes/stock/StockAvailable.php:453
100
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8222) AND (b.`id_shop` = 1) LIMIT 1
0.209 ms 1 /src/Adapter/EntityMapper.php:71
162
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8284) AND (b.`id_shop` = 1) LIMIT 1
0.209 ms 1 /src/Adapter/EntityMapper.php:71
101
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8223) AND (b.`id_shop` = 1) LIMIT 1
0.208 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8237) AND (b.`id_shop` = 1) LIMIT 1
0.208 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "leobootstrapmenu" LIMIT 1
0.208 ms 1 /classes/module/Module.php:2636
67
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8189) AND (b.`id_shop` = 1) LIMIT 1
0.207 ms 1 /src/Adapter/EntityMapper.php:71
212
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ng3h_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 1800 LIMIT 1
0.207 ms 1 /classes/Category.php:1378
108
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8230) AND (b.`id_shop` = 1) LIMIT 1
0.206 ms 1 /src/Adapter/EntityMapper.php:71
142
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8264) AND (b.`id_shop` = 1) LIMIT 1
0.206 ms 1 /src/Adapter/EntityMapper.php:71
70
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8192) AND (b.`id_shop` = 1) LIMIT 1
0.205 ms 1 /src/Adapter/EntityMapper.php:71
161
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8283) AND (b.`id_shop` = 1) LIMIT 1
0.205 ms 1 /src/Adapter/EntityMapper.php:71
59
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8181) AND (b.`id_shop` = 1) LIMIT 1
0.204 ms 1 /src/Adapter/EntityMapper.php:71
102
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8224) AND (b.`id_shop` = 1) LIMIT 1
0.204 ms 1 /src/Adapter/EntityMapper.php:71
163
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8285) AND (b.`id_shop` = 1) LIMIT 1
0.204 ms 1 /src/Adapter/EntityMapper.php:71
105
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8227) AND (b.`id_shop` = 1) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:71
159
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8281) AND (b.`id_shop` = 1) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:71
359
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3292) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:453
205
SELECT SQL_NO_CACHE `width`, `height`
FROM ng3h_image_type
WHERE `name` = 'home_default' LIMIT 1
0.203 ms 1 /classes/Image.php:563
224
SELECT SQL_NO_CACHE data FROM ng3h_layered_filter_block WHERE hash="790983d19577801c4e903816eb9e70c3" LIMIT 1
0.202 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
121
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8243) AND (b.`id_shop` = 1) LIMIT 1
0.201 ms 1 /src/Adapter/EntityMapper.php:71
89
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8211) AND (b.`id_shop` = 1) LIMIT 1
0.200 ms 1 /src/Adapter/EntityMapper.php:71
75
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8197) AND (b.`id_shop` = 1) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
116
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8238) AND (b.`id_shop` = 1) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
143
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8265) AND (b.`id_shop` = 1) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
148
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8270) AND (b.`id_shop` = 1) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
86
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8208) AND (b.`id_shop` = 1) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
145
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8267) AND (b.`id_shop` = 1) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:71
146
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8268) AND (b.`id_shop` = 1) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:71
18
SELECT SQL_NO_CACHE name, alias FROM `ng3h_hook_alias`
0.197 ms 87 /classes/Hook.php:339
32
SELECT SQL_NO_CACHE value FROM `ng3h_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.197 ms 1 /classes/shop/Shop.php:1183
144
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8266) AND (b.`id_shop` = 1) LIMIT 1
0.197 ms 1 /src/Adapter/EntityMapper.php:71
149
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8271) AND (b.`id_shop` = 1) LIMIT 1
0.197 ms 1 /src/Adapter/EntityMapper.php:71
204
SELECT SQL_NO_CACHE * FROM `ng3h_image_type`
0.196 ms 8 /classes/ImageType.php:161
109
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8231) AND (b.`id_shop` = 1) LIMIT 1
0.196 ms 1 /src/Adapter/EntityMapper.php:71
110
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8232) AND (b.`id_shop` = 1) LIMIT 1
0.196 ms 1 /src/Adapter/EntityMapper.php:71
150
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8272) AND (b.`id_shop` = 1) LIMIT 1
0.196 ms 1 /src/Adapter/EntityMapper.php:71
215
SELECT SQL_NO_CACHE `id_category`
FROM `ng3h_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.196 ms 1 /classes/Category.php:2450
151
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8273) AND (b.`id_shop` = 1) LIMIT 1
0.195 ms 1 /src/Adapter/EntityMapper.php:71
364
SELECT SQL_NO_CACHE state FROM ng3h_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.195 ms 1 /classes/FeatureFlag.php:105
93
SELECT SQL_NO_CACHE *
FROM `ng3h_category` a
LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8215) AND (b.`id_shop` = 1) LIMIT 1
0.194 ms 1 /src/Adapter/EntityMapper.php:71
35
SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.194 ms 2 /classes/Language.php:883
368
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3301
0.193 ms 1 /classes/Product.php:2902
287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3300) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:453
214
SELECT SQL_NO_CACHE `name`
FROM `ng3h_hook`
WHERE `id_hook` = 961 LIMIT 1
0.191 ms 1 /classes/Hook.php:244
392
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "blockgrouptop" LIMIT 1
0.191 ms 1 /classes/module/Module.php:2636
43
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ng3h_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.188 ms 1 /classes/Category.php:1754
206
SELECT SQL_NO_CACHE `width`, `height`
FROM ng3h_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.188 ms 1 /classes/Image.php:563
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `ng3h_hook_alias`
0.187 ms 87 /classes/Hook.php:287
305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3298) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:453
332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3295) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:453
194
SELECT SQL_NO_CACHE format
FROM `ng3h_address_format`
WHERE `id_country` = 8 LIMIT 1
0.185 ms 1 /classes/AddressFormat.php:656
341
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3294) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:453
402
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.182 ms 1 /classes/module/Module.php:2636
33
SELECT SQL_NO_CACHE c.id_currency
FROM `ng3h_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.181 ms 1 /classes/Currency.php:893
198
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ng3h_required_field
0.178 ms 1 /classes/ObjectModel.php:1592
357
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3292 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6870
3
SELECT SQL_NO_CACHE *
FROM `ng3h_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
7
SELECT SQL_NO_CACHE *
FROM `ng3h_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
269
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3302) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:453
278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3301) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
303
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3298 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6870
350
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3293) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
42
SELECT SQL_NO_CACHE `id_category`
FROM `ng3h_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.175 ms 1 /classes/Category.php:2450
409
SELECT SQL_NO_CACHE page from `ng3h_appagebuilder_page` where id_category = '2' AND id_shop = '1' LIMIT 1
0.174 ms 1 /modules/appagebuilder/appagebuilder.php:1267
370
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3300
0.171 ms 1 /classes/Product.php:2902
250
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ng3h_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 8143 LIMIT 1
0.169 ms 1 /classes/Category.php:1378
366
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3302
0.168 ms 1 /classes/Product.php:2902
398
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.168 ms 1 /classes/module/Module.php:2109
348
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3293 AND id_shop=1 LIMIT 1
0.167 ms 1 /classes/Product.php:6870
41
SELECT SQL_NO_CACHE id_shop
FROM `ng3h_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.165 ms 1 /classes/ObjectModel.php:1729
374
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3298
0.165 ms 1 /classes/Product.php:2902
389
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
0.165 ms 1 /classes/module/Module.php:2109
318
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.164 ms 1 /classes/Product.php:5655
380
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3295
0.164 ms 1 /classes/Product.php:2902
382
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3294
0.163 ms 1 /classes/Product.php:2902
38
SELECT SQL_NO_CACHE id_shop
FROM `ng3h_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.162 ms 1 /classes/ObjectModel.php:1729
372
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3299
0.162 ms 1 /classes/Product.php:2902
264
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.161 ms 1 /classes/Product.php:5655
386
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3292
0.161 ms 1 /classes/Product.php:2902
312
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3297 AND id_shop=1 LIMIT 1
0.160 ms 1 /classes/Product.php:6870
321
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3296 AND id_shop=1 LIMIT 1
0.160 ms 1 /classes/Product.php:6870
384
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3293
0.160 ms 1 /classes/Product.php:2902
12
SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang` WHERE `iso_code` = 'fr' LIMIT 1
0.159 ms 2 /classes/Language.php:854
291
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.159 ms 1 /classes/Product.php:5655
195
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ng3h_country`
WHERE `id_country` = 8 LIMIT 1
0.158 ms 1 /classes/Country.php:405
273
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.158 ms 1 /classes/Product.php:5655
330
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3295 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6870
339
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3294 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6870
267
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3302 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6870
9
SELECT SQL_NO_CACHE id_shop
FROM `ng3h_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.157 ms 1 /classes/ObjectModel.php:1729
191
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.157 ms 0 /classes/module/Module.php:2109
295
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3299 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
44
SELECT SQL_NO_CACHE * FROM `ng3h_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.156 ms 1 /classes/module/Module.php:2018
276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3301 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6870
336
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.156 ms 1 /classes/Product.php:5655
354
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.156 ms 1 /classes/Product.php:5655
251
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.155 ms 1 /classes/Product.php:5655
285
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3300 AND id_shop=1 LIMIT 1
0.155 ms 1 /classes/Product.php:6870
309
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.155 ms 1 /classes/Product.php:5655
327
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.155 ms 1 /classes/Product.php:5655
282
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 8143 LIMIT 1
0.154 ms 1 /classes/Product.php:5655
400
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.153 ms 1 /classes/module/Module.php:2109
391
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.151 ms 1 /classes/module/Module.php:2109
393
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1
0.149 ms 1 /classes/module/Module.php:2109
407
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ng3h_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.148 ms 1 /classes/Category.php:1591
403
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.145 ms 1 /classes/module/Module.php:2109
24
DELETE FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
0.143 ms 1 /classes/Configuration.php:583
304
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3298 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
259
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_group`
WHERE `id_group` = 1 LIMIT 1
0.142 ms 1 /classes/Group.php:154
349
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3293 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
358
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3292 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
277
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3301 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
331
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3295 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
322
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3296 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:156
340
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3294 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:156
268
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3302 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
286
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3300 AND `id_group` = 1 LIMIT 1
0.135 ms 0 /classes/GroupReduction.php:156
313
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3297 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
26
DELETE FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
0.130 ms 1 /classes/Configuration.php:583

Doubles

144 queries
SELECT *
FROM `ngXXh_category` a
LEFT JOIN `ngXXh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ngXXh_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
13 queries
SELECT *
FROM `ngXXh_product` a
LEFT JOIN `ngXXh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ngXXh_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 image_shop.`id_image`
                    FROM `ngXXh_image` i
                     INNER JOIN ngXXh_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 ngXXh_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = 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 `ngXXh_product` p
INNER JOIN `ngXXh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ngXXh_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 `ngXXh_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12 queries
			SELECT `reduction`
			FROM `ngXXh_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12 queries
SELECT SUM(quantity)
FROM `ngXXh_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 cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `ngXXh_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `ngXXh_cart_product` cp JOIN `ngXXh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ngXXh_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
12 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ngXXh_feature_product pf
                LEFT JOIN ngXXh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ngXXh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ngXXh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ngXXh_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 `ngXXh_image` i
             INNER JOIN ngXXh_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ngXXh_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 `ngXXh_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 `ngXXh_product_attribute` pa
             INNER JOIN ngXXh_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 `ngXXh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ngXXh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ngXXh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ngXXh_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;
7 queries
SELECT `id_module` FROM `ngXXh_module_shop` WHERE `id_module` = XX AND `id_shop` = XX 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 `ngXXh_attribute_group` ag INNER JOIN `ngXXh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `ngXXh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ngXXh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN ngXXh_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 ngXXh_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `ngXXh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
4 queries
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ngXXh_product p LEFT JOIN ngXXh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ngXXh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ngXXh_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 ngXXh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ngXXh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ngXXh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ngXXh_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ngXXh_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND p.date_add>'XX-XX-XX XX:XX:XX' AND cp.id_category IN (XX, XX, XX, XX) GROUP BY p.id_product) p LEFT JOIN ngXXh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ngXXh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ngXXh_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=XX)) GROUP BY pac.id_attribute
3 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ngXXh_module` m
                LEFT JOIN `ngXXh_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
               FROM `ngXXh_configuration` c
               LEFT JOIN `ngXXh_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2 queries
SELECT `id_lang` FROM `ngXXh_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ngXXh_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT page from `ngXXh_appagebuilder_page` where id_category = 'XX' AND id_shop = 'XX' LIMIT XX
2 queries
			SELECT cl.`link_rewrite`
			FROM `ngXXh_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
2 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ngXXh_product p LEFT JOIN ngXXh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ngXXh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ngXXh_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 ngXXh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ngXXh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ngXXh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ngXXh_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ngXXh_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND p.date_add>'XX-XX-XX XX:XX:XX' AND cp.id_category IN (XX, XX, XX, XX) GROUP BY p.id_product) p INNER JOIN ngXXh_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=XX)) GROUP BY fp.id_feature_value

Tables stress

176 category
170 category_lang
150 category_shop
57 product
57 product_shop
48 product_attribute
35 product_attribute_combination
33 stock_available
25 product_attribute_shop
25 cart_product
24 image
24 image_shop
21 category_group
20 category_product
20 attribute
17 attribute_group
16 product_sale
16 attribute_lang
14 product_lang
14 feature_product
13 feature
13 feature_shop
13 feature_lang
12 module
12 product_group_reduction_cache
12 pack
12 feature_value_lang
12 image_lang
11 module_shop
9 configuration
7 hook
6 lang
6 currency
5 configuration_lang
5 currency_shop
5 attribute_group_shop
5 attribute_group_lang
4 shop_url
4 shop
4 lang_shop
4 country
4 image_type
4 attribute_shop
4 layered_indexable_attribute_lang_value
3 country_lang
3 country_shop
3 hook_alias
3 appagebuilder_page
3 appagebuilder_positions
3 leoslideshow_groups
2 shop_group
2 hook_module
2 appagebuilder_profiles
2 appagebuilder_profiles_lang
2 appagebuilder_profiles_shop
2 currency_lang
2 group
2 group_shop
2 appagebuilder_products
2 appagebuilder_positions_shop
1 module_group
1 meta
1 meta_lang
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 tab
1 appagebuilder_products_shop
1 appagebuilder
1 appagebuilder_shop
1 appagebuilder_lang
1 appagebuilder_details
1 appagebuilder_details_shop
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 specific_price
1 manufacturer
1 manufacturer_shop
1 manufacturer_lang
1 tax_rule
1 tax_rules_group
1 feature_flag
1 zone
1 state
1 btmegamenu_group
1 btmegamenu_group_lang
1 ganalytics_data
1 connections

ObjectModel instances

Name Instances Source
Category 241 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8159]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3000]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8143]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8144]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8160]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8171]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1800]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8176]
/classes/Link.php:402 (__construct) [id: 8176]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8177]
/classes/Link.php:402 (__construct) [id: 8177]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8178]
/classes/Link.php:402 (__construct) [id: 8178]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8179]
/classes/Link.php:402 (__construct) [id: 8179]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8180]
/classes/Link.php:402 (__construct) [id: 8180]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8181]
/classes/Link.php:402 (__construct) [id: 8181]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8182]
/classes/Link.php:402 (__construct) [id: 8182]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8183]
/classes/Link.php:402 (__construct) [id: 8183]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8184]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8185]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8186]
/classes/Link.php:402 (__construct) [id: 8186]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8187]
/classes/Link.php:402 (__construct) [id: 8187]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8188]
/classes/Link.php:402 (__construct) [id: 8188]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8189]
/classes/Link.php:402 (__construct) [id: 8189]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8190]
/classes/Link.php:402 (__construct) [id: 8190]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8191]
/classes/Link.php:402 (__construct) [id: 8191]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8192]
/classes/Link.php:402 (__construct) [id: 8192]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8193]
/classes/Link.php:402 (__construct) [id: 8193]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8194]
/classes/Link.php:402 (__construct) [id: 8194]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8195]
/classes/Link.php:402 (__construct) [id: 8195]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8196]
/classes/Link.php:402 (__construct) [id: 8196]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8197]
/classes/Link.php:402 (__construct) [id: 8197]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8198]
/classes/Link.php:402 (__construct) [id: 8198]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8199]
/classes/Link.php:402 (__construct) [id: 8199]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8200]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8201]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8202]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8203]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8204]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8205]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8206]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8207]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8208]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8209]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8210]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8211]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8212]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8213]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8214]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8215]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8216]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8217]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8218]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8219]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8220]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8221]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8222]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8223]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8224]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8225]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8226]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8227]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8228]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8229]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8230]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8231]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8232]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8233]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8234]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8235]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8236]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8237]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8238]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8239]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8240]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8241]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8242]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8243]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8244]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8245]
/classes/Link.php:402 (__construct) [id: 8245]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8246]
/classes/Link.php:402 (__construct) [id: 8246]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8247]
/classes/Link.php:402 (__construct) [id: 8247]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8248]
/classes/Link.php:402 (__construct) [id: 8248]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8249]
/classes/Link.php:402 (__construct) [id: 8249]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8250]
/classes/Link.php:402 (__construct) [id: 8250]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8251]
/classes/Link.php:402 (__construct) [id: 8251]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8252]
/classes/Link.php:402 (__construct) [id: 8252]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8253]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8254]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8255]
/classes/Link.php:402 (__construct) [id: 8255]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8256]
/classes/Link.php:402 (__construct) [id: 8256]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8257]
/classes/Link.php:402 (__construct) [id: 8257]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8258]
/classes/Link.php:402 (__construct) [id: 8258]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8259]
/classes/Link.php:402 (__construct) [id: 8259]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8260]
/classes/Link.php:402 (__construct) [id: 8260]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8261]
/classes/Link.php:402 (__construct) [id: 8261]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8262]
/classes/Link.php:402 (__construct) [id: 8262]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8263]
/classes/Link.php:402 (__construct) [id: 8263]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8264]
/classes/Link.php:402 (__construct) [id: 8264]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8265]
/classes/Link.php:402 (__construct) [id: 8265]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8266]
/classes/Link.php:402 (__construct) [id: 8266]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8267]
/classes/Link.php:402 (__construct) [id: 8267]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8268]
/classes/Link.php:402 (__construct) [id: 8268]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8269]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8270]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8271]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8272]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8273]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8274]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8275]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8276]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8277]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8278]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8279]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8280]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8281]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8282]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8283]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8284]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8285]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8286]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8287]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8288]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8289]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8290]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8291]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8292]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8293]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8294]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8295]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8296]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8297]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8298]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8299]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8300]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8301]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8302]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8303]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8304]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8305]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8306]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8307]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8308]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8309]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8310]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/classes/Link.php:402 (__construct) [id: 8176]
/classes/Link.php:402 (__construct) [id: 8177]
/classes/Link.php:402 (__construct) [id: 8178]
/classes/Link.php:402 (__construct) [id: 8179]
/classes/Link.php:402 (__construct) [id: 8180]
/classes/Link.php:402 (__construct) [id: 8181]
/classes/Link.php:402 (__construct) [id: 8182]
/classes/Link.php:402 (__construct) [id: 8183]
/classes/Link.php:402 (__construct) [id: 8186]
/classes/Link.php:402 (__construct) [id: 8187]
/classes/Link.php:402 (__construct) [id: 8188]
/classes/Link.php:402 (__construct) [id: 8189]
/classes/Link.php:402 (__construct) [id: 8190]
/classes/Link.php:402 (__construct) [id: 8191]
/classes/Link.php:402 (__construct) [id: 8192]
/classes/Link.php:402 (__construct) [id: 8193]
/classes/Link.php:402 (__construct) [id: 8194]
/classes/Link.php:402 (__construct) [id: 8195]
/classes/Link.php:402 (__construct) [id: 8196]
/classes/Link.php:402 (__construct) [id: 8197]
/classes/Link.php:402 (__construct) [id: 8198]
/classes/Link.php:402 (__construct) [id: 8199]
/classes/Link.php:402 (__construct) [id: 8245]
/classes/Link.php:402 (__construct) [id: 8246]
/classes/Link.php:402 (__construct) [id: 8247]
/classes/Link.php:402 (__construct) [id: 8248]
/classes/Link.php:402 (__construct) [id: 8249]
/classes/Link.php:402 (__construct) [id: 8250]
/classes/Link.php:402 (__construct) [id: 8251]
/classes/Link.php:402 (__construct) [id: 8252]
/classes/Link.php:402 (__construct) [id: 8255]
/classes/Link.php:402 (__construct) [id: 8256]
/classes/Link.php:402 (__construct) [id: 8257]
/classes/Link.php:402 (__construct) [id: 8258]
/classes/Link.php:402 (__construct) [id: 8259]
/classes/Link.php:402 (__construct) [id: 8260]
/classes/Link.php:402 (__construct) [id: 8261]
/classes/Link.php:402 (__construct) [id: 8262]
/classes/Link.php:402 (__construct) [id: 8263]
/classes/Link.php:402 (__construct) [id: 8264]
/classes/Link.php:402 (__construct) [id: 8265]
/classes/Link.php:402 (__construct) [id: 8266]
/classes/Link.php:402 (__construct) [id: 8267]
/classes/Link.php:402 (__construct) [id: 8268]
Product 43 /classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3310]
/classes/Link.php:113 (__construct) [id: 3302]
/classes/Link.php:113 (__construct) [id: 3301]
/classes/Link.php:113 (__construct) [id: 3300]
/classes/Link.php:113 (__construct) [id: 3299]
/classes/Link.php:113 (__construct) [id: 3298]
/classes/Link.php:113 (__construct) [id: 3297]
/classes/Link.php:113 (__construct) [id: 3296]
/classes/Link.php:113 (__construct) [id: 3295]
/classes/Link.php:113 (__construct) [id: 3294]
/classes/Link.php:113 (__construct) [id: 3293]
/classes/Link.php:113 (__construct) [id: 3292]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3310]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3302]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3301]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3300]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3299]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3298]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3297]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3296]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3295]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3294]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3293]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3292]
/classes/Link.php:113 (__construct) [id: 3310]
/classes/Link.php:113 (__construct) [id: 3302]
/classes/Link.php:113 (__construct) [id: 3301]
/classes/Link.php:113 (__construct) [id: 3300]
/classes/Link.php:113 (__construct) [id: 3299]
/classes/Link.php:113 (__construct) [id: 3298]
/classes/Link.php:113 (__construct) [id: 3297]
/classes/Link.php:113 (__construct) [id: 3296]
/classes/Link.php:113 (__construct) [id: 3295]
/classes/Link.php:113 (__construct) [id: 3294]
/classes/Link.php:113 (__construct) [id: 3293]
/classes/Link.php:113 (__construct) [id: 3292]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5958 (__construct) [id: ]
Language 3 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:641 (__construct) [id: 2]
/classes/Tools.php:560 (__construct) [id: 2]
Country 3 /config/config.inc.php:146 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1767 (__construct) [id: 8]
LeoWidget 2 /modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ]
/modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ]
ApPageBuilderProfilesModel 2 /modules/appagebuilder/appagebuilder.php:3357 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2875 (__construct) [id: ]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Group 2 /classes/Cart.php:249 (getCurrent) [id: 1]
/modules/leoproductsearch/leoproductsearch.php:466 (__construct) [id: 1]
ApPageBuilderModel 2 /modules/appagebuilder/appagebuilder.php:2065 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Configuration 1 /modules/appagebuilder/appagebuilder.php:2268 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1691 (__construct) [id: 0]
State 1 /classes/controller/FrontController.php:1766 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1761 (generateAddress) [id: ]
Risk 1 /classes/controller/FrontController.php:1694 (__construct) [id: ]
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 /override/classes/Dispatcher.php
221 /classes/Dispatcher.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
229 /src/Adapter/SymfonyContainer.php
230 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
231 /config/db_slave_server.inc.php
232 /modules/appagebuilder/appagebuilder.php
233 /modules/appagebuilder/libs/Helper.php
234 /modules/appagebuilder/libs/LeoFrameworkHelper.php
235 /modules/appagebuilder/classes/ApPageSetting.php
236 /modules/appagebuilder/classes/ApPageBuilderModel.php
237 /modules/appagebuilder/classes/shortcodes.php
238 /modules/appagebuilder/controllers/admin/AdminApPageBuilderShortcodes.php
239 /modules/appagebuilder/controllers/admin/AdminApPageBuilderPositions.php
240 /modules/appagebuilder/classes/ApPageBuilderPositionsModel.php
241 /classes/controller/ModuleAdminController.php
242 /classes/controller/AdminController.php
243 /modules/appagebuilder/classes/ApShortCodesBuilder.php
244 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php
245 /modules/appagebuilder/classes/ApPageBuilderProductsModel.php
246 /modules/appagebuilder/classes/ApPageBuilderShortcodeModel.php
247 /src/Core/Module/WidgetInterface.php
248 /src/Core/Security/Hashing.php
249 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
250 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
251 /classes/Translate.php
252 /modules/appagebuilder/translations/fr.php
253 /modules/leoblog/leoblog.php
254 /modules/leoblog/loader.php
255 /modules/leoblog/classes/config.php
256 /modules/leoblog/libs/Helper.php
257 /modules/leoblog/classes/leoblogcat.php
258 /modules/leoblog/classes/blog.php
259 /modules/leoblog/classes/link.php
260 /modules/leoblog/classes/comment.php
261 /modules/leoblog/classes/LeoblogOwlCarousel.php
262 /modules/leoblog/translations/fr.php
263 /controllers/front/listing/CategoryController.php
264 /classes/controller/ProductListingFrontController.php
265 /classes/controller/ProductPresentingFrontController.php
266 /classes/controller/FrontController.php
267 /src/PrestaShopBundle/Translation/TranslatorComponent.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
270 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
271 /vendor/symfony/contracts/Translation/TranslatorInterface.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
273 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
274 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
275 /src/PrestaShopBundle/Translation/TranslatorInterface.php
276 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
277 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
278 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
279 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
280 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
281 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
282 /vendor/symfony/contracts/Translation/TranslatorTrait.php
283 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
284 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
285 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
286 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
287 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
288 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
289 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
290 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
291 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
292 /src/Adapter/Presenter/Object/ObjectPresenter.php
293 /src/Adapter/Presenter/PresenterInterface.php
294 /src/Adapter/Presenter/Cart/CartPresenter.php
295 /src/Adapter/Image/ImageRetriever.php
296 /classes/tax/TaxConfiguration.php
297 /classes/Smarty/TemplateFinder.php
298 /classes/assets/StylesheetManager.php
299 /classes/assets/AbstractAssetManager.php
300 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
301 /classes/assets/JavascriptManager.php
302 /classes/assets/CccReducer.php
303 /classes/Category.php
304 /classes/webservice/WebserviceRequest.php
305 /src/Adapter/ContainerBuilder.php
306 /src/Adapter/Environment.php
307 /src/Core/EnvironmentInterface.php
308 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
309 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
310 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
311 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
312 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
313 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
314 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
315 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
316 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
317 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
318 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
319 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
320 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
321 /vendor/symfony/contracts/Service/ResetInterface.php
322 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
323 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
324 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
325 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
326 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
327 /vendor/symfony/contracts/Cache/ItemInterface.php
328 /vendor/psr/cache/src/CacheItemInterface.php
329 /vendor/psr/cache/src/CacheItemPoolInterface.php
330 /vendor/symfony/contracts/Cache/CacheInterface.php
331 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
333 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
335 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
336 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
337 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
338 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
339 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
340 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
392 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
393 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
394 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
395 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
396 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
399 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
400 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
401 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
402 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
403 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
404 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
405 /var/cache/dev/FrontContainer.php
406 /src/Adapter/Container/LegacyContainer.php
407 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
408 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
409 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
410 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
411 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
412 /vendor/psr/container/src/ContainerExceptionInterface.php
413 /vendor/psr/container/src/NotFoundExceptionInterface.php
414 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
415 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
416 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
417 /src/Adapter/Container/LegacyContainerInterface.php
418 /modules/ps_searchbar/vendor/autoload.php
419 /modules/ps_searchbar/vendor/composer/autoload_real.php
420 /modules/ps_searchbar/vendor/composer/platform_check.php
421 /modules/ps_searchbar/vendor/composer/autoload_static.php
422 /modules/ps_sharebuttons/vendor/autoload.php
423 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
424 /modules/ps_sharebuttons/vendor/composer/platform_check.php
425 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
426 /modules/leoquicklogin/vendor/autoload.php
427 /init.php
428 /src/Core/Localization/Locale/Repository.php
429 /src/Core/Localization/Locale/RepositoryInterface.php
430 /src/Core/Localization/CLDR/LocaleRepository.php
431 /src/Core/Localization/CLDR/LocaleDataSource.php
432 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
433 /src/Core/Data/Layer/AbstractDataLayer.php
434 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
435 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
436 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
437 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
438 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
439 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
440 /vendor/symfony/contracts/Cache/CacheTrait.php
441 /vendor/psr/cache/src/InvalidArgumentException.php
442 /vendor/psr/cache/src/CacheException.php
443 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
444 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
445 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
446 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
447 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
448 /src/Core/Localization/CLDR/Reader.php
449 /src/Core/Localization/CLDR/ReaderInterface.php
450 /src/Core/Localization/Currency/Repository.php
451 /src/Core/Localization/Currency/RepositoryInterface.php
452 /src/Core/Localization/Currency/CurrencyDataSource.php
453 /src/Core/Localization/Currency/DataSourceInterface.php
454 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
455 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
456 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
457 /src/Adapter/Currency/CurrencyDataProvider.php
458 /src/Core/Currency/CurrencyDataProviderInterface.php
459 /src/Adapter/LegacyContext.php
460 /src/Adapter/Tools.php
461 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
462 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
463 /vendor/prestashop/decimal/src/Operation/Rounding.php
464 /src/Core/Localization/Locale.php
465 /src/Core/Localization/LocaleInterface.php
466 /src/Core/Localization/Specification/Price.php
467 /src/Core/Localization/Specification/Number.php
468 /src/Core/Localization/Specification/NumberInterface.php
469 /src/Core/Localization/Specification/Factory.php
470 /src/Core/Localization/CLDR/LocaleData.php
471 /src/Core/Localization/CLDR/NumberSymbolsData.php
472 /src/Core/Localization/CLDR/CurrencyData.php
473 /src/Core/Localization/CLDR/Locale.php
474 /src/Core/Localization/CLDR/LocaleInterface.php
475 /src/Core/Localization/Specification/NumberSymbolList.php
476 /classes/Currency.php
477 /src/Core/Localization/Currency/LocalizedCurrencyId.php
478 /src/Core/Localization/Currency/CurrencyData.php
479 /src/Core/Localization/Currency/CurrencyCollection.php
480 /src/Core/Localization/Currency.php
481 /src/Core/Localization/CurrencyInterface.php
482 /src/Core/Localization/Specification/NumberCollection.php
483 /src/Core/Localization/Number/Formatter.php
484 /classes/Cart.php
485 /src/Adapter/AddressFactory.php
486 /classes/CartRule.php
487 /classes/Product.php
488 /src/Core/Domain/Product/ValueObject/RedirectType.php
489 /src/Core/Util/DateTime/DateTime.php
490 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
491 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
492 /src/Core/Domain/Product/ValueObject/ProductType.php
493 /src/Core/Domain/Product/ValueObject/Reference.php
494 /src/Core/Domain/Product/ValueObject/Ean13.php
495 /src/Core/Domain/Product/ValueObject/Isbn.php
496 /src/Core/Domain/Product/ValueObject/Upc.php
497 /src/Core/Domain/Product/ProductSettings.php
498 /src/Core/Domain/Shop/ValueObject/ShopId.php
499 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
500 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
501 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
502 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
503 /modules/ps_emailsubscription/ps_emailsubscription.php
504 /src/PrestaShopBundle/Translation/DomainNormalizer.php
505 /classes/Media.php
506 /modules/ps_socialfollow/ps_socialfollow.php
507 /modules/ps_emailalerts/ps_emailalerts.php
508 /modules/ps_emailalerts/MailAlert.php
509 /src/Adapter/Presenter/Cart/CartLazyArray.php
510 /src/Adapter/Presenter/AbstractLazyArray.php
511 /src/Adapter/Product/PriceFormatter.php
512 /src/Core/Util/Inflector.php
513 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
514 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
515 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
516 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
517 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
518 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
519 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
520 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
521 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
522 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
523 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
524 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
525 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
526 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
527 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
528 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
529 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
530 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
531 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
532 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
533 /classes/Gender.php
534 /classes/Risk.php
535 /classes/Meta.php
536 /classes/Address.php
537 /classes/ImageType.php
538 /classes/State.php
539 /src/Core/Security/PasswordPolicyConfiguration.php
540 /src/Core/Configuration/DataConfigurationInterface.php
541 /src/Core/Filter/FrontEndObject/MainFilter.php
542 /src/Core/Filter/FilterInterface.php
543 /src/Core/Filter/FrontEndObject/CartFilter.php
544 /src/Core/Filter/HashMapWhitelistFilter.php
545 /src/Core/Filter/CollectionFilter.php
546 /src/Core/Filter/FrontEndObject/ProductFilter.php
547 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
548 /src/Core/Filter/FrontEndObject/CustomerFilter.php
549 /src/Core/Filter/FrontEndObject/ShopFilter.php
550 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
551 /modules/ps_shoppingcart/ps_shoppingcart.php
552 /modules/ps_searchbar/ps_searchbar.php
553 /modules/ps_googleanalytics/ps_googleanalytics.php
554 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
555 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
556 /modules/leobootstrapmenu/leobootstrapmenu.php
557 /modules/leobootstrapmenu/classes/Btmegamenu.php
558 /modules/leobootstrapmenu/classes/BtmegamenuGroup.php
559 /modules/leobootstrapmenu/libs/Helper.php
560 /modules/leobootstrapmenu/classes/widgetbase.php
561 /modules/leobootstrapmenu/classes/widget.php
562 /modules/leobootstrapmenu/translations/fr.php
563 /classes/Smarty/SmartyDevTemplate.php
564 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
565 /var/cache/dev/smarty/compile/at_auros/a7/d6/13/a7d613263a4e54057a03e289f51fbe3cdec8b6a6_2.file.javascript_parameter.tpl.php
566 /modules/leoslideshow/leoslideshow.php
567 /modules/leoslideshow/classes/LeoSlideshowConfig.php
568 /modules/leoslideshow/classes/LeoSlideshowGroup.php
569 /modules/leoslideshow/classes/LeoSlideshowSlide.php
570 /modules/leoslideshow/classes/LeoSlideshowStatus.php
571 /modules/leoslideshow/libs/Helper.php
572 /modules/leoslideshow/translations/fr.php
573 /modules/leofeature/leofeature.php
574 /modules/leofeature/classes/ProductReviewCriterion.php
575 /modules/leofeature/classes/ProductReview.php
576 /modules/leofeature/classes/CompareProduct.php
577 /modules/leofeature/classes/WishList.php
578 /modules/leofeature/translations/fr.php
579 /modules/blockgrouptop/blockgrouptop.php
580 /modules/blockgrouptop/translations/fr.php
581 /modules/leoquicklogin/leoquicklogin.php
582 /modules/leoquicklogin/translations/fr.php
583 /classes/Tab.php
584 /modules/leoproductsearch/leoproductsearch.php
585 /modules/leoproductsearch/translations/fr.php
586 /modules/appagebuilder/classes/shortcodes/ApAccordions.php
587 /modules/appagebuilder/classes/shortcodes/ApAjaxTabs.php
588 /modules/appagebuilder/classes/shortcodes/ApAlert.php
589 /modules/appagebuilder/classes/shortcodes/ApBlockCarousel.php
590 /modules/appagebuilder/classes/shortcodes/ApBlockLink.php
591 /modules/appagebuilder/classes/shortcodes/ApBlog.php
592 /modules/appagebuilder/classes/shortcodes/ApButton.php
593 /modules/appagebuilder/classes/shortcodes/ApCategoryImage.php
594 /modules/appagebuilder/classes/shortcodes/ApColumn.php
595 /modules/appagebuilder/classes/shortcodes/ApCountdown.php
596 /modules/appagebuilder/classes/shortcodes/ApCounter.php
597 /modules/appagebuilder/classes/shortcodes/ApFacebook.php
598 /modules/appagebuilder/classes/shortcodes/ApFontAwesome.php
599 /modules/appagebuilder/classes/shortcodes/ApFullSlider.php
600 /modules/appagebuilder/classes/shortcodes/ApGenCode.php
601 /modules/appagebuilder/classes/shortcodes/ApGmap.php
602 /modules/appagebuilder/classes/shortcodes/ApHtml.php
603 /modules/appagebuilder/classes/shortcodes/ApImage.php
604 /modules/appagebuilder/classes/shortcodes/ApImage360.php
605 /modules/appagebuilder/classes/shortcodes/ApImageGallery.php
606 /modules/appagebuilder/classes/shortcodes/ApImageGalleryProduct.php
607 /modules/appagebuilder/classes/shortcodes/ApImageHotspot.php
608 /modules/appagebuilder/classes/shortcodes/ApInstagram.php
609 /modules/appagebuilder/classes/shortcodes/ApManuFacturersCarousel.php
610 /modules/appagebuilder/classes/shortcodes/ApMegamenu.php
611 /modules/appagebuilder/classes/shortcodes/ApModule.php
612 /modules/appagebuilder/classes/shortcodes/ApProductCarousel.php
613 /modules/appagebuilder/classes/shortcodes/ApProductList.php
614 /modules/appagebuilder/classes/shortcodes/ApProductTag.php
615 /modules/appagebuilder/classes/shortcodes/ApQuicklogin.php
616 /modules/appagebuilder/classes/shortcodes/ApRawHtml.php
617 /modules/appagebuilder/classes/shortcodes/ApRow.php
618 /modules/appagebuilder/classes/shortcodes/ApSliderLayer.php
619 /modules/appagebuilder/classes/shortcodes/ApSlideShow.php
620 /modules/appagebuilder/classes/shortcodes/ApTabs.php
621 /modules/appagebuilder/classes/shortcodes/ApTwitter.php
622 /modules/appagebuilder/classes/shortcodes/ApVideo.php
623 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
624 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
625 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
626 /classes/Image.php
627 /classes/Combination.php
628 /vendor/prestashop/decimal/src/DecimalNumber.php
629 /vendor/prestashop/decimal/src/Builder.php
630 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
631 /var/cache/dev/smarty/compile/at_auros/a5/39/17/a539179a64887d65ec7a47d06c52629035136c3b_2.file.header.tpl.php
632 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
633 /modules/refcart/refcart.php
634 /modules/reapro_request/reapro_request.php
635 /src/Core/Product/Search/ProductSearchContext.php
636 /src/Core/Product/Search/ProductSearchQuery.php
637 /src/Core/Product/Search/SortOrder.php
638 /modules/ps_facetedsearch/ps_facetedsearch.php
639 /modules/ps_facetedsearch/src/HookDispatcher.php
640 /modules/ps_facetedsearch/src/Hook/Attribute.php
641 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
642 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
643 /modules/ps_facetedsearch/src/Hook/Category.php
644 /modules/ps_facetedsearch/src/Hook/Configuration.php
645 /modules/ps_facetedsearch/src/Hook/Design.php
646 /modules/ps_facetedsearch/src/Hook/Feature.php
647 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
648 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
649 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
650 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
651 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
652 /modules/ps_facetedsearch/src/Hook/Product.php
653 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
654 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
655 /modules/ps_facetedsearch/src/Filters/Provider.php
656 /modules/ps_facetedsearch/src/URLSerializer.php
657 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
658 /modules/ps_facetedsearch/src/Product/SearchProvider.php
659 /src/Core/Product/Search/FacetsRendererInterface.php
660 /src/Core/Product/Search/ProductSearchProviderInterface.php
661 /modules/ps_facetedsearch/src/Filters/Converter.php
662 /modules/ps_facetedsearch/src/Product/SearchFactory.php
663 /src/Core/Product/Search/ProductSearchResult.php
664 /src/Adapter/Localization/LegacyTranslator.php
665 /modules/ps_facetedsearch/src/Product/Search.php
666 /modules/ps_facetedsearch/src/Adapter/MySQL.php
667 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
668 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
669 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
670 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
671 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
672 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
673 /modules/ps_facetedsearch/src/Filters/Products.php
674 /classes/stock/StockAvailable.php
675 /modules/ps_facetedsearch/src/Filters/Block.php
676 /modules/ps_facetedsearch/src/Definition/Availability.php
677 /classes/Manufacturer.php
678 /src/Core/Util/String/StringModifier.php
679 /src/Core/Util/String/StringModifierInterface.php
680 /src/Core/Product/Search/Facet.php
681 /src/Core/Product/Search/Filter.php
682 /src/Core/Product/Search/FacetCollection.php
683 /classes/ProductAssembler.php
684 /classes/tax/Tax.php
685 /classes/SpecificPrice.php
686 /classes/tax/TaxManagerFactory.php
687 /classes/tax/TaxRulesTaxManager.php
688 /classes/tax/TaxManagerInterface.php
689 /classes/tax/TaxCalculator.php
690 /classes/GroupReduction.php
691 /src/Core/Localization/CLDR/ComputingPrecision.php
692 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
693 /classes/Pack.php
694 /classes/order/Order.php
695 /classes/Feature.php
696 /classes/ProductPresenterFactory.php
697 /src/Adapter/Presenter/Product/ProductListingPresenter.php
698 /src/Adapter/Presenter/Product/ProductPresenter.php
699 /src/Adapter/Product/ProductColorsRetriever.php
700 /src/Adapter/HookManager.php
701 /src/Core/Product/ProductPresentationSettings.php
702 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
703 /src/Adapter/Presenter/Product/ProductLazyArray.php
704 /src/Core/Image/ImageFormatConfiguration.php
705 /src/Core/Image/ImageFormatConfigurationInterface.php
706 /classes/FeatureFlag.php
707 /src/Core/FeatureFlag/FeatureFlagSettings.php
708 /var/cache/dev/smarty/compile/at_auros/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
709 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
710 /vendor/smarty/smarty/libs/plugins/modifier.count.php
711 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
712 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
713 /var/cache/dev/smarty/compile/at_auros/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
714 /src/Core/Product/Search/Pagination.php
715 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/f3/21/e3/f321e38daad4f569072b3838a6d5de0a54e77671_2.file.category.tpl.php
716 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/39/e5/86/39e586e8968f1e3c7ba09573ccd7da2fb6c93a9f_2.file.product-list.tpl.php
717 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/e5/15/45/e51545b5318e02bbc2c03ba47b47ebd0a54a4d55_2.file.layout-left-column.tpl.php
718 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/27/fc/45/27fc4501dc106b0786b84638a508ca4ec7be9dbd_2.file.layout-both-columns.tpl.php
719 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/06/0b/cc/060bcc3e0772802e57f91f090d080ece7b8d433f_2.file.helpers.tpl.php
720 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
721 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/2a/c3/e8/2ac3e8da6dd6d075624308b9e1ee81971373a938_2.file.head.tpl.php
722 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/07/9b/c9/079bc955d3df7d3ace542f331a1888255ac34f2d_2.file.head-jsonld.tpl.php
723 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/10/3c/bf/103cbf54fb0ee7581ea95d2491586c27ef3aea5b_2.file.product-list-jsonld.tpl.php
724 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/7a/1b/a5/7a1ba5bd8e0267cc4dc4b32a912b84018875f19c_2.file.pagination-seo.tpl.php
725 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
726 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
727 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/e0/56/d5/e056d5c3f907930e1a59bfe42cf05552f4f7266a_2.file.setting.tpl.php
728 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
729 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/a9/28/c0/a928c0126339fac4d47a14d1571f22133fdf0daa_2.file.stylesheets.tpl.php
730 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/31/ce/9a/31ce9a58da19c996efb67d3bb3f59152b776f365_2.file.javascript.tpl.php
731 /classes/ProductDownload.php
732 /src/Core/Cart/Calculator.php
733 /src/Core/Cart/CartRowCollection.php
734 /src/Core/Cart/Fees.php
735 /src/Core/Cart/AmountImmutable.php
736 /src/Core/Cart/CartRuleCollection.php
737 /src/Core/Cart/CartRuleCalculator.php
738 /src/Adapter/Product/PriceCalculator.php
739 /src/Core/Cart/CartRow.php
740 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
741 /var/cache/dev/smarty/compile/at_auros/f9/06/81/f906810597606b47448e699d202200fd623cedd4_2.module.leoquickloginviewstemplatesfrontsocial.tpl.php
742 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/bf/de/18/bfde18c4107b420cc78430324a20622dddd1cef4_2.file.product-activation.tpl.php
743 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/8f/6b/f3/8f6bf3a03dce968bfd2d1100bb45233b75f1ef9e_2.file.header.tpl.php
744 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayBanner/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
745 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayNav1/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
746 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayNav2/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
747 /var/cache/dev/smarty/compile/at_auros/3c/32/cf/3c32cff43d3c0020e74de5911e90fbb352803493_2.file.ApGenCode.tpl.php
748 /var/cache/dev/smarty/compile/at_auros/89/a1/6e/89a16e93f99236c1813d794d8e79813bd7164df6_2.file.id_gencode_5cce84018bb74_1557038081.tpl.php
749 /var/cache/dev/smarty/compile/at_auros/48/bc/4f/48bc4f6ce40384d042200c712c1dce2a35f22038_2.file.ApColumn.tpl.php
750 /var/cache/dev/smarty/compile/at_auros/34/aa/7e/34aa7e9529f6d85dbd19b4945e21c33fd177b017_2.file.ApModule.tpl.php
751 /src/Adapter/ObjectPresenter.php
752 /var/cache/dev/smarty/compile/at_auros/34/7b/7b/347b7b2dbb0c5eb05f4041a2bbe49610278770b6_2.module.blockgrouptopviewstemplateshookblockgrouptop.tpl.php
753 /var/cache/dev/smarty/cache/leoproductsearch/1/1/1/2/8/at_auros/f4/e7/28/f4e728b77ac5e9ca7513d26d4e19e190adabeb12.leoproductsearchviewstemplatesfrontleosearch_top.tpl.php
754 /var/cache/dev/smarty/compile/at_auros/59/43/c7/5943c7dc4685ebd0be377fe4d64956999141d04e_2.file.ApRow.tpl.php
755 /var/cache/dev/smarty/cache/2_0_4883294406686996_leobootstrapmenu/20250723/1/1/1/2/1/8/1/at_auros/30/9c/6f/309c6f8b74489b00a28260551e89c35e9fe13559.leobootstrapmenuviewstemplateshookmegamenu.tpl.php
756 /var/cache/dev/smarty/compile/at_auros/a9/ad/0a/a9ad0aeb88d3f03a2efbdfd978dd3ca75fa4747f_2.file.ApMegamenu.tpl.php
757 /var/cache/dev/smarty/compile/at_auros/fc/d5/0c/fcd50c9c59a2a4e1b1dc3bed4fc8dce8da33039f_2.module.appagebuilderviewstemplateshookappagebuilder.tpl.php
758 /var/cache/dev/smarty/compile/at_auros/84/be/88/84be88ef81e7a13d434e8396ff8d301775adb18d_2.file.refcart.tpl.php
759 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayNavFullWidth/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
760 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/70/b4/e2/70b4e2371e2f823126c7f58b13f9286e2b9d6803_2.file.notifications.tpl.php
761 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/7c/29/58/7c2958bce0b7c88f44cd70b5c0f54c367f72a8f6_2.file.breadcrumb.tpl.php
762 /modules/ps_categorytree/ps_categorytree.php
763 /var/cache/dev/smarty/compile/at_auros/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
764 /var/cache/dev/smarty/compile/at_auros/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
765 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayLeftColumn/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
766 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/a9/fc/28/a9fc28738efb1cd83182932d9f3692ab310099e6_2.file.category-header.tpl.php
767 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/b6/ef/ff/b6efff97dfe6f284234bf91caa96681c43e799b4_2.file.subcategories.tpl.php
768 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/0d/68/c0/0d68c085886791d99b91d6f21dcd2efd678a8c2d_2.file.products-top.tpl.php
769 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/d9/25/8c/d9258cbff66fe28c1de75e7f6fa9d99c1a175972_2.file.sort-orders.tpl.php
770 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/58/93/04/5893048ab2c4d78babe63343153fe595671f2980_2.file.products.tpl.php
771 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/2a/eb/68/2aeb68f05f5edb7b353298a02c07497fb0619025_2.file.leo_col_products.tpl.php
772 /vendor/smarty/smarty/libs/plugins/function.math.php
773 /var/cache/dev/smarty/compile/54/fd/93/54fd9343b222ffb5b6d8096021eb6a67e1e9abd3_2.file.plist2629961988.tpl.php
774 /var/cache/dev/smarty/compile/at_auros/45/64/ea/4564eade39c9dd7d546ec79e07e4325b9d36432d_2.file.leo_wishlist_button.tpl.php
775 /var/cache/dev/smarty/compile/at_auros/e5/f8/8c/e5f88c90cd03f9ff8a7f2b4a633cbf3a16016055_2.file.leo_compare_button.tpl.php
776 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/20/6f/1b/206f1b1d4441cd129279f3815693c93799156e55_2.file.pagination.tpl.php
777 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/53/6d/ba/536dba5c555d1e0c95ebca1fe1c0642efcb81bdc_2.file.products-bottom.tpl.php
778 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/57/b5/83/57b5834c2f421016ba2afff3a49da000256d69f0_2.file.category-footer.tpl.php
779 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/1b/d5/d0/1bd5d0699be6be0d0886623a1bafc576a7a92b5a_2.file.footer.tpl.php
780 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayFooterBefore/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
781 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayFooter/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
782 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayFooterAfter/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php
783 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/06/ff/53/06ff533711f4ca7f5e13b4e8e076eab98a910984_2.file.paneltool.tpl.php
784 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/pagebuilderConfig/profile/at_auros/a0/cc/63/a0cc63fa40bfee2b40827e4f4ce0a6ee0eb1f885.config.tpl.php
785 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/pagebuilderConfig/header/at_auros/a0/cc/63/a0cc63fa40bfee2b40827e4f4ce0a6ee0eb1f885.config.tpl.php
786 /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/pagebuilderConfig/footer/at_auros/a0/cc/63/a0cc63fa40bfee2b40827e4f4ce0a6ee0eb1f885.config.tpl.php
787 /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/00/25/d5/0025d5bc8e45319647fc53e5d82da494f0f28090_2.file.password-policy-template.tpl.php
788 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
789 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
790 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
791 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
792 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
793 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
794 /modules/statsdata/statsdata.php
795 /classes/Connection.php
796 /classes/ConnectionsSource.php
797 /var/cache/dev/smarty/compile/at_auros/ee/2b/0b/ee2b0bf23e7b8e64b5876d9c95561e71a372a184_2.module.leoquickloginviewstemplatesfrontsociallogin_form.tpl.php
798 /var/cache/dev/smarty/compile/at_auros/af/e9/74/afe974643c400d6544c0608f1c7aec4ec20d70e3_2.module.leoquickloginviewstemplatesfrontleoquicklogin_form.tpl.php
799 /var/cache/dev/smarty/compile/at_auros/01/53/db/0153dba508ba33b8497625ce148519b6db90fcee_2.module.leoquickloginviewstemplatesfrontmodal.tpl.php
800 /var/cache/dev/smarty/compile/at_auros/da/c2/b9/dac2b96abad42fdbadb6bbb1c96293f5f8a25c45_2.module.leoquickloginviewstemplatesfrontmodal_social.tpl.php
801 /modules/appagebuilder/libs/LeoOptimization.php