Filtres actifs

  • Catégories : NOUVEAU

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 621.957 ms
Querying Time 309 ms
Queries 433
Memory Peak Usage 46.8 Mb
Included Files 804 files - 10.61 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 16.768 ms 16.768 ms 18.22 Mb 18.6 Mb
__construct 9.891 ms 26.659 ms 2.04 Mb 21.8 Mb
init 131.025 ms 157.684 ms 6.55 Mb 27.0 Mb
checkAccess 0.002 ms 157.686 ms - Mb 27.0 Mb
setMedia 14.405 ms 172.091 ms 0.80 Mb 27.9 Mb
postProcess 0.002 ms 172.093 ms - Mb 27.9 Mb
initHeader 0.003 ms 172.096 ms - Mb 27.9 Mb
initContent 364.298 ms 536.394 ms 13.23 Mb 40.9 Mb
initFooter 0.003 ms 536.397 ms - Mb 40.9 Mb
display 85.560 ms 621.957 ms 5.68 Mb 46.8 Mb
Hook Time Memory Usage
DisplayHeader 44.883 ms 3.55 Mb
displayTop 19.619 ms 0.96 Mb
DisplayLeoProfileProduct 15.729 ms 0.79 Mb
DisplayBeforeBodyClosingTag 15.060 ms 0.51 Mb
displayLeftColumn 10.149 ms 0.71 Mb
DisplayLeoWishlistButton 3.821 ms 0.04 Mb
PagebuilderConfig 2.532 ms 0.20 Mb
DisplayLeoCompareButton 2.352 ms - Mb
ModuleRoutes 2.169 ms - Mb
ProductSearchProvider 2.002 ms 0.16 Mb
ActionFrontControllerSetMedia 1.465 ms 0.13 Mb
displayBanner 0.778 ms 0.06 Mb
Header 0.643 ms 0.01 Mb
DisplayFooterBefore 0.520 ms 0.06 Mb
FilterCategoryContent 0.467 ms 0.01 Mb
DisplayFooter 0.375 ms 0.06 Mb
DisplayFooterAfter 0.355 ms 0.06 Mb
displayFooter 0.303 ms 0.04 Mb
DisplayAfterBodyOpeningTag 0.292 ms 0.01 Mb
displayFooterBefore 0.268 ms 0.01 Mb
DisplayLeftColumn 0.238 ms 0.03 Mb
displayNavFullWidth 0.227 ms 0.01 Mb
displayFooterAfter 0.214 ms 0.01 Mb
displayNav1 0.212 ms 0.01 Mb
displayNav2 0.197 ms 0.01 Mb
DisplayTop 0.177 ms 0.02 Mb
DisplayLeoCartButton 0.107 ms - Mb
ActionOutputHTMLBefore 0.066 ms 0.07 Mb
FilterHtmlContent 0.014 ms - Mb
LeftColumn 0.008 ms - Mb
30 hook(s) 125.242 ms 7.12 Mb
Module Time Memory Usage
appagebuilder 107.822 ms 8.45 Mb
leoblog 8.395 ms 0.89 Mb
ps_emailsubscription 4.867 ms 0.45 Mb
ps_socialfollow 0.712 ms 0.07 Mb
ps_emailalerts 3.755 ms 0.25 Mb
ps_shoppingcart 0.743 ms 0.05 Mb
ps_searchbar 0.550 ms 0.03 Mb
ps_googleanalytics 2.951 ms 0.18 Mb
leobootstrapmenu 16.554 ms 1.12 Mb
leoslideshow 11.901 ms 0.90 Mb
leofeature 15.133 ms 0.61 Mb
blockgrouptop 4.424 ms 0.24 Mb
leoquicklogin 6.651 ms 0.55 Mb
leoproductsearch 1.553 ms 0.13 Mb
refcart 0.547 ms 0.05 Mb
reapro_request 0.494 ms 0.05 Mb
ps_facetedsearch 6.081 ms 0.65 Mb
ps_categorytree 10.508 ms 0.76 Mb
statsdata 12.249 ms 0.33 Mb
19 module(s) 215.891 ms 15.75 Mb

Stopwatch SQL - 433 queries

# Query Time (ms) Rows Filesort Group By Location
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 cp.id_category='1800' GROUP BY p.id_product) p WHERE ((p.on_sale=1))
23.733 ms 1866240000 /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 cp.id_category='1800' GROUP BY p.id_product) p WHERE p.date_add>'2025-07-04 00:00:00'
19.426 ms 1866240000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
239
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 cp.id_category='1800'
19.041 ms 43200 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
220
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 cp.id_category='1800' 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
16.108 ms 3750 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
224
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='1800' 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.977 ms 3002 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
237
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 cp.id_category='1800' GROUP BY p.id_product) p GROUP BY p.id_manufacturer
12.418 ms 1866240000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
238
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 cp.id_category='1800' GROUP BY p.id_product) p GROUP BY p.condition
9.929 ms 1866240000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
222
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='1800' 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)))
8.960 ms 3002 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
223
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='1800' 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))
8.089 ms 3002 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
229
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' 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
7.670 ms 3808 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
33
SELECT SQL_NO_CACHE c.id_currency
FROM `ng3h_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
7.314 ms 1 /classes/Currency.php:893
395
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "leobootstrapmenu" LIMIT 1
6.119 ms 1 /classes/module/Module.php:2636
427
INSERT INTO `ng3h_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
4.017 ms 1 /classes/ObjectModel.php:622
400
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
3.756 ms 239 Yes Yes /classes/Category.php:799
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
3.058 ms 1 Yes /classes/shop/Shop.php:1364
432
INSERT INTO `ng3h_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('35289', '', 'porcelaine-girard.vizualee.fr/fr/2-accueil?page=10&q=Cat%C3%A9gories-NOUVEAU', '', '2025-07-23 07:19:58')
3.053 ms 1 /classes/ObjectModel.php:622
252
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
2.736 ms 309 /classes/Hook.php:456
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`
2.570 ms 134 Yes Yes /classes/Hook.php:1233
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
2.222 ms 1 /src/Adapter/EntityMapper.php:71
244
REPLACE INTO ng3h_layered_filter_block (hash, data) VALUES ("eaef2d00e520155dc2a1d07f7465f5d6", "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:123;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:57;}}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:2:{s:4:\"name\";s:15:\"Nouveau produit\";s:3:\"nbr\";i:180;}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:2:{s:4:\"name\";s:6:\"VERRES\";s:3:\"nbr\";i:29;}i:8144;a:2:{s:4:\"name\";s:8:\"COUVERTS\";s:3:\"nbr\";i:18;}i:8160;a:2:{s:4:\"name\";s:16:\"PERSONNALISATION\";s:3:\"nbr\";i:3;}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:2:{s:4:\"name\";s:4:\"8014\";s:3:\"nbr\";i:5;}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:180;}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:180;}}}")
2.042 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
2.016 ms 267 Yes Yes /classes/Category.php:924
251
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.784 ms 0 /classes/Hook.php:1292
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.694 ms 700 /classes/Configuration.php:180
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.649 ms 700 /classes/Configuration.php:180
431
INSERT INTO `ng3h_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('110075', '8', '3628718256', '', '1', '1', '2025-07-23 07:19:58')
1.487 ms 1 /classes/ObjectModel.php:622
245
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 (3134,3133,3132,3131,3129,3128,3127,3126,3125,3124,3123,3122)
1.215 ms 12 /classes/ProductAssembler.php:95
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 cp.id_category='1800' 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:19:57' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2025-07-23 07:19:57' <= sp.to) 
) WHERE ((sp.reduction>0))
1.198 ms 2 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
234
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 cp.id_category='1800' 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
1.155 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
241
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 cp.id_category='1800' 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
1.138 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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
1.138 ms 1 /src/Adapter/EntityMapper.php:71
240
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
1.135 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
243
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 cp.id_category='1800' 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.049 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
228
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.027 ms 267 Yes /classes/Category.php:724
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.971 ms 1 /src/Adapter/EntityMapper.php:71
233
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 cp.id_category='1800' 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.960 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
236
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.945 ms 4 Yes /classes/Manufacturer.php:211
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.879 ms 1 /src/Adapter/EntityMapper.php:71
231
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 cp.id_category='1800' 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.829 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
235
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 cp.id_category='1800' 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.803 ms 2 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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.763 ms 74 /classes/module/Module.php:345
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.715 ms 112 /modules/appagebuilder/classes/ApPageBuilderModel.php:302
218
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.709 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ng3h_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.681 ms 1 /classes/shop/ShopUrl.php:182
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.678 ms 74 /classes/module/Module.php:345
390
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.676 ms 241 Yes /classes/Country.php:148
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ng3h_hook`
0.658 ms 885 /classes/Hook.php:1292
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `ng3h_hook` h
WHERE (h.active = 1)
0.629 ms 885 /classes/Hook.php:1332
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.626 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.621 ms 1 /src/Adapter/EntityMapper.php:71
219
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.613 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
407
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 (3134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.595 ms 1 Yes Yes /classes/Product.php:4520
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.576 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.573 ms 52 Yes /override/classes/Dispatcher.php:150
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.559 ms 74 /classes/module/Module.php:345
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` = 'NOUVEAU'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.552 ms 2 /classes/Category.php:1500
426
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 (3134,3133,3132,3131,3129,3128,3127,3126,3125,3124,3123,3122) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
0.530 ms 27 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
232
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.523 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
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 (3126) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.522 ms 1 Yes Yes /classes/Product.php:4520
266
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` = 3133 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` = 3133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1423
30
SELECT SQL_NO_CACHE * FROM `ng3h_currency` c ORDER BY `iso_code` ASC
0.514 ms 1 Yes /classes/Currency.php:709
242
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.499 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
230
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.498 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
190
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.496 ms 0 /classes/module/Module.php:2636
391
SELECT SQL_NO_CACHE * FROM `ng3h_state` ORDER BY `name` ASC
0.492 ms 352 Yes /classes/Country.php:155
297
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` = 3128) AND (b.`id_shop` = 1) LIMIT 1
0.474 ms 1 /src/Adapter/EntityMapper.php:71
257
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` = 3134 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` = 3134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.469 ms 0 /classes/Cart.php:1423
267
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 = 3133
ORDER BY f.position ASC
0.469 ms 2 Yes /classes/Product.php:6015
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.466 ms 1 /src/Adapter/EntityMapper.php:71
428
SELECT SQL_NO_CACHE `id_guest`
FROM `ng3h_connections`
WHERE `id_guest` = 110075
AND `date_add` > '2025-07-23 06:49:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.465 ms 1 Yes /classes/Connection.php:168
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `ng3h_hook_alias`
0.463 ms 87 /classes/Hook.php:287
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.462 ms 1 Yes /classes/PrestaShopCollection.php:383
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.454 ms 6 /modules/appagebuilder/classes/ApPageBuilderProductsModel.php:147
347
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 3123 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` = 3123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.439 ms 0 /classes/Cart.php:1423
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
0.437 ms 13 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
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.427 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 (3127) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.424 ms 1 Yes Yes /classes/Product.php:4520
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.423 ms 4 /classes/Language.php:1216
275
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` = 3132 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` = 3132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.423 ms 0 /classes/Cart.php:1423
21
DELETE FROM `ng3h_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
)
0.421 ms 1 /classes/Configuration.php:578
293
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` = 3129 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` = 3129 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
410
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 (3131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.411 ms 1 Yes Yes /classes/Product.php:4520
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.408 ms 1 /src/Adapter/EntityMapper.php:71
408
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 (3133) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.406 ms 1 Yes Yes /classes/Product.php:4520
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.404 ms 1 Yes /classes/shop/Shop.php:715
311
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` = 3127 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` = 3127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.401 ms 0 /classes/Cart.php:1423
284
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` = 3131 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` = 3131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1423
329
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` = 3125 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` = 3125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.395 ms 0 /classes/Cart.php:1423
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 (3129) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.390 ms 1 Yes Yes /classes/Product.php:4520
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.387 ms 13 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:137
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 (3124) 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
302
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` = 3128 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` = 3128 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1423
320
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` = 3126 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` = 3126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.381 ms 0 /classes/Cart.php:1423
409
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 (3132) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.381 ms 1 Yes Yes /classes/Product.php:4520
285
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 = 3131
ORDER BY f.position ASC
0.380 ms 2 Yes /classes/Product.php:6015
356
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` = 3122 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` = 3122 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.380 ms 0 /classes/Cart.php:1423
303
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 = 3128
ORDER BY f.position ASC
0.379 ms 2 Yes /classes/Product.php:6015
338
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` = 3124 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` = 3124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.378 ms 0 /classes/Cart.php:1423
248
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` = 3134) AND (b.`id_shop` = 1) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
258
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 = 3134
ORDER BY f.position ASC
0.372 ms 2 Yes /classes/Product.php:6015
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.369 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.368 ms 7 /modules/appagebuilder/appagebuilder.php:2129
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 (3128) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.367 ms 1 Yes Yes /classes/Product.php:4520
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 (3125) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.367 ms 1 Yes Yes /classes/Product.php:4520
45
SELECT SQL_NO_CACHE page from `ng3h_appagebuilder_page` where id_category = '2' AND id_shop = '1' LIMIT 1
0.365 ms 1 /modules/appagebuilder/appagebuilder.php:3846
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 (3123) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.365 ms 1 Yes Yes /classes/Product.php:4520
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 (3122) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.364 ms 1 Yes Yes /classes/Product.php:4520
342
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` = 3123) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
261
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` = 3133) AND (b.`id_shop` = 1) LIMIT 1
0.363 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.362 ms 1 /src/Adapter/EntityMapper.php:71
270
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` = 3132) AND (b.`id_shop` = 1) LIMIT 1
0.359 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.357 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.355 ms 1 /classes/Product.php:1106
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.353 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.351 ms 1 /src/Adapter/EntityMapper.php:71
200
SELECT SQL_NO_CACHE id_tab, class_name FROM `ng3h_tab`
0.351 ms 159 /classes/Tab.php:357
321
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 = 3126
ORDER BY f.position ASC
0.347 ms 2 Yes /classes/Product.php:6015
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.345 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.343 ms 1 /src/Adapter/EntityMapper.php:71
306
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` = 3127) AND (b.`id_shop` = 1) LIMIT 1
0.342 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.334 ms 8 Yes /classes/ImageType.php:109
288
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` = 3129) AND (b.`id_shop` = 1) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
315
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` = 3126) AND (b.`id_shop` = 1) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
358
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` = 3134
ORDER BY `position`
0.331 ms 1 Yes /classes/Product.php:3545
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.330 ms 1 /modules/appagebuilder/appagebuilder.php:2123
279
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` = 3131) AND (b.`id_shop` = 1) LIMIT 1
0.330 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.329 ms 1 /src/Adapter/EntityMapper.php:71
249
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` = 3134)
0.329 ms 1 /classes/Product.php:3860
262
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 3133)
0.329 ms 1 /classes/Product.php:3860
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.328 ms 1 /src/Adapter/EntityMapper.php:71
330
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 = 3125
ORDER BY f.position ASC
0.328 ms 2 Yes /classes/Product.php:6015
312
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 = 3127
ORDER BY f.position ASC
0.327 ms 2 Yes /classes/Product.php:6015
333
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` = 3124) AND (b.`id_shop` = 1) LIMIT 1
0.327 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.326 ms 1 /src/Adapter/EntityMapper.php:71
351
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` = 3122) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
324
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` = 3125) AND (b.`id_shop` = 1) LIMIT 1
0.323 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.321 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
276
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 = 3132
ORDER BY f.position ASC
0.317 ms 2 Yes /classes/Product.php:6015
294
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 = 3129
ORDER BY f.position ASC
0.317 ms 2 Yes /classes/Product.php:6015
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.315 ms 1 /src/Adapter/EntityMapper.php:71
363
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` = 3132
ORDER BY `position`
0.315 ms 1 Yes /classes/Product.php:3545
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.314 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.314 ms 1 /src/Adapter/EntityMapper.php:71
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.313 ms 1 /classes/Currency.php:1136
205
SELECT SQL_NO_CACHE `width`, `height`
FROM ng3h_image_type
WHERE `name` = 'home_default' LIMIT 1
0.313 ms 1 /classes/Image.php:563
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.312 ms 1 /src/Adapter/EntityMapper.php:71
18
SELECT SQL_NO_CACHE name, alias FROM `ng3h_hook_alias`
0.309 ms 87 /classes/Hook.php:339
221
SELECT SQL_NO_CACHE data FROM ng3h_layered_filter_block WHERE hash="eaef2d00e520155dc2a1d07f7465f5d6" LIMIT 1
0.309 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
339
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 = 3124
ORDER BY f.position ASC
0.308 ms 2 Yes /classes/Product.php:6015
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.306 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.306 ms 1 /src/Adapter/EntityMapper.php:71
348
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 = 3123
ORDER BY f.position ASC
0.306 ms 2 Yes /classes/Product.php:6015
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` = 3126
ORDER BY `position`
0.306 ms 1 Yes /classes/Product.php:3545
401
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.306 ms 1 /classes/Category.php:2242
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.304 ms 1 /src/Adapter/EntityMapper.php:71
357
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 = 3122
ORDER BY f.position ASC
0.303 ms 2 Yes /classes/Product.php:6015
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.302 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.302 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.300 ms 1 /src/Adapter/EntityMapper.php:71
422
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.300 ms 13 /modules/appagebuilder/appagebuilder.php:1388
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.298 ms 1 /src/Adapter/EntityMapper.php:71
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.297 ms 1 /src/Adapter/EntityMapper.php:71
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.296 ms 1 /src/Adapter/EntityMapper.php:71
37
SELECT SQL_NO_CACHE *
FROM `ng3h_currency_lang`
WHERE `id_currency` = 1
0.295 ms 2 /src/Adapter/EntityMapper.php:79
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.295 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.294 ms 2 /classes/Language.php:1080
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.294 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.294 ms 1 /src/Adapter/EntityMapper.php:71
383
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.294 ms 1 /classes/Cart.php:4210
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.293 ms 1 /src/Adapter/EntityMapper.php:71
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.293 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.292 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.291 ms 1 /src/Adapter/EntityMapper.php:71
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.290 ms 1 /src/Adapter/EntityMapper.php:71
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.289 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.288 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.288 ms 1 /src/Adapter/EntityMapper.php:71
246
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` = 3134
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
361
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` = 3133
ORDER BY `position`
0.288 ms 1 Yes /classes/Product.php:3545
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.287 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.287 ms 1 /src/Adapter/EntityMapper.php:71
404
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.287 ms 1 Yes /classes/Category.php:1600
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.286 ms 1 /src/Adapter/EntityMapper.php:71
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.285 ms 1 /src/Adapter/EntityMapper.php:71
298
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 3128)
0.285 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.284 ms 0 /modules/appagebuilder/appagebuilder.php:2111
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.283 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.283 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.281 ms 1 /src/Adapter/EntityMapper.php:71
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.280 ms 1 /src/Adapter/EntityMapper.php:71
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.279 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.279 ms 1 /src/Adapter/EntityMapper.php:71
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.279 ms 1 /src/Adapter/EntityMapper.php:71
259
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` = 3133
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:3570
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.278 ms 1 /src/Adapter/EntityMapper.php:71
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.277 ms 1 /src/Adapter/EntityMapper.php:71
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.276 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.276 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.276 ms 1 /src/Adapter/EntityMapper.php:71
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.275 ms 1 /src/Adapter/EntityMapper.php:71
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.275 ms 1 /src/Adapter/EntityMapper.php:71
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.275 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.275 ms 1 /src/Adapter/EntityMapper.php:71
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.275 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.274 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.274 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.274 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.274 ms 1 /src/Adapter/EntityMapper.php:71
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.273 ms 1 /src/Adapter/EntityMapper.php:71
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.273 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.273 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.273 ms 1 /src/Adapter/EntityMapper.php:71
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.273 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.272 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.272 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.272 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.272 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.272 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.272 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.271 ms 1 /src/Adapter/EntityMapper.php:71
253
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.271 ms 0 /classes/tax/TaxRulesTaxManager.php:109
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.270 ms 1 /src/Adapter/EntityMapper.php:71
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.270 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` = 3129
ORDER BY `position`
0.270 ms 1 Yes /classes/Product.php:3545
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.270 ms 1 /src/Adapter/EntityMapper.php:71
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.270 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.270 ms 1 /src/Adapter/EntityMapper.php:71
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.270 ms 1 /src/Adapter/EntityMapper.php:71
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.270 ms 1 /src/Adapter/EntityMapper.php:71
316
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` = 3126)
0.270 ms 1 /classes/Product.php:3860
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` = 3131
ORDER BY `position`
0.270 ms 1 Yes /classes/Product.php:3545
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.269 ms 1 /src/Adapter/EntityMapper.php:71
286
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` = 3129
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3570
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.269 ms 1 /src/Adapter/EntityMapper.php:71
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.269 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` = 3128
ORDER BY `position`
0.269 ms 1 Yes /classes/Product.php:3545
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.268 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.268 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.268 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` = 3127
ORDER BY `position`
0.268 ms 1 Yes /classes/Product.php:3545
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.267 ms 1 /src/Adapter/EntityMapper.php:71
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.267 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.266 ms 1 /src/Adapter/EntityMapper.php:71
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.266 ms 1 /src/Adapter/EntityMapper.php:71
430
SELECT SQL_NO_CACHE `id_page`
FROM `ng3h_page`
WHERE `id_page_type` = 7 AND `id_object` = 2 LIMIT 1
0.265 ms 1 /classes/Page.php:83
23
DELETE FROM `ng3h_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
)
0.264 ms 1 /classes/Configuration.php:578
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` = 3125
ORDER BY `position`
0.264 ms 1 Yes /classes/Product.php:3545
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` = 3122
ORDER BY `position`
0.263 ms 1 Yes /classes/Product.php:3545
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.262 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.262 ms 1 /src/Adapter/EntityMapper.php:71
397
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.262 ms 1 /modules/leobootstrapmenu/classes/BtmegamenuGroup.php:94
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` = 3124
ORDER BY `position`
0.261 ms 1 Yes /classes/Product.php:3545
213
SELECT SQL_NO_CACHE * FROM `ng3h_appagebuilder_positions` WHERE id_appagebuilder_positions IN(31,32,33,34)
0.260 ms 4 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:404
392
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.260 ms 1 Yes /classes/Currency.php:694
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.259 ms 1 /src/Adapter/EntityMapper.php:71
271
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` = 3132)
0.259 ms 1 /classes/Product.php:3860
343
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` = 3123)
0.258 ms 1 /classes/Product.php:3860
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` = 3123
ORDER BY `position`
0.258 ms 1 Yes /classes/Product.php:3545
197
SELECT SQL_NO_CACHE *
FROM `ng3h_country_lang`
WHERE `id_country` = 8
0.256 ms 2 /src/Adapter/EntityMapper.php:79
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.255 ms 1 /src/Adapter/EntityMapper.php:71
280
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` = 3131)
0.255 ms 1 /classes/Product.php:3860
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.254 ms 1 /src/Adapter/EntityMapper.php:71
204
SELECT SQL_NO_CACHE * FROM `ng3h_image_type`
0.254 ms 8 /classes/ImageType.php:161
334
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 3124)
0.253 ms 1 /classes/Product.php:3860
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.252 ms 1 /src/Adapter/EntityMapper.php:71
289
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 3129)
0.252 ms 1 /classes/Product.php:3860
366
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3131
0.252 ms 1 /classes/Product.php:2902
423
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.251 ms 30 /modules/appagebuilder/appagebuilder.php:1388
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.250 ms 1 /src/Adapter/EntityMapper.php:71
195
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ng3h_country`
WHERE `id_country` = 8 LIMIT 1
0.250 ms 1 /classes/Country.php:405
352
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` = 3122)
0.250 ms 1 /classes/Product.php:3860
325
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` = 3125)
0.250 ms 1 /classes/Product.php:3860
25
DELETE FROM `ng3h_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
)
0.249 ms 1 /classes/Configuration.php:578
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.249 ms 1 /src/Adapter/EntityMapper.php:71
307
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` = 3127)
0.249 ms 1 /classes/Product.php:3860
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.248 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.248 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.247 ms 1 /classes/shop/Shop.php:218
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.246 ms 1 /src/Adapter/EntityMapper.php:71
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.246 ms 1 /src/Adapter/EntityMapper.php:71
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.245 ms 1 /src/Adapter/EntityMapper.php:71
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.243 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.243 ms 1 /src/Adapter/EntityMapper.php:71
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.242 ms 1 /src/Adapter/EntityMapper.php:71
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.242 ms 1 /src/Adapter/EntityMapper.php:71
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.242 ms 1 /src/Adapter/EntityMapper.php:71
268
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` = 3132
AND image_shop.`cover` = 1 LIMIT 1
0.241 ms 1 /classes/Product.php:3570
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.239 ms 1 /src/Adapter/EntityMapper.php:71
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.239 ms 1 /src/Adapter/EntityMapper.php:71
406
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.238 ms 6 /modules/appagebuilder/appagebuilder.php:1279
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.237 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.236 ms 1 /src/Adapter/EntityMapper.php:71
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.235 ms 1 /src/Adapter/EntityMapper.php:71
313
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` = 3126
AND image_shop.`cover` = 1 LIMIT 1
0.235 ms 1 /classes/Product.php:3570
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.235 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.234 ms 1 /src/Adapter/EntityMapper.php:71
31
SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.233 ms 2 /classes/Language.php:883
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.233 ms 1 /src/Adapter/EntityMapper.php:71
277
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` = 3131
AND image_shop.`cover` = 1 LIMIT 1
0.233 ms 1 /classes/Product.php:3570
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.232 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.231 ms 1 /src/Adapter/EntityMapper.php:71
424
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.231 ms 30 /modules/appagebuilder/appagebuilder.php:1388
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.230 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.229 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.229 ms 1 /src/Adapter/EntityMapper.php:71
295
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` = 3128
AND image_shop.`cover` = 1 LIMIT 1
0.228 ms 1 /classes/Product.php:3570
419
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.228 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
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.227 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.227 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.227 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.225 ms 1 /src/Adapter/EntityMapper.php:71
32
SELECT SQL_NO_CACHE value FROM `ng3h_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.225 ms 1 /classes/shop/Shop.php:1183
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.225 ms 1 /src/Adapter/EntityMapper.php:71
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.224 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.224 ms 1 /src/Adapter/EntityMapper.php:71
304
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` = 3127
AND image_shop.`cover` = 1 LIMIT 1
0.224 ms 1 /classes/Product.php:3570
331
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` = 3124
AND image_shop.`cover` = 1 LIMIT 1
0.223 ms 1 /classes/Product.php:3570
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.222 ms 1 /src/Adapter/EntityMapper.php:71
349
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` = 3122
AND image_shop.`cover` = 1 LIMIT 1
0.222 ms 1 /classes/Product.php:3570
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.222 ms 1 /src/Adapter/EntityMapper.php:71
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.222 ms 1 /src/Adapter/EntityMapper.php:71
340
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` = 3123
AND image_shop.`cover` = 1 LIMIT 1
0.221 ms 1 /classes/Product.php:3570
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.220 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE page from `ng3h_appagebuilder_page` where id_category = '2' AND id_shop = '1' LIMIT 1
0.220 ms 1 /modules/appagebuilder/appagebuilder.php:1267
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.219 ms 1 /src/Adapter/EntityMapper.php:71
322
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` = 3125
AND image_shop.`cover` = 1 LIMIT 1
0.219 ms 1 /classes/Product.php:3570
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.219 ms 1 /src/Adapter/EntityMapper.php:71
421
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.218 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
191
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.218 ms 0 /classes/module/Module.php:2109
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.217 ms 1 /src/Adapter/EntityMapper.php:71
194
SELECT SQL_NO_CACHE format
FROM `ng3h_address_format`
WHERE `id_country` = 8 LIMIT 1
0.217 ms 1 /classes/AddressFormat.php:656
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.216 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.215 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.214 ms 1 /src/Adapter/EntityMapper.php:71
40
SELECT SQL_NO_CACHE *
FROM `ng3h_group_lang`
WHERE `id_group` = 1
0.214 ms 2 /src/Adapter/EntityMapper.php:79
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.214 ms 1 /src/Adapter/EntityMapper.php:71
198
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ng3h_required_field
0.214 ms 1 /classes/ObjectModel.php:1592
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.212 ms 1 /src/Adapter/EntityMapper.php:71
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.211 ms 1 /src/Adapter/EntityMapper.php:71
206
SELECT SQL_NO_CACHE `width`, `height`
FROM ng3h_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.211 ms 1 /classes/Image.php:563
282
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3131 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:156
420
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.211 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
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.209 ms 1 /classes/Category.php:1378
256
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:453
250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3134 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6870
3
SELECT SQL_NO_CACHE *
FROM `ng3h_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.204 ms 1 /src/Adapter/EntityMapper.php:71
346
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:453
38
SELECT SQL_NO_CACHE id_shop
FROM `ng3h_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.199 ms 1 /classes/ObjectModel.php:1729
214
SELECT SQL_NO_CACHE `name`
FROM `ng3h_hook`
WHERE `id_hook` = 961 LIMIT 1
0.198 ms 1 /classes/Hook.php:244
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
274
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3132) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.196 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.195 ms 1 /classes/Category.php:2450
7
SELECT SQL_NO_CACHE *
FROM `ng3h_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:71
317
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3126 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6870
12
SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang` WHERE `iso_code` = 'fr' LIMIT 1
0.188 ms 2 /classes/Language.php:854
402
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.186 ms 1 /classes/Category.php:1585
292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3129) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:453
364
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3132
0.184 ms 1 /classes/Product.php:2902
328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:453
35
SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.183 ms 2 /classes/Language.php:883
247
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.181 ms 1 /classes/Product.php:5655
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:453
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.179 ms 1 /classes/stock/StockAvailable.php:453
429
SELECT SQL_NO_CACHE id_page_type
FROM ng3h_page_type
WHERE name = 'category' LIMIT 1
0.176 ms 1 /classes/Page.php:104
283
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
384
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "appagebuilder" LIMIT 1
0.173 ms 1 /classes/module/Module.php:2636
360
SELECT SQL_NO_CACHE state FROM ng3h_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.172 ms 1 /classes/FeatureFlag.php:105
374
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3126
0.172 ms 1 /classes/Product.php:2902
387
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.171 ms 1 /classes/module/Module.php:2109
319
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3126) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:453
386
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.170 ms 1 /classes/module/Module.php:2636
425
SELECT SQL_NO_CACHE data
FROM `ng3h_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.170 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
335
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3124 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6870
398
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.169 ms 1 /classes/module/Module.php:2636
359
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3134
0.167 ms 1 /classes/Product.php:2902
393
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "leoproductsearch" LIMIT 1
0.166 ms 1 /classes/module/Module.php:2636
44
SELECT SQL_NO_CACHE * FROM `ng3h_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.165 ms 1 /classes/module/Module.php:2018
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.164 ms 1 /classes/Category.php:1754
337
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3124) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:453
41
SELECT SQL_NO_CACHE id_shop
FROM `ng3h_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.162 ms 1 /classes/ObjectModel.php:1729
301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3128) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:453
254
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3134 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
260
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.162 ms 1 /classes/Product.php:5655
388
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "blockgrouptop" LIMIT 1
0.162 ms 1 /classes/module/Module.php:2636
355
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ng3h_stock_available`
WHERE (id_product = 3122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:453
9
SELECT SQL_NO_CACHE id_shop
FROM `ng3h_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.161 ms 1 /classes/ObjectModel.php:1729
22
DELETE FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
0.159 ms 1 /classes/Configuration.php:583
396
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.159 ms 1 /classes/module/Module.php:2109
362
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3133
0.158 ms 1 /classes/Product.php:2902
299
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3128 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6870
264
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3133 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
376
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3125
0.156 ms 1 /classes/Product.php:2902
385
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
0.156 ms 1 /classes/module/Module.php:2109
326
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3125 AND id_shop=1 LIMIT 1
0.155 ms 1 /classes/Product.php:6870
370
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3128
0.154 ms 1 /classes/Product.php:2902
372
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3127
0.153 ms 1 /classes/Product.php:2902
368
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3129
0.153 ms 1 /classes/Product.php:2902
323
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.152 ms 1 /classes/Product.php:5655
287
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.152 ms 1 /classes/Product.php:5655
378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3124
0.152 ms 1 /classes/Product.php:2902
380
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3123
0.151 ms 1 /classes/Product.php:2902
382
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ng3h_product_attribute`
WHERE `id_product` = 3122
0.151 ms 1 /classes/Product.php:2902
263
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3133 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6870
314
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.150 ms 1 /classes/Product.php:5655
269
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.149 ms 1 /classes/Product.php:5655
272
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3132 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6870
278
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.149 ms 1 /classes/Product.php:5655
305
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.149 ms 1 /classes/Product.php:5655
332
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.149 ms 1 /classes/Product.php:5655
344
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3123 AND id_shop=1 LIMIT 1
0.148 ms 1 /classes/Product.php:6870
26
DELETE FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
0.147 ms 1 /classes/Configuration.php:583
281
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3131 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6870
290
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3129 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6870
308
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3127 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6870
296
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.147 ms 1 /classes/Product.php:5655
24
DELETE FROM `ng3h_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
0.146 ms 1 /classes/Configuration.php:583
341
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.145 ms 1 /classes/Product.php:5655
394
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.145 ms 1 /classes/module/Module.php:2109
399
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
353
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ng3h_product_shop`
WHERE `id_product` = 3122 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6870
350
SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1
0.143 ms 1 /classes/Product.php:5655
403
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ng3h_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.142 ms 1 /classes/Category.php:1591
389
SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1
0.141 ms 1 /classes/module/Module.php:2109
255
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_group`
WHERE `id_group` = 1 LIMIT 1
0.138 ms 1 /classes/Group.php:154
318
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3126 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
345
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3123 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
336
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3124 AND `id_group` = 1 LIMIT 1
0.130 ms 0 /classes/GroupReduction.php:156
273
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3132 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:156
300
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3128 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
291
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3129 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
327
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3125 AND `id_group` = 1 LIMIT 1
0.127 ms 0 /classes/GroupReduction.php:156
354
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3122 AND `id_group` = 1 LIMIT 1
0.127 ms 0 /classes/GroupReduction.php:156
309
SELECT SQL_NO_CACHE `reduction`
FROM `ng3h_product_group_reduction_cache`
WHERE `id_product` = 3127 AND `id_group` = 1 LIMIT 1
0.124 ms 0 /classes/GroupReduction.php:156

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 cp.id_category='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 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 cp.id_category='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

173 category
166 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
1 page_type
1 page

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: 3134]
/classes/Link.php:113 (__construct) [id: 3133]
/classes/Link.php:113 (__construct) [id: 3132]
/classes/Link.php:113 (__construct) [id: 3131]
/classes/Link.php:113 (__construct) [id: 3129]
/classes/Link.php:113 (__construct) [id: 3128]
/classes/Link.php:113 (__construct) [id: 3127]
/classes/Link.php:113 (__construct) [id: 3126]
/classes/Link.php:113 (__construct) [id: 3125]
/classes/Link.php:113 (__construct) [id: 3124]
/classes/Link.php:113 (__construct) [id: 3123]
/classes/Link.php:113 (__construct) [id: 3122]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3134]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3133]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3132]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3131]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3129]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3128]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3127]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3126]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3125]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3124]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3123]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3122]
/classes/Link.php:113 (__construct) [id: 3134]
/classes/Link.php:113 (__construct) [id: 3133]
/classes/Link.php:113 (__construct) [id: 3132]
/classes/Link.php:113 (__construct) [id: 3131]
/classes/Link.php:113 (__construct) [id: 3129]
/classes/Link.php:113 (__construct) [id: 3128]
/classes/Link.php:113 (__construct) [id: 3127]
/classes/Link.php:113 (__construct) [id: 3126]
/classes/Link.php:113 (__construct) [id: 3125]
/classes/Link.php:113 (__construct) [id: 3124]
/classes/Link.php:113 (__construct) [id: 3123]
/classes/Link.php:113 (__construct) [id: 3122]
Country 4 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:354 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1767 (__construct) [id: 8]
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: ]
LeoWidget 2 /modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ]
/modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:560 (__construct) [id: 2]
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:695 (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]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
Configuration 1 /modules/appagebuilder/appagebuilder.php:2268 (__construct) [id: ]
Risk 1 /classes/controller/FrontController.php:1694 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1766 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1761 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1691 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /src/Core/Session/SessionHandler.php
171 /src/Core/Session/SessionHandlerInterface.php
172 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
173 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
174 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
175 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
176 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
177 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
188 /config/smarty.config.inc.php
189 /classes/Smarty/SmartyDev.php
190 /vendor/smarty/smarty/libs/Smarty.class.php
191 /vendor/smarty/smarty/libs/functions.php
192 /vendor/smarty/smarty/libs/Autoloader.php
193 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
194 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
195 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
202 /config/smartyfront.config.inc.php
203 /classes/Smarty/SmartyResourceModule.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
206 /classes/Smarty/SmartyResourceParent.php
207 /classes/Smarty/SmartyLazyRegister.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
209 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
210 /classes/Customer.php
211 /classes/Group.php
212 /classes/Link.php
213 /classes/shop/ShopUrl.php
214 /override/classes/Dispatcher.php
215 /classes/Dispatcher.php
216 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
217 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
219 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
223 /src/Adapter/SymfonyContainer.php
224 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
225 /config/db_slave_server.inc.php
226 /modules/appagebuilder/appagebuilder.php
227 /modules/appagebuilder/libs/Helper.php
228 /modules/appagebuilder/libs/LeoFrameworkHelper.php
229 /modules/appagebuilder/classes/ApPageSetting.php
230 /modules/appagebuilder/classes/ApPageBuilderModel.php
231 /modules/appagebuilder/classes/shortcodes.php
232 /modules/appagebuilder/controllers/admin/AdminApPageBuilderShortcodes.php
233 /modules/appagebuilder/controllers/admin/AdminApPageBuilderPositions.php
234 /modules/appagebuilder/classes/ApPageBuilderPositionsModel.php
235 /classes/controller/ModuleAdminController.php
236 /classes/controller/AdminController.php
237 /modules/appagebuilder/classes/ApShortCodesBuilder.php
238 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php
239 /modules/appagebuilder/classes/ApPageBuilderProductsModel.php
240 /modules/appagebuilder/classes/ApPageBuilderShortcodeModel.php
241 /src/Core/Module/WidgetInterface.php
242 /src/Core/Security/Hashing.php
243 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
244 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
245 /classes/Translate.php
246 /modules/appagebuilder/translations/fr.php
247 /modules/leoblog/leoblog.php
248 /modules/leoblog/loader.php
249 /modules/leoblog/classes/config.php
250 /modules/leoblog/libs/Helper.php
251 /modules/leoblog/classes/leoblogcat.php
252 /modules/leoblog/classes/blog.php
253 /modules/leoblog/classes/link.php
254 /modules/leoblog/classes/comment.php
255 /modules/leoblog/classes/LeoblogOwlCarousel.php
256 /modules/leoblog/translations/fr.php
257 /controllers/front/listing/CategoryController.php
258 /classes/controller/ProductListingFrontController.php
259 /classes/controller/ProductPresentingFrontController.php
260 /classes/controller/FrontController.php
261 /src/PrestaShopBundle/Translation/TranslatorComponent.php
262 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
264 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
265 /vendor/symfony/contracts/Translation/TranslatorInterface.php
266 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
267 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
268 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
269 /src/PrestaShopBundle/Translation/TranslatorInterface.php
270 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
271 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
273 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
274 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
275 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
276 /vendor/symfony/contracts/Translation/TranslatorTrait.php
277 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
278 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
279 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
280 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
281 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
282 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
283 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
284 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
285 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
286 /src/Adapter/Presenter/Object/ObjectPresenter.php
287 /src/Adapter/Presenter/PresenterInterface.php
288 /src/Adapter/Presenter/Cart/CartPresenter.php
289 /src/Adapter/Image/ImageRetriever.php
290 /classes/tax/TaxConfiguration.php
291 /classes/Smarty/TemplateFinder.php
292 /classes/assets/StylesheetManager.php
293 /classes/assets/AbstractAssetManager.php
294 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
295 /classes/assets/JavascriptManager.php
296 /classes/assets/CccReducer.php
297 /classes/Category.php
298 /classes/webservice/WebserviceRequest.php
299 /src/Adapter/ContainerBuilder.php
300 /src/Adapter/Environment.php
301 /src/Core/EnvironmentInterface.php
302 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
303 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
304 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
305 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
306 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
307 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
308 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
309 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
310 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
311 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
312 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
313 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
314 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
315 /vendor/symfony/contracts/Service/ResetInterface.php
316 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
317 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
318 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
319 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
320 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
321 /vendor/symfony/contracts/Cache/ItemInterface.php
322 /vendor/psr/cache/src/CacheItemInterface.php
323 /vendor/psr/cache/src/CacheItemPoolInterface.php
324 /vendor/symfony/contracts/Cache/CacheInterface.php
325 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
327 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
329 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
330 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
331 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
332 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
333 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
334 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
386 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
387 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
388 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
389 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
390 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
393 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
394 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
395 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
396 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
397 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
398 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
399 /var/cache/dev/FrontContainer.php
400 /src/Adapter/Container/LegacyContainer.php
401 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
402 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
403 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
404 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
405 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
406 /vendor/psr/container/src/ContainerExceptionInterface.php
407 /vendor/psr/container/src/NotFoundExceptionInterface.php
408 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
409 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
410 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
411 /src/Adapter/Container/LegacyContainerInterface.php
412 /modules/ps_searchbar/vendor/autoload.php
413 /modules/ps_searchbar/vendor/composer/autoload_real.php
414 /modules/ps_searchbar/vendor/composer/platform_check.php
415 /modules/ps_searchbar/vendor/composer/autoload_static.php
416 /modules/ps_sharebuttons/vendor/autoload.php
417 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
418 /modules/ps_sharebuttons/vendor/composer/platform_check.php
419 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
420 /modules/leoquicklogin/vendor/autoload.php
421 /init.php
422 /src/Core/Localization/Locale/Repository.php
423 /src/Core/Localization/Locale/RepositoryInterface.php
424 /src/Core/Localization/CLDR/LocaleRepository.php
425 /src/Core/Localization/CLDR/LocaleDataSource.php
426 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
427 /src/Core/Data/Layer/AbstractDataLayer.php
428 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
429 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
430 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
431 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
432 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
433 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
434 /vendor/symfony/contracts/Cache/CacheTrait.php
435 /vendor/psr/cache/src/InvalidArgumentException.php
436 /vendor/psr/cache/src/CacheException.php
437 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
438 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
439 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
440 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
441 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
442 /src/Core/Localization/CLDR/Reader.php
443 /src/Core/Localization/CLDR/ReaderInterface.php
444 /src/Core/Localization/Currency/Repository.php
445 /src/Core/Localization/Currency/RepositoryInterface.php
446 /src/Core/Localization/Currency/CurrencyDataSource.php
447 /src/Core/Localization/Currency/DataSourceInterface.php
448 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
449 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
450 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
451 /src/Adapter/Currency/CurrencyDataProvider.php
452 /src/Core/Currency/CurrencyDataProviderInterface.php
453 /src/Adapter/LegacyContext.php
454 /src/Adapter/Tools.php
455 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
456 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
457 /vendor/prestashop/decimal/src/Operation/Rounding.php
458 /src/Core/Localization/Locale.php
459 /src/Core/Localization/LocaleInterface.php
460 /src/Core/Localization/Specification/Price.php
461 /src/Core/Localization/Specification/Number.php
462 /src/Core/Localization/Specification/NumberInterface.php
463 /src/Core/Localization/Specification/Factory.php
464 /src/Core/Localization/CLDR/LocaleData.php
465 /src/Core/Localization/CLDR/NumberSymbolsData.php
466 /src/Core/Localization/CLDR/CurrencyData.php
467 /src/Core/Localization/CLDR/Locale.php
468 /src/Core/Localization/CLDR/LocaleInterface.php
469 /src/Core/Localization/Specification/NumberSymbolList.php
470 /classes/Currency.php
471 /src/Core/Localization/Currency/LocalizedCurrencyId.php
472 /src/Core/Localization/Currency/CurrencyData.php
473 /src/Core/Localization/Currency/CurrencyCollection.php
474 /src/Core/Localization/Currency.php
475 /src/Core/Localization/CurrencyInterface.php
476 /src/Core/Localization/Specification/NumberCollection.php
477 /src/Core/Localization/Number/Formatter.php
478 /classes/Cart.php
479 /src/Adapter/AddressFactory.php
480 /classes/CartRule.php
481 /classes/Product.php
482 /src/Core/Domain/Product/ValueObject/RedirectType.php
483 /src/Core/Util/DateTime/DateTime.php
484 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
485 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
486 /src/Core/Domain/Product/ValueObject/ProductType.php
487 /src/Core/Domain/Product/ValueObject/Reference.php
488 /src/Core/Domain/Product/ValueObject/Ean13.php
489 /src/Core/Domain/Product/ValueObject/Isbn.php
490 /src/Core/Domain/Product/ValueObject/Upc.php
491 /src/Core/Domain/Product/ProductSettings.php
492 /src/Core/Domain/Shop/ValueObject/ShopId.php
493 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
494 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
495 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
496 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
497 /modules/ps_emailsubscription/ps_emailsubscription.php
498 /src/PrestaShopBundle/Translation/DomainNormalizer.php
499 /classes/Media.php
500 /modules/ps_socialfollow/ps_socialfollow.php
501 /modules/ps_emailalerts/ps_emailalerts.php
502 /modules/ps_emailalerts/MailAlert.php
503 /src/Adapter/Presenter/Cart/CartLazyArray.php
504 /src/Adapter/Presenter/AbstractLazyArray.php
505 /src/Adapter/Product/PriceFormatter.php
506 /src/Core/Util/Inflector.php
507 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
508 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
509 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
510 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
511 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
512 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
513 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
514 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
515 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
516 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
517 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
518 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
519 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
520 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
521 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
522 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
523 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
524 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
525 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
526 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
527 /classes/Gender.php
528 /classes/Risk.php
529 /classes/Meta.php
530 /classes/Address.php
531 /classes/ImageType.php
532 /classes/State.php
533 /src/Core/Security/PasswordPolicyConfiguration.php
534 /src/Core/Configuration/DataConfigurationInterface.php
535 /src/Core/Filter/FrontEndObject/MainFilter.php
536 /src/Core/Filter/FilterInterface.php
537 /src/Core/Filter/FrontEndObject/CartFilter.php
538 /src/Core/Filter/HashMapWhitelistFilter.php
539 /src/Core/Filter/CollectionFilter.php
540 /src/Core/Filter/FrontEndObject/ProductFilter.php
541 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
542 /src/Core/Filter/FrontEndObject/CustomerFilter.php
543 /src/Core/Filter/FrontEndObject/ShopFilter.php
544 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
545 /modules/ps_shoppingcart/ps_shoppingcart.php
546 /modules/ps_searchbar/ps_searchbar.php
547 /modules/ps_googleanalytics/ps_googleanalytics.php
548 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
549 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
550 /modules/leobootstrapmenu/leobootstrapmenu.php
551 /modules/leobootstrapmenu/classes/Btmegamenu.php
552 /modules/leobootstrapmenu/classes/BtmegamenuGroup.php
553 /modules/leobootstrapmenu/libs/Helper.php
554 /modules/leobootstrapmenu/classes/widgetbase.php
555 /modules/leobootstrapmenu/classes/widget.php
556 /modules/leobootstrapmenu/translations/fr.php
557 /classes/Smarty/SmartyDevTemplate.php
558 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
559 /var/cache/dev/smarty/compile/at_auros/a7/d6/13/a7d613263a4e54057a03e289f51fbe3cdec8b6a6_2.file.javascript_parameter.tpl.php
560 /modules/leoslideshow/leoslideshow.php
561 /modules/leoslideshow/classes/LeoSlideshowConfig.php
562 /modules/leoslideshow/classes/LeoSlideshowGroup.php
563 /modules/leoslideshow/classes/LeoSlideshowSlide.php
564 /modules/leoslideshow/classes/LeoSlideshowStatus.php
565 /modules/leoslideshow/libs/Helper.php
566 /modules/leoslideshow/translations/fr.php
567 /modules/leofeature/leofeature.php
568 /modules/leofeature/classes/ProductReviewCriterion.php
569 /modules/leofeature/classes/ProductReview.php
570 /modules/leofeature/classes/CompareProduct.php
571 /modules/leofeature/classes/WishList.php
572 /modules/leofeature/translations/fr.php
573 /modules/blockgrouptop/blockgrouptop.php
574 /modules/blockgrouptop/translations/fr.php
575 /modules/leoquicklogin/leoquicklogin.php
576 /modules/leoquicklogin/translations/fr.php
577 /classes/Tab.php
578 /modules/leoproductsearch/leoproductsearch.php
579 /modules/leoproductsearch/translations/fr.php
580 /modules/appagebuilder/classes/shortcodes/ApAccordions.php
581 /modules/appagebuilder/classes/shortcodes/ApAjaxTabs.php
582 /modules/appagebuilder/classes/shortcodes/ApAlert.php
583 /modules/appagebuilder/classes/shortcodes/ApBlockCarousel.php
584 /modules/appagebuilder/classes/shortcodes/ApBlockLink.php
585 /modules/appagebuilder/classes/shortcodes/ApBlog.php
586 /modules/appagebuilder/classes/shortcodes/ApButton.php
587 /modules/appagebuilder/classes/shortcodes/ApCategoryImage.php
588 /modules/appagebuilder/classes/shortcodes/ApColumn.php
589 /modules/appagebuilder/classes/shortcodes/ApCountdown.php
590 /modules/appagebuilder/classes/shortcodes/ApCounter.php
591 /modules/appagebuilder/classes/shortcodes/ApFacebook.php
592 /modules/appagebuilder/classes/shortcodes/ApFontAwesome.php
593 /modules/appagebuilder/classes/shortcodes/ApFullSlider.php
594 /modules/appagebuilder/classes/shortcodes/ApGenCode.php
595 /modules/appagebuilder/classes/shortcodes/ApGmap.php
596 /modules/appagebuilder/classes/shortcodes/ApHtml.php
597 /modules/appagebuilder/classes/shortcodes/ApImage.php
598 /modules/appagebuilder/classes/shortcodes/ApImage360.php
599 /modules/appagebuilder/classes/shortcodes/ApImageGallery.php
600 /modules/appagebuilder/classes/shortcodes/ApImageGalleryProduct.php
601 /modules/appagebuilder/classes/shortcodes/ApImageHotspot.php
602 /modules/appagebuilder/classes/shortcodes/ApInstagram.php
603 /modules/appagebuilder/classes/shortcodes/ApManuFacturersCarousel.php
604 /modules/appagebuilder/classes/shortcodes/ApMegamenu.php
605 /modules/appagebuilder/classes/shortcodes/ApModule.php
606 /modules/appagebuilder/classes/shortcodes/ApProductCarousel.php
607 /modules/appagebuilder/classes/shortcodes/ApProductList.php
608 /modules/appagebuilder/classes/shortcodes/ApProductTag.php
609 /modules/appagebuilder/classes/shortcodes/ApQuicklogin.php
610 /modules/appagebuilder/classes/shortcodes/ApRawHtml.php
611 /modules/appagebuilder/classes/shortcodes/ApRow.php
612 /modules/appagebuilder/classes/shortcodes/ApSliderLayer.php
613 /modules/appagebuilder/classes/shortcodes/ApSlideShow.php
614 /modules/appagebuilder/classes/shortcodes/ApTabs.php
615 /modules/appagebuilder/classes/shortcodes/ApTwitter.php
616 /modules/appagebuilder/classes/shortcodes/ApVideo.php
617 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
618 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
619 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
620 /classes/Image.php
621 /classes/Combination.php
622 /vendor/prestashop/decimal/src/DecimalNumber.php
623 /vendor/prestashop/decimal/src/Builder.php
624 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
625 /var/cache/dev/smarty/compile/at_auros/a5/39/17/a539179a64887d65ec7a47d06c52629035136c3b_2.file.header.tpl.php
626 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
627 /modules/refcart/refcart.php
628 /modules/reapro_request/reapro_request.php
629 /src/Core/Product/Search/ProductSearchContext.php
630 /src/Core/Product/Search/ProductSearchQuery.php
631 /src/Core/Product/Search/SortOrder.php
632 /modules/ps_facetedsearch/ps_facetedsearch.php
633 /modules/ps_facetedsearch/src/HookDispatcher.php
634 /modules/ps_facetedsearch/src/Hook/Attribute.php
635 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
636 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
637 /modules/ps_facetedsearch/src/Hook/Category.php
638 /modules/ps_facetedsearch/src/Hook/Configuration.php
639 /modules/ps_facetedsearch/src/Hook/Design.php
640 /modules/ps_facetedsearch/src/Hook/Feature.php
641 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
642 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
643 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
644 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
645 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
646 /modules/ps_facetedsearch/src/Hook/Product.php
647 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
648 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
649 /modules/ps_facetedsearch/src/Filters/Provider.php
650 /modules/ps_facetedsearch/src/URLSerializer.php
651 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
652 /modules/ps_facetedsearch/src/Product/SearchProvider.php
653 /src/Core/Product/Search/FacetsRendererInterface.php
654 /src/Core/Product/Search/ProductSearchProviderInterface.php
655 /modules/ps_facetedsearch/src/Filters/Converter.php
656 /modules/ps_facetedsearch/src/Product/SearchFactory.php
657 /src/Core/Product/Search/ProductSearchResult.php
658 /src/Adapter/Localization/LegacyTranslator.php
659 /modules/ps_facetedsearch/src/Product/Search.php
660 /modules/ps_facetedsearch/src/Adapter/MySQL.php
661 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
662 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
663 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
664 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
665 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
666 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
667 /modules/ps_facetedsearch/src/Filters/Products.php
668 /classes/stock/StockAvailable.php
669 /modules/ps_facetedsearch/src/Filters/Block.php
670 /modules/ps_facetedsearch/src/Definition/Availability.php
671 /classes/Manufacturer.php
672 /src/Core/Util/String/StringModifier.php
673 /src/Core/Util/String/StringModifierInterface.php
674 /src/Core/Product/Search/Facet.php
675 /src/Core/Product/Search/Filter.php
676 /src/Core/Product/Search/FacetCollection.php
677 /classes/ProductAssembler.php
678 /classes/tax/Tax.php
679 /classes/SpecificPrice.php
680 /classes/tax/TaxManagerFactory.php
681 /classes/tax/TaxRulesTaxManager.php
682 /classes/tax/TaxManagerInterface.php
683 /classes/tax/TaxCalculator.php
684 /classes/GroupReduction.php
685 /src/Core/Localization/CLDR/ComputingPrecision.php
686 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
687 /classes/Pack.php
688 /classes/order/Order.php
689 /classes/Feature.php
690 /classes/ProductPresenterFactory.php
691 /src/Adapter/Presenter/Product/ProductListingPresenter.php
692 /src/Adapter/Presenter/Product/ProductPresenter.php
693 /src/Adapter/Product/ProductColorsRetriever.php
694 /src/Adapter/HookManager.php
695 /src/Core/Product/ProductPresentationSettings.php
696 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
697 /src/Adapter/Presenter/Product/ProductLazyArray.php
698 /src/Core/Image/ImageFormatConfiguration.php
699 /src/Core/Image/ImageFormatConfigurationInterface.php
700 /classes/FeatureFlag.php
701 /src/Core/FeatureFlag/FeatureFlagSettings.php
702 /var/cache/dev/smarty/compile/at_auros/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
703 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
704 /vendor/smarty/smarty/libs/plugins/modifier.count.php
705 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
706 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
707 /var/cache/dev/smarty/compile/at_auros/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
708 /src/Core/Product/Search/Pagination.php
709 /vendor/defuse/php-encryption/src/Crypto.php
710 /vendor/defuse/php-encryption/src/KeyOrPassword.php
711 /vendor/defuse/php-encryption/src/RuntimeTests.php
712 /vendor/defuse/php-encryption/src/DerivedKeys.php
713 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
714 /vendor/defuse/php-encryption/src/Exception/CryptoException.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/Guest.php
796 /classes/Connection.php
797 /classes/Page.php
798 /classes/ConnectionsSource.php
799 /var/cache/dev/smarty/compile/at_auros/ee/2b/0b/ee2b0bf23e7b8e64b5876d9c95561e71a372a184_2.module.leoquickloginviewstemplatesfrontsociallogin_form.tpl.php
800 /var/cache/dev/smarty/compile/at_auros/af/e9/74/afe974643c400d6544c0608f1c7aec4ec20d70e3_2.module.leoquickloginviewstemplatesfrontleoquicklogin_form.tpl.php
801 /var/cache/dev/smarty/compile/at_auros/01/53/db/0153dba508ba33b8497625ce148519b6db90fcee_2.module.leoquickloginviewstemplatesfrontmodal.tpl.php
802 /var/cache/dev/smarty/compile/at_auros/da/c2/b9/dac2b96abad42fdbadb6bbb1c96293f5f8a25c45_2.module.leoquickloginviewstemplatesfrontmodal_social.tpl.php
803 /modules/appagebuilder/libs/LeoOptimization.php