Kupuj Kolorami

Aktywne filtry

  • Dostępność: W magazynie
  • Rozmiar:: S
  • Rozmiar:: L
  • Rozmiar:: XL
  • Kolor: Czarny
  • Kolor: Jasnoniebieski
  • Kolor: Różowy
Load Time 1706 ms
Querying Time 237 ms
Queries 435
Memory Peak Usage 139.7 Mb
Included Files 967 files - 12.00 Mb
PrestaShop Cache - Mb
Global vars 0.38 Mb
PrestaShop Version 8.1.2
PHP Version 8.1.29
MySQL Version 10.6.19-MariaDB
Memory Limit 4096M
Max Execution Time 300s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 30.553 ms 30.553 ms 22.70 Mb 23.8 Mb
__construct 7.017 ms 37.570 ms 1.70 Mb 26.0 Mb
init 157.815 ms 195.385 ms 17.91 Mb 43.3 Mb
checkAccess 0.002 ms 195.387 ms - Mb 43.3 Mb
setMedia 31.163 ms 226.550 ms 5.40 Mb 49.1 Mb
postProcess 0.003 ms 226.553 ms - Mb 49.1 Mb
initHeader 0.003 ms 226.556 ms - Mb 49.1 Mb
initContent 1019 ms 1245 ms 23.11 Mb 120.9 Mb
initFooter 0.003 ms 1245 ms - Mb 120.9 Mb
display 461.056 ms 1706 ms 10.69 Mb 139.7 Mb
Hook Time Memory Usage
DisplayHeader 274.467 ms - Mb
displayTop 163.476 ms 46.81 Mb
DisplayLeoProfileProduct 141.358 ms - Mb
DisplayLeoCartButton 14.920 ms 0.74 Mb
DisplayLeftColumn 6.777 ms 1.79 Mb
DisplayLeoWishlistButton 4.066 ms 0.02 Mb
ModuleRoutes 3.012 ms - Mb
ProductSearchProvider 2.629 ms 0.16 Mb
ActionFrontControllerSetMedia 1.758 ms 0.12 Mb
displayBanner 0.836 ms 0.05 Mb
DisplayFooterBefore 0.599 ms 0.06 Mb
PagebuilderConfig 0.595 ms 0.05 Mb
Header 0.440 ms 0.01 Mb
DisplayNavFullWidth 0.425 ms 0.06 Mb
DisplayNav1 0.413 ms 0.06 Mb
displayLeftColumn 0.388 ms 0.01 Mb
displayFooterBefore 0.358 ms 0.02 Mb
DisplayFooterAfter 0.341 ms 0.06 Mb
FilterCategoryContent 0.325 ms 0.01 Mb
displayNavFullWidth 0.317 ms 0.03 Mb
DisplayNav2 0.314 ms 0.06 Mb
DisplayFooter 0.304 ms 0.06 Mb
OverrideLayoutTemplate 0.302 ms 0.01 Mb
displayFooter 0.292 ms 0.03 Mb
displayApCustom 0.287 ms 0.01 Mb
displayFooterAfter 0.276 ms 0.01 Mb
displayNav1 0.220 ms - Mb
displayNav2 0.203 ms - Mb
ActionDispatcher 0.164 ms 0.02 Mb
ActionOutputHTMLBefore 0.117 ms - Mb
DisplayLeoCartAttribute 0.068 ms - Mb
DisplayProductPriceBlock 0.048 ms 0.01 Mb
ActionProductSearchAfter 0.046 ms - Mb
DisplayBeforeBodyClosingTag 0.033 ms - Mb
FilterHtmlContent 0.012 ms - Mb
DisplayAfterBodyOpeningTag 0.012 ms - Mb
ActionBuildFrontEndObject 0.008 ms - Mb
LeftColumn 0.008 ms - Mb
DisplayOverrideTemplate 0.006 ms - Mb
39 hook(s) 620.220 ms - Mb
Module Time Memory Usage
appagebuilder 305.550 ms - Mb
leoblog 11.794 ms - Mb
securitypro 21.300 ms 4.17 Mb
litespeedcache 25.380 ms 4.45 Mb
thecheckout 6.598 ms 0.76 Mb
blockreassurance 30.212 ms 5.32 Mb
leosizechart 15.481 ms 3.55 Mb
leoextratab 14.149 ms 3.50 Mb
leoslideshow 22.685 ms 4.52 Mb
leobootstrapmenu 68.104 ms 14.56 Mb
blockgrouptop 73.521 ms 20.68 Mb
leoproductsearch 17.391 ms 4.93 Mb
leofeature 243.036 ms - Mb
leonextprevious 13.454 ms 3.45 Mb
przelewy24 10.846 ms 2.22 Mb
sensbitinpost 17.397 ms 2.42 Mb
ps_shoppingcart 18.946 ms 5.16 Mb
x13opcjewysylki 7.715 ms 0.47 Mb
extratabspro 3.209 ms 0.45 Mb
sendinblue 20.054 ms 5.25 Mb
ps_facetedsearch 79.774 ms 19.33 Mb
21 module(s) 1027 ms 50.93 Mb

Stopwatch SQL - 435 queries

# Query Time (ms) Rows Filesort Group By Location
145
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, pa.id_product_attribute FROM nmdsh_product p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nmdsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN nmdsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN nmdsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN nmdsh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN nmdsh_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 3, 4))) AND ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=240 AND c.nright<=257 GROUP BY p.id_product) p INNER JOIN nmdsh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa_1.id_shop_group = 0 ) LEFT JOIN nmdsh_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=35)) AND ((sa_1.quantity>0)) AND ((pac_2.id_attribute IN (1, 3, 4))) GROUP BY fp.id_feature_value
68.268 ms 352 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
142
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, pa.id_product_attribute FROM nmdsh_product p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nmdsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN nmdsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN nmdsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN nmdsh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN nmdsh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (1, 3, 4))) AND ((fp_1.id_feature_value IN (81519, 82344, 81522))) AND ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=240 AND c.nright<=257 GROUP BY p.id_product) p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN nmdsh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 3, 4))) AND ((fp_2.id_feature_value IN (81519, 82344, 81522)))
16.418 ms 88 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
141
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, pa.id_product_attribute FROM nmdsh_product p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nmdsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN nmdsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN nmdsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN nmdsh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN nmdsh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (1, 3, 4))) AND ((fp_1.id_feature_value IN (81519, 82344, 81522))) AND ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=240 AND c.nright<=257 GROUP BY p.id_product) p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN nmdsh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 3, 4))) AND ((fp_2.id_feature_value IN (81519, 82344, 81522)))
10.409 ms 88 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
143
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, pa.id_product_attribute FROM nmdsh_product p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nmdsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN nmdsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN nmdsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN nmdsh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN nmdsh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (81519, 82344, 81522))) AND ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=240 AND c.nright<=257 GROUP BY p.id_product) p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN nmdsh_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN nmdsh_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 = 4  AND sa_1.id_shop_group = 0 ) LEFT JOIN nmdsh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (81519, 82344, 81522))) GROUP BY pac.id_attribute
9.172 ms 7392 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
144
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, pa.id_product_attribute FROM nmdsh_product p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nmdsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN nmdsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN nmdsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN nmdsh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN nmdsh_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN nmdsh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 3, 4))) AND ((fp_2.id_feature_value IN (81519, 82344, 81522))) AND ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=240 AND c.nright<=257 GROUP BY p.id_product) p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN nmdsh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 3, 4))) AND ((fp_2.id_feature_value IN (81519, 82344, 81522))) GROUP BY p.condition
8.040 ms 924 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `nmdsh_configuration` c
LEFT JOIN `nmdsh_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
7.832 ms 4262 /classes/Configuration.php:180
29
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 `nmdsh_configuration` c
LEFT JOIN `nmdsh_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
6.832 ms 4262 /classes/Configuration.php:180
138
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute 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, pa.id_product_attribute FROM nmdsh_product p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nmdsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN nmdsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN nmdsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN nmdsh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN nmdsh_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN nmdsh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 3, 4))) AND ((fp_2.id_feature_value IN (81519, 82344, 81522))) AND ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=240 AND c.nright<=257 GROUP BY p.id_product) p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) GROUP BY p.id_product ORDER BY p.quantity DESC, p.id_product DESC
5.615 ms 924 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
7
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `nmdsh_lang` l
LEFT JOIN `nmdsh_lang_shop` ls ON (l.id_lang = ls.id_lang)
3.759 ms 1 /classes/Language.php:1080
140
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, pa.id_product_attribute FROM nmdsh_product p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nmdsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN nmdsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN nmdsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN nmdsh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN nmdsh_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (1, 3, 4))) AND ((fp_1.id_feature_value IN (81519, 82344, 81522))) AND ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=240 AND c.nright<=257 GROUP BY p.id_product) p LEFT JOIN nmdsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nmdsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nmdsh_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 = 4  AND sa.id_shop_group = 0 ) LEFT JOIN nmdsh_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 = 4  AND sa_1.id_shop_group = 0 ) LEFT JOIN nmdsh_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN nmdsh_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((pac_1.id_attribute IN (1, 3, 4))) AND ((fp_2.id_feature_value IN (81519, 82344, 81522)))
3.087 ms 88 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
158
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 `nmdsh_hook_module` hm
STRAIGHT_JOIN `nmdsh_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 4)
STRAIGHT_JOIN `nmdsh_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.641 ms 805 /classes/Hook.php:456
127
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `nmdsh_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `nmdsh_hook_alias` ha
INNER JOIN `nmdsh_hook` h ON ha.name = h.name
1.981 ms 0 /classes/Hook.php:1292
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM nmdsh_shop_url su
LEFT JOIN nmdsh_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'medwe.pl' OR su.domain_ssl = 'medwe.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.562 ms 9 Yes /classes/shop/Shop.php:1364
15
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `nmdsh_module` m
INNER JOIN nmdsh_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 4 AND module_shop.enable_device & 1)
INNER JOIN `nmdsh_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `nmdsh_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `nmdsh_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 4) AND (mg.id_shop = 4 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.556 ms 2240 Yes Yes /classes/Hook.php:1233
147
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-23 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM nmdsh_product p
LEFT JOIN nmdsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 4
AND pl.id_lang = 2
LEFT JOIN nmdsh_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 4 LEFT JOIN nmdsh_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 4
WHERE p.id_product IN (38607,38614,38608,38601,38637,38628,38625,38631,38636,38611,38604)
1.085 ms 11 /classes/ProductAssembler.php:95
431
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38604) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.051 ms 7 Yes Yes /classes/Product.php:4504
94
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 `nmdsh_category` c
INNER JOIN nmdsh_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 4)
LEFT JOIN `nmdsh_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2  AND cl.id_shop = 4 )
LEFT JOIN `nmdsh_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 1273
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.966 ms 8 Yes Yes /classes/Category.php:921
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 nmdsh_shop_group gs
LEFT JOIN nmdsh_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN nmdsh_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.724 ms 9 Yes /classes/shop/Shop.php:715
414
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `nmdsh_country` c  INNER JOIN nmdsh_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 4)
LEFT JOIN `nmdsh_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `nmdsh_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC
0.694 ms 241 Yes /classes/Country.php:148
14
SELECT SQL_NO_CACHE lower(name) as name
FROM `nmdsh_hook` h
WHERE (h.active = 1)
0.686 ms 1137 /classes/Hook.php:1332
422
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38614) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.645 ms 7 Yes Yes /classes/Product.php:4504
21
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `nmdsh_module` m
LEFT JOIN `nmdsh_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 4
0.641 ms 120 /classes/module/Module.php:345
373
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38614
ORDER BY `position`
0.609 ms 7 Yes /classes/Product.php:3545
146
REPLACE INTO nmdsh_layered_filter_block (hash, data) VALUES ("7c48d9884f1e8ddf083b1a4cdd1706ea", "a:1:{s:7:\"filters\";a:4:{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:13:\"Dostępność\";s:6:\"values\";a:2:{i:2;a:3:{s:4:\"name\";s:11:\"W magazynie\";s:3:\"nbr\";i:11;s:7:\"checked\";b:1;}i:0;a:2:{s:4:\"name\";s:12:\"Niedostępne\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:1;s:4:\"name\";s:8:\"Rozmiar:\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:7:{i:100;a:4:{s:4:\"name\";s:3:\"XXS\";s:3:\"nbr\";i:5;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:29;a:4:{s:4:\"name\";s:2:\"XS\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1;a:5:{s:4:\"name\";s:1:\"S\";s:3:\"nbr\";i:11;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:2;a:4:{s:4:\"name\";s:1:\"M\";s:3:\"nbr\";i:11;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3;a:5:{s:4:\"name\";s:1:\"L\";s:3:\"nbr\";i:11;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4;a:5:{s:4:\"name\";s:2:\"XL\";s:3:\"nbr\";i:11;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:83;a:4:{s:4:\"name\";s:3:\"2XL\";s:3:\"nbr\";i:9;s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;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:\"Stan:\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Nowy\";s:3:\"nbr\";i:11;}s:4:\"used\";a:2:{s:4:\"name\";s:8:\"Używane\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:9:\"Odnowione\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:35;s:6:\"values\";a:11:{i:81520;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:6:\"Biały\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:82346;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:7:\"Bordowy\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:82345;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:15:\"Ciemnoniebieski\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:82348;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:13:\"Ciemnozielony\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:81519;a:5:{s:3:\"nbr\";i:5;s:4:\"name\";s:6:\"Czarny\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:81523;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:8:\"Czerwony\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:81742;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"Granatowy\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:82344;a:5:{s:3:\"nbr\";i:4;s:4:\"name\";s:14:\"Jasnoniebieski\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:81518;a:4:{s:3:\"nbr\";i:8;s:4:\"name\";s:9:\"Niebieski\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:81522;a:5:{s:3:\"nbr\";i:2;s:4:\"name\";s:8:\"Różowy\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:81521;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:7:\"Zielony\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:5:\"Kolor\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}}}")
0.597 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `nmdsh_hook`
0.586 ms 1137 /classes/Hook.php:1292
132
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 `nmdsh_attribute_group` ag  INNER JOIN nmdsh_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 4) LEFT JOIN `nmdsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `nmdsh_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `nmdsh_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.586 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
22
DELETE FROM `nmdsh_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `nmdsh_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
)
0.564 ms 1 /classes/Configuration.php:578
370
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38607
ORDER BY `position`
0.541 ms 10 Yes /classes/Product.php:3545
134
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 `nmdsh_feature` f  INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4) LEFT JOIN `nmdsh_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `nmdsh_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `nmdsh_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC
0.537 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
421
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38607) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.534 ms 7 Yes Yes /classes/Product.php:4504
415
SELECT SQL_NO_CACHE * FROM `nmdsh_state` ORDER BY `name` ASC
0.518 ms 352 Yes /classes/Country.php:155
107
SELECT SQL_NO_CACHE 1 FROM `nmdsh_cart_rule` WHERE ((date_to >= "2025-05-23 00:00:00" AND date_to <= "2025-05-23 23:59:59") OR (date_from >= "2025-05-23 00:00:00" AND date_from <= "2025-05-23 23:59:59") OR (date_from < "2025-05-23 00:00:00" AND date_to > "2025-05-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.518 ms 46 /classes/CartRule.php:357
106
SELECT SQL_NO_CACHE 1 FROM nmdsh_cart_product cp INNER JOIN nmdsh_product p
ON (p.id_product = cp.id_product) INNER JOIN nmdsh_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.493 ms 1 /classes/Cart.php:4192
423
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38608) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.492 ms 7 Yes Yes /classes/Product.php:4504
430
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38611) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.491 ms 7 Yes Yes /classes/Product.php:4504
168
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38607 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.481 ms 0 /classes/Cart.php:1410
429
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38636) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.468 ms 5 Yes Yes /classes/Product.php:4504
418
SELECT SQL_NO_CACHE * FROM nmdsh_leoslideshow_groups gr
WHERE gr.id_shop = 4 AND gr.hook = "displayLeftColumn" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.466 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
133
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 `nmdsh_attribute_group` ag INNER JOIN `nmdsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `nmdsh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN nmdsh_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 4)  INNER JOIN nmdsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4) LEFT JOIN `nmdsh_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.465 ms 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
424
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38601) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.455 ms 7 Yes Yes /classes/Product.php:4504
343
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38611 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38611 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.447 ms 0 /classes/Cart.php:1410
108
SELECT SQL_NO_CACHE * FROM `nmdsh_cart_rule` cr
LEFT JOIN `nmdsh_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.432 ms 45 /classes/CartRule.php:418
323
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38636 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38636 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.426 ms 0 /classes/Cart.php:1410
327
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38636
ORDER BY f.position ASC
0.421 ms 3 Yes /classes/Product.php:5993
20
SELECT SQL_NO_CACHE p.*, ps.*,pl.*
FROM nmdsh_appagebuilder_profiles p
INNER JOIN nmdsh_appagebuilder_profiles_lang pl ON (p.id_appagebuilder_profiles = pl.id_appagebuilder_profiles)
INNER JOIN nmdsh_appagebuilder_profiles_shop ps ON (ps.id_appagebuilder_profiles = p.id_appagebuilder_profiles)
WHERE id_shop=4 AND id_lang=2
0.415 ms 8 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:137
362
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38604 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38604 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.402 ms 0 /classes/Cart.php:1410
123
SELECT SQL_NO_CACHE p.*, pl.params, pl.id_lang
FROM nmdsh_appagebuilder p
LEFT JOIN nmdsh_appagebuilder_shop ps ON (ps.id_appagebuilder = p.id_appagebuilder AND id_shop=4)
LEFT JOIN nmdsh_appagebuilder_lang pl ON (pl.id_appagebuilder = p.id_appagebuilder)
WHERE
pl.id_lang=2
AND ps.id_shop=4
AND p.id_appagebuilder_positions IN (92,101,102,103)
ORDER BY p.id_appagebuilder
0.402 ms 127 /modules/appagebuilder/classes/ApPageBuilderModel.php:302
428
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38631) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.397 ms 5 Yes Yes /classes/Product.php:4504
131
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM nmdsh_layered_category
WHERE controller = 'category'
AND id_category = 1273
AND id_shop = 4
GROUP BY `type`, id_value ORDER BY position ASC
0.390 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
425
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38637) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.390 ms 5 Yes Yes /classes/Product.php:4504
227
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38601 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1410
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `nmdsh_module` m
LEFT JOIN `nmdsh_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 4
0.389 ms 120 /classes/module/Module.php:345
173
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38607
AND pac.`id_product_attribute` = 1494
AND agl.`id_lang` = 2
0.388 ms 1 /classes/Product.php:7523
190
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1544
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38614 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1544
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38614 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.386 ms 0 /classes/Cart.php:1410
31
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `nmdsh_module` m
LEFT JOIN `nmdsh_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 4
0.385 ms 120 /classes/module/Module.php:345
208
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38608 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1410
268
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1564
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38628 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1564
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38628 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1410
28
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `nmdsh_meta` m
LEFT JOIN `nmdsh_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 4 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.379 ms 66 Yes /classes/Dispatcher.php:654
432
SELECT SQL_NO_CACHE * FROM nmdsh_leoslideshow_groups gr
WHERE gr.id_shop = 4 AND gr.hook = "displayFooterBefore" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.379 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38628 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38628 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.374 ms 0 /classes/Cart.php:1410
229
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1452
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38601 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1452
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.372 ms 0 /classes/Cart.php:1410
188
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38614 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38614 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.372 ms 0 /classes/Cart.php:1410
121
SELECT SQL_NO_CACHE * FROM nmdsh_appagebuilder_products p
INNER JOIN nmdsh_appagebuilder_products_shop ps on(p.id_appagebuilder_products = ps.id_appagebuilder_products) WHERE  ps.active=1 and ps.id_shop=4 LIMIT 1
0.371 ms 16 /modules/appagebuilder/classes/ApPageBuilderProductsModel.php:147
379
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38601
ORDER BY `position`
0.371 ms 10 Yes /classes/Product.php:3545
376
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38608
ORDER BY `position`
0.369 ms 8 Yes /classes/Product.php:3545
170
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1494
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38607 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1494
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.366 ms 0 /classes/Cart.php:1410
246
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38637 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38637 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.365 ms 0 /classes/Cart.php:1410
285
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38625 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.364 ms 0 /classes/Cart.php:1410
304
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38631 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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` = 38631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.363 ms 0 /classes/Cart.php:1410
172
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38607
ORDER BY f.position ASC
0.362 ms 3 Yes /classes/Product.php:5993
120
SELECT SQL_NO_CACHE id_tab, class_name FROM `nmdsh_tab`
0.361 ms 273 /classes/Tab.php:357
388
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38625
ORDER BY `position`
0.356 ms 12 Yes /classes/Product.php:3545
287
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1549
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38625 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1549
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.355 ms 0 /classes/Cart.php:1410
366
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38604
ORDER BY f.position ASC
0.352 ms 3 Yes /classes/Product.php:5993
159
SELECT SQL_NO_CACHE tr.*
FROM `nmdsh_tax_rule` tr
JOIN `nmdsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('40-751' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '40-751')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.351 ms 1 /classes/tax/TaxRulesTaxManager.php:109
210
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1501
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38608 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1501
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.350 ms 0 /classes/Cart.php:1410
382
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38637
ORDER BY `position`
0.350 ms 8 Yes /classes/Product.php:3545
334
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38611) AND (b.`id_shop` = 4) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
367
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38604
AND pac.`id_product_attribute` = 1473
AND agl.`id_lang` = 2
0.349 ms 1 /classes/Product.php:7523
426
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38628) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.345 ms 5 Yes Yes /classes/Product.php:4504
385
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38628
ORDER BY `position`
0.344 ms 10 Yes /classes/Product.php:3545
325
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1584
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38636 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1584
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38636 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.343 ms 0 /classes/Cart.php:1410
218
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38601) AND (b.`id_shop` = 4) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
345
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 `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1523
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38611 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1523
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38611 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.342 ms 0 /classes/Cart.php:1410
192
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38614
ORDER BY f.position ASC
0.340 ms 3 Yes /classes/Product.php:5993
328
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38636
AND pac.`id_product_attribute` = 1584
AND agl.`id_lang` = 2
0.337 ms 1 /classes/Product.php:7523
193
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38614
AND pac.`id_product_attribute` = 1544
AND agl.`id_lang` = 2
0.334 ms 1 /classes/Product.php:7523
347
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38611
ORDER BY f.position ASC
0.334 ms 3 Yes /classes/Product.php:5993
375
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1542, 1543, 1544, 1545, 1546, 1547, 1548) AND il.`id_lang` = 2 ORDER by i.`position`
0.334 ms 7 Yes /classes/Product.php:2921
348
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38611
AND pac.`id_product_attribute` = 1523
AND agl.`id_lang` = 2
0.333 ms 1 /classes/Product.php:7523
231
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38601
ORDER BY f.position ASC
0.333 ms 3 Yes /classes/Product.php:5993
364
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1473
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38604 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1473
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38604 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.332 ms 0 /classes/Cart.php:1410
109
SELECT SQL_NO_CACHE 1 FROM `nmdsh_cart_rule` WHERE ((date_to >= "2025-05-23 00:00:00" AND date_to <= "2025-05-23 23:59:59") OR (date_from >= "2025-05-23 00:00:00" AND date_from <= "2025-05-23 23:59:59") OR (date_from < "2025-05-23 00:00:00" AND date_to > "2025-05-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.332 ms 46 /classes/CartRule.php:357
306
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1579
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38631 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1579
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.330 ms 0 /classes/Cart.php:1410
353
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38604) AND (b.`id_shop` = 4) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
409
SELECT SQL_NO_CACHE * FROM `nmdsh_btmegamenu_group` gr
LEFT JOIN nmdsh_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 2
WHERE (`id_shop` = 4)
0.330 ms 3 /modules/leobootstrapmenu/classes/BtmegamenuGroup.php:94
427
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 `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nmdsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.330 ms 5 Yes Yes /classes/Product.php:4504
248
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `nmdsh_cart_product` cp
WHERE cp.`id_product_attribute` = 1589
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 38637 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1589
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38637 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.329 ms 0 /classes/Cart.php:1410
179
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38614) AND (b.`id_shop` = 4) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
213
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38608
AND pac.`id_product_attribute` = 1501
AND agl.`id_lang` = 2
0.325 ms 1 /classes/Product.php:7523
135
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `nmdsh_feature_value` v LEFT JOIN `nmdsh_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `nmdsh_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 35 ORDER BY vl.`value` ASC
0.321 ms 12 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
289
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38625
ORDER BY f.position ASC
0.321 ms 3 Yes /classes/Product.php:5993
151
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38607) AND (b.`id_shop` = 4) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
89
SELECT SQL_NO_CACHE *
FROM `nmdsh_group` a
LEFT JOIN `nmdsh_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 4
WHERE (a.`id_group` = 1) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:71
295
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38631) AND (b.`id_shop` = 4) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
110
SELECT SQL_NO_CACHE * FROM `nmdsh_cart_rule` cr
LEFT JOIN `nmdsh_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
0.317 ms 1 /classes/CartRule.php:418
250
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38637
ORDER BY f.position ASC
0.317 ms 3 Yes /classes/Product.php:5993
8
SELECT SQL_NO_CACHE *
FROM `nmdsh_country` a
LEFT JOIN `nmdsh_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 4
WHERE (a.`id_country` = 14) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
232
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38601
AND pac.`id_product_attribute` = 1452
AND agl.`id_lang` = 2
0.316 ms 1 /classes/Product.php:7523
271
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38628
AND pac.`id_product_attribute` = 1564
AND agl.`id_lang` = 2
0.316 ms 1 /classes/Product.php:7523
290
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38625
AND pac.`id_product_attribute` = 1549
AND agl.`id_lang` = 2
0.313 ms 1 /classes/Product.php:7523
270
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38628
ORDER BY f.position ASC
0.309 ms 3 Yes /classes/Product.php:5993
26
DELETE FROM `nmdsh_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `nmdsh_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
)
0.307 ms 1 /classes/Configuration.php:578
92
SELECT SQL_NO_CACHE ctg.`id_group`
FROM nmdsh_category_group ctg
WHERE ctg.`id_category` = 1273 AND ctg.`id_group` = 1 LIMIT 1
0.305 ms 1 /classes/Category.php:1751
212
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38608
ORDER BY f.position ASC
0.304 ms 3 Yes /classes/Product.php:5993
119
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a0
LEFT JOIN `nmdsh_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 240) AND (a0.`nright` > 257) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 4)
ORDER BY a0.`nleft` asc
0.302 ms 14 Yes /classes/PrestaShopCollection.php:383
394
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38636
ORDER BY `position`
0.302 ms 7 Yes /classes/Product.php:3545
276
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38625) AND (b.`id_shop` = 4) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
199
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38608) AND (b.`id_shop` = 4) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
129
SELECT SQL_NO_CACHE *
FROM `nmdsh_shop_url` a0
0.298 ms 3 /classes/PrestaShopCollection.php:383
69
SELECT SQL_NO_CACHE * FROM `nmdsh_currency` c ORDER BY `iso_code` ASC
0.295 ms 4 Yes /classes/Currency.php:709
24
DELETE FROM `nmdsh_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `nmdsh_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
)
0.293 ms 1 /classes/Configuration.php:578
378
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1499, 1500, 1501, 1502, 1503, 1504, 1505) AND il.`id_lang` = 2 ORDER by i.`position`
0.292 ms 7 Yes /classes/Product.php:2921
309
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38631
AND pac.`id_product_attribute` = 1579
AND agl.`id_lang` = 2
0.290 ms 1 /classes/Product.php:7523
308
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nmdsh_feature_product pf
LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nmdsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 38631
ORDER BY f.position ASC
0.286 ms 3 Yes /classes/Product.php:5993
237
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38637) AND (b.`id_shop` = 4) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:71
251
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `nmdsh_attribute` a
LEFT JOIN `nmdsh_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `nmdsh_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `nmdsh_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `nmdsh_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 38637
AND pac.`id_product_attribute` = 1589
AND agl.`id_lang` = 2
0.281 ms 1 /classes/Product.php:7523
314
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38636) AND (b.`id_shop` = 4) LIMIT 1
0.281 ms 1 /src/Adapter/EntityMapper.php:71
381
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1450, 1451, 1452, 1453, 1454, 1455, 1456) AND il.`id_lang` = 2 ORDER by i.`position`
0.278 ms 7 Yes /classes/Product.php:2921
400
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38604
ORDER BY `position`
0.269 ms 8 Yes /classes/Product.php:3545
68
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1273) AND (b.`id_shop` = 4) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
13
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `nmdsh_lang` l
JOIN nmdsh_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 4)
WHERE l.`active` = 1 LIMIT 1
0.267 ms 1 /classes/Language.php:1216
257
SELECT SQL_NO_CACHE *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 38628) AND (b.`id_shop` = 4) LIMIT 1
0.265 ms 1 /src/Adapter/EntityMapper.php:71
174
SELECT SQL_NO_CACHE tr.*
FROM `nmdsh_tax_rule` tr
JOIN `nmdsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 1
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.263 ms 1 /classes/tax/TaxRulesTaxManager.php:109
390
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1549, 1550, 1551, 1552, 1553) AND il.`id_lang` = 2 ORDER by i.`position`
0.262 ms 5 Yes /classes/Product.php:2921
397
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38611
ORDER BY `position`
0.262 ms 7 Yes /classes/Product.php:3545
391
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 38631
ORDER BY `position`
0.260 ms 10 Yes /classes/Product.php:3545
419
SELECT SQL_NO_CACHE page from `nmdsh_appagebuilder_page` where id_category = '1273' AND id_shop = '4' LIMIT 1
0.257 ms 8 /modules/appagebuilder/appagebuilder.php:1267
3
SELECT SQL_NO_CACHE value FROM `nmdsh_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.255 ms 1 /classes/shop/Shop.php:1183
148
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38607
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 10 /classes/Product.php:3570
279
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38625)
0.253 ms 5 /classes/Product.php:3857
139
SELECT SQL_NO_CACHE data FROM nmdsh_layered_filter_block WHERE hash="7c48d9884f1e8ddf083b1a4cdd1706ea" LIMIT 1
0.251 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
372
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1492, 1493, 1494, 1495, 1496, 1497, 1498) AND il.`id_lang` = 2 ORDER by i.`position`
0.249 ms 7 Yes /classes/Product.php:2921
156
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38607)
0.247 ms 7 /classes/Product.php:3857
384
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1589, 1590, 1591, 1592, 1593) AND il.`id_lang` = 2 ORDER by i.`position`
0.244 ms 5 Yes /classes/Product.php:2921
72
SELECT SQL_NO_CACHE *
FROM `nmdsh_currency` a
LEFT JOIN `nmdsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 2) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:71
221
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38601)
0.234 ms 7 /classes/Product.php:3857
387
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1564, 1565, 1566, 1567, 1568) AND il.`id_lang` = 2 ORDER by i.`position`
0.233 ms 5 Yes /classes/Product.php:2921
6
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM nmdsh_shop s
LEFT JOIN nmdsh_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 4
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.227 ms 1 /classes/shop/Shop.php:218
417
SELECT SQL_NO_CACHE * FROM nmdsh_leoslideshow_groups gr
WHERE gr.id_shop = 4 AND gr.hook = "displayNavFullWidth" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.227 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
317
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38636)
0.226 ms 5 /classes/Product.php:3857
202
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38608)
0.221 ms 7 /classes/Product.php:3857
331
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38611
AND image_shop.`cover` = 1 LIMIT 1
0.216 ms 7 /classes/Product.php:3570
102
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1278) AND (b.`id_shop` = 4) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
177
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38614
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 7 /classes/Product.php:3570
100
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1276) AND (b.`id_shop` = 4) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:71
10
SELECT SQL_NO_CACHE *
FROM `nmdsh_lang` a
LEFT JOIN `nmdsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 4
WHERE (a.`id_lang` = 2) LIMIT 1
0.211 ms 1 /src/Adapter/EntityMapper.php:71
95
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1274) AND (b.`id_shop` = 4) LIMIT 1
0.211 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1275) AND (b.`id_shop` = 4) LIMIT 1
0.211 ms 1 /src/Adapter/EntityMapper.php:71
307
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38631 AND pa.`id_product` = 38631 AND pa.`id_product_attribute` = 1579 LIMIT 1
0.211 ms 1 /classes/Product.php:1209
416
SELECT SQL_NO_CACHE *
FROM `nmdsh_currency` c
INNER JOIN nmdsh_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 4)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.211 ms 4 Yes /classes/Currency.php:694
86
SELECT SQL_NO_CACHE *
FROM `nmdsh_currency` a
LEFT JOIN `nmdsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 1) LIMIT 1
0.208 ms 1 /src/Adapter/EntityMapper.php:71
337
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38611)
0.207 ms 7 /classes/Product.php:3857
396
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1584, 1585, 1586, 1587, 1588) AND il.`id_lang` = 2 ORDER by i.`position`
0.207 ms 5 Yes /classes/Product.php:2921
113
SELECT SQL_NO_CACHE * FROM `nmdsh_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.206 ms 8 Yes /classes/ImageType.php:109
326
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38636 AND pa.`id_product` = 38636 AND pa.`id_product_attribute` = 1584 LIMIT 1
0.203 ms 1 /classes/Product.php:1209
182
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38614)
0.203 ms 7 /classes/Product.php:3857
356
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38604)
0.201 ms 7 /classes/Product.php:3857
399
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1521, 1522, 1523, 1524, 1525, 1526, 1527) AND il.`id_lang` = 2 ORDER by i.`position`
0.200 ms 7 Yes /classes/Product.php:2921
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM nmdsh_shop_url
WHERE main = 1
AND id_shop = 4 LIMIT 1
0.199 ms 1 /classes/shop/ShopUrl.php:182
405
SELECT SQL_NO_CACHE * FROM nmdsh_leoslideshow_groups gr
WHERE gr.id_shop = 4 AND gr.hook = "displayNav1" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.198 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
171
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38607 AND pa.`id_product` = 38607 AND pa.`id_product_attribute` = 1494 LIMIT 1
0.196 ms 1 /classes/Product.php:1209
19
SELECT SQL_NO_CACHE name, alias FROM `nmdsh_hook_alias`
0.195 ms 88 /classes/Hook.php:339
240
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38637)
0.193 ms 5 /classes/Product.php:3857
402
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1471, 1472, 1473, 1474, 1475, 1476, 1477) AND il.`id_lang` = 2 ORDER by i.`position`
0.192 ms 7 Yes /classes/Product.php:2921
124
SELECT SQL_NO_CACHE `width`, `height`
FROM nmdsh_image_type
WHERE `name` = 'home_default' LIMIT 1
0.192 ms 1 /classes/Image.php:563
393
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `nmdsh_product_attribute_image` pai
LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1579, 1580, 1581, 1582, 1583) AND il.`id_lang` = 2 ORDER by i.`position`
0.191 ms 5 Yes /classes/Product.php:2921
105
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1281) AND (b.`id_shop` = 4) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:71
274
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38625
AND image_shop.`cover` = 1 LIMIT 1
0.189 ms 12 /classes/Product.php:3570
260
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38628)
0.187 ms 5 /classes/Product.php:3857
5
SELECT SQL_NO_CACHE *
FROM `nmdsh_shop` a
WHERE (a.`id_shop` = 4) LIMIT 1
0.186 ms 1 /src/Adapter/EntityMapper.php:71
70
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.186 ms 1 /classes/Language.php:883
293
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38631
AND image_shop.`cover` = 1 LIMIT 1
0.186 ms 10 /classes/Product.php:3570
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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `nmdsh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 38631)
0.186 ms 5 /classes/Product.php:3857
80
SELECT SQL_NO_CACHE *
FROM `nmdsh_currency` a
LEFT JOIN `nmdsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 4) LIMIT 1
0.185 ms 1 /src/Adapter/EntityMapper.php:71
101
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1277) AND (b.`id_shop` = 4) LIMIT 1
0.184 ms 1 /src/Adapter/EntityMapper.php:71
230
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38601 AND pa.`id_product` = 38601 AND pa.`id_product_attribute` = 1452 LIMIT 1
0.184 ms 1 /classes/Product.php:1209
104
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1280) AND (b.`id_shop` = 4) LIMIT 1
0.183 ms 1 /src/Adapter/EntityMapper.php:71
136
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1273) LIMIT 1
0.183 ms 1 /src/Adapter/EntityMapper.php:71
216
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38601
AND image_shop.`cover` = 1 LIMIT 1
0.183 ms 10 /classes/Product.php:3570
103
SELECT SQL_NO_CACHE *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 1279) AND (b.`id_shop` = 4) LIMIT 1
0.183 ms 1 /src/Adapter/EntityMapper.php:71
76
SELECT SQL_NO_CACHE *
FROM `nmdsh_currency` a
LEFT JOIN `nmdsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 3) LIMIT 1
0.182 ms 1 /src/Adapter/EntityMapper.php:71
196
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38608
AND image_shop.`cover` = 1 LIMIT 1
0.182 ms 8 /classes/Product.php:3570
211
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38608 AND pa.`id_product` = 38608 AND pa.`id_product_attribute` = 1501 LIMIT 1
0.181 ms 1 /classes/Product.php:1209
214
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1501) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:71
272
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1564) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:71
288
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38625 AND pa.`id_product` = 38625 AND pa.`id_product_attribute` = 1549 LIMIT 1
0.181 ms 1 /classes/Product.php:1209
346
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38611 AND pa.`id_product` = 38611 AND pa.`id_product_attribute` = 1523 LIMIT 1
0.180 ms 1 /classes/Product.php:1209
351
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38604
AND image_shop.`cover` = 1 LIMIT 1
0.179 ms 8 /classes/Product.php:3570
93
SELECT SQL_NO_CACHE page from `nmdsh_appagebuilder_page` where id_category = '1273' AND id_shop = '4' LIMIT 1
0.178 ms 8 /modules/appagebuilder/appagebuilder.php:3845
175
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1494) LIMIT 1
0.178 ms 1 /src/Adapter/EntityMapper.php:71
122
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `nmdsh_currency` c
LEFT JOIN nmdsh_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 4)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.176 ms 4 /classes/Currency.php:1136
191
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38614 AND pa.`id_product` = 38614 AND pa.`id_product_attribute` = 1544 LIMIT 1
0.176 ms 1 /classes/Product.php:1209
254
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38628
AND image_shop.`cover` = 1 LIMIT 1
0.175 ms 10 /classes/Product.php:3570
269
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38628 AND pa.`id_product` = 38628 AND pa.`id_product_attribute` = 1564 LIMIT 1
0.175 ms 1 /classes/Product.php:1209
128
SELECT SQL_NO_CACHE COUNT(*)
FROM `nmdsh_hook_module`
WHERE `id_hook` = 76
AND `id_module` = 180
AND `id_shop` = 4 LIMIT 1
0.174 ms 1 /modules/x13opcjewysylki/x13opcjewysylki.core-81.php:0
291
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1549) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
420
SELECT SQL_NO_CACHE pr.`class` from `nmdsh_appagebuilder_page` pa INNER JOIN `nmdsh_appagebuilder_products` pr ON (pa.`page` = pr.`plist_key`) where pa.id_category = '1273' AND pa.id_shop = '4' LIMIT 1
0.174 ms 128 /modules/appagebuilder/appagebuilder.php:1279
235
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38637
AND image_shop.`cover` = 1 LIMIT 1
0.174 ms 8 /classes/Product.php:3570
164
SELECT SQL_NO_CACHE tr.*
FROM `nmdsh_tax_rule` tr
JOIN `nmdsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('40-751' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '40-751')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.171 ms 0 /classes/tax/TaxRulesTaxManager.php:109
32
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.170 ms 1 /classes/module/Module.php:2636
349
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1523) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:71
97
SELECT SQL_NO_CACHE * FROM `nmdsh_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.168 ms 8 Yes /classes/ImageType.php:109
116
SELECT SQL_NO_CACHE *
FROM `nmdsh_country` a
LEFT JOIN `nmdsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 4
WHERE (a.`id_country` = 14) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
71
SELECT SQL_NO_CACHE c.id_currency
FROM `nmdsh_currency` c
WHERE (iso_code = 'CZK') LIMIT 1
0.165 ms 1 /classes/Currency.php:893
233
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1452) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
340
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38611 LIMIT 1
0.164 ms 1 /classes/Pack.php:89
84
SELECT SQL_NO_CACHE *
FROM `nmdsh_currency` a
LEFT JOIN `nmdsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `nmdsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:71
312
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nmdsh_image` i
INNER JOIN nmdsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 38636
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 7 /classes/Product.php:3570
403
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "appagebuilder" LIMIT 1
0.163 ms 1 /classes/module/Module.php:2636
365
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38604 AND pa.`id_product` = 38604 AND pa.`id_product_attribute` = 1473 LIMIT 1
0.162 ms 1 /classes/Product.php:1209
380
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38601
0.162 ms 7 /classes/Product.php:2902
374
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38614
0.161 ms 7 /classes/Product.php:2902
126
SELECT SQL_NO_CACHE * FROM `nmdsh_appagebuilder_positions` WHERE id_appagebuilder_positions IN(92,101,102,103)
0.160 ms 4 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:404
137
SELECT SQL_NO_CACHE *
FROM `nmdsh_category_lang`
WHERE `id_category` = 1273 AND `id_shop` = 4
0.160 ms 1 /src/Adapter/EntityMapper.php:79
389
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38625
0.160 ms 5 /classes/Product.php:2902
117
SELECT SQL_NO_CACHE *
FROM `nmdsh_country_lang`
WHERE `id_country` = 14
0.159 ms 1 /src/Adapter/EntityMapper.php:79
249
SELECT SQL_NO_CACHE pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 4) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4) WHERE p.`id_product` = 38637 AND pa.`id_product` = 38637 AND pa.`id_product_attribute` = 1589 LIMIT 1
0.158 ms 1 /classes/Product.php:1209
153
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1494 LIMIT 1
0.157 ms 1 /classes/Combination.php:564
383
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38637
0.156 ms 5 /classes/Product.php:2902
90
SELECT SQL_NO_CACHE *
FROM `nmdsh_group_lang`
WHERE `id_group` = 1
0.156 ms 1 /src/Adapter/EntityMapper.php:79
154
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 0 LIMIT 1
0.153 ms 1 /classes/SpecificPrice.php:426
194
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1544) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
316
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38636 LIMIT 1
0.152 ms 1 /classes/SpecificPrice.php:435
329
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1584) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
406
SELECT SQL_NO_CACHE * FROM nmdsh_leoslideshow_groups gr
WHERE gr.id_shop = 4 AND gr.hook = "displayNav2" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.152 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `nmdsh_hook_alias`
0.151 ms 88 /classes/Hook.php:287
368
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1473) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38608
0.150 ms 7 /classes/Product.php:2902
23
DELETE FROM `nmdsh_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
0.149 ms 1 /classes/Configuration.php:583
220
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38601 LIMIT 1
0.149 ms 1 /classes/SpecificPrice.php:435
252
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1589) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
181
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38614 LIMIT 1
0.147 ms 1 /classes/SpecificPrice.php:435
30
SELECT SQL_NO_CACHE * FROM `nmdsh_hook_module_exceptions`
WHERE `id_shop` IN (4)
0.146 ms 1 /classes/module/Module.php:2018
96
SELECT SQL_NO_CACHE state FROM nmdsh_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.146 ms 1 /classes/FeatureFlag.php:105
165
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38607 LIMIT 1
0.146 ms 1 /classes/Pack.php:89
310
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 4
WHERE (a.`id_product_attribute` = 1579) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
149
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nmdsh_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 4 
AND cl.`id_category` = 1279 LIMIT 1
0.145 ms 1 /classes/Category.php:1375
219
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1452 LIMIT 1
0.144 ms 1 /classes/Combination.php:564
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38601) AND (id_product_attribute = 1452) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:453
66
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "xps_checkout" LIMIT 1
0.143 ms 0 /classes/module/Module.php:2636
410
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "leoproductsearch" LIMIT 1
0.143 ms 1 /classes/module/Module.php:2636
434
SELECT SQL_NO_CACHE * FROM nmdsh_leoslideshow_groups gr
WHERE gr.id_shop = 4 AND gr.hook = "displayFooterAfter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.141 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
258
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1564 LIMIT 1
0.140 ms 1 /classes/Combination.php:564
111
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.139 ms 0 /classes/module/Module.php:2636
152
SELECT SQL_NO_CACHE `name`
FROM `nmdsh_manufacturer`
WHERE `id_manufacturer` = 1896
AND `active` = 1 LIMIT 1
0.139 ms 1 /classes/Manufacturer.php:316
180
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1544 LIMIT 1
0.139 ms 1 /classes/Combination.php:564
87
SELECT SQL_NO_CACHE *
FROM `nmdsh_currency_lang`
WHERE `id_currency` = 1
0.138 ms 1 /src/Adapter/EntityMapper.php:79
284
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38625) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:453
4
SELECT SQL_NO_CACHE COUNT(*) FROM nmdsh_shop LIMIT 1
0.137 ms 3 /classes/shop/Shop.php:1184
200
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1501 LIMIT 1
0.136 ms 1 /classes/Combination.php:564
224
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38601 LIMIT 1
0.136 ms 1 /classes/Pack.php:89
320
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38636 LIMIT 1
0.136 ms 1 /classes/Pack.php:89
386
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38628
0.136 ms 5 /classes/Product.php:2902
407
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "leobootstrapmenu" LIMIT 1
0.136 ms 1 /classes/module/Module.php:2636
150
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1279 LIMIT 1
0.135 ms 1 /classes/Product.php:5639
201
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38608 LIMIT 1
0.135 ms 1 /classes/SpecificPrice.php:435
433
SELECT SQL_NO_CACHE * FROM nmdsh_leoslideshow_groups gr
WHERE gr.id_shop = 4 AND gr.hook = "displayFooter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1
0.134 ms 1 /modules/leoslideshow/classes/LeoSlideshowGroup.php:175
33
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 8 AND `id_shop` = 4 LIMIT 1
0.133 ms 1 /classes/module/Module.php:2109
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38628) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
75
SELECT SQL_NO_CACHE c.id_currency
FROM `nmdsh_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.133 ms 1 /classes/Currency.php:893
9
SELECT SQL_NO_CACHE *
FROM `nmdsh_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:71
226
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38601) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.132 ms 1 /classes/stock/StockAvailable.php:453
253
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1589
0.132 ms 1 /src/Adapter/EntityMapper.php:79
130
SELECT SQL_NO_CACHE *
FROM `nmdsh_shop_url` a0
0.130 ms 3 /classes/PrestaShopCollection.php:383
338
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38611 AND id_shop=4 LIMIT 1
0.130 ms 1 /classes/Product.php:6848
286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38625) AND (id_product_attribute = 1549) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:453
292
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1549
0.130 ms 1 /src/Adapter/EntityMapper.php:79
315
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1584 LIMIT 1
0.129 ms 1 /classes/Combination.php:564
167
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38607) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:453
238
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1589 LIMIT 1
0.128 ms 1 /classes/Combination.php:564
73
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.127 ms 1 /classes/Language.php:883
301
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38631 LIMIT 1
0.126 ms 1 /classes/Pack.php:89
176
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1494
0.125 ms 1 /src/Adapter/EntityMapper.php:79
278
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38625 LIMIT 1
0.125 ms 1 /classes/SpecificPrice.php:435
398
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38611
0.125 ms 7 /classes/Product.php:2902
74
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.125 ms 1 /classes/Language.php:883
277
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1549 LIMIT 1
0.124 ms 1 /classes/Combination.php:564
77
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.124 ms 1 /classes/Language.php:883
79
SELECT SQL_NO_CACHE c.id_currency
FROM `nmdsh_currency` c
WHERE (iso_code = 'HUF') LIMIT 1
0.124 ms 1 /classes/Currency.php:893
222
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38601 AND id_shop=4 LIMIT 1
0.124 ms 1 /classes/Product.php:6848
303
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38631) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.124 ms 1 /classes/stock/StockAvailable.php:453
263
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38628 LIMIT 1
0.123 ms 1 /classes/Pack.php:89
335
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1523 LIMIT 1
0.123 ms 1 /classes/Combination.php:564
336
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38611 LIMIT 1
0.123 ms 1 /classes/SpecificPrice.php:435
359
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38604 LIMIT 1
0.122 ms 1 /classes/Pack.php:89
83
SELECT SQL_NO_CACHE c.id_currency
FROM `nmdsh_currency` c
WHERE (iso_code = 'PLN') LIMIT 1
0.121 ms 1 /classes/Currency.php:893
155
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38607 LIMIT 1
0.121 ms 1 /classes/SpecificPrice.php:435
118
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM nmdsh_required_field
0.121 ms 1 /classes/ObjectModel.php:1592
267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38628) AND (id_product_attribute = 1564) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.121 ms 1 /classes/stock/StockAvailable.php:453
205
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38608 LIMIT 1
0.120 ms 1 /classes/Pack.php:89
305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38631) AND (id_product_attribute = 1579) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:453
39
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.120 ms 0 /classes/module/Module.php:2109
161
SELECT SQL_NO_CACHE *
FROM `nmdsh_tax_lang`
WHERE `id_tax` = 1
0.120 ms 1 /src/Adapter/EntityMapper.php:79
275
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1274 LIMIT 1
0.120 ms 1 /classes/Product.php:5639
342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38611) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:453
355
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38604 LIMIT 1
0.120 ms 1 /classes/SpecificPrice.php:435
114
SELECT SQL_NO_CACHE format
FROM `nmdsh_address_format`
WHERE `id_country` = 14 LIMIT 1
0.119 ms 1 /classes/AddressFormat.php:656
162
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38607 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:156
217
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1274 LIMIT 1
0.119 ms 1 /classes/Product.php:5639
371
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38607
0.119 ms 7 /classes/Product.php:2902
112
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.118 ms 0 /classes/module/Module.php:2109
125
SELECT SQL_NO_CACHE `width`, `height`
FROM nmdsh_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.118 ms 1 /classes/Image.php:563
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38608) AND (id_product_attribute = 1501) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.118 ms 1 /classes/stock/StockAvailable.php:453
225
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38601 LIMIT 1
0.118 ms 1 /classes/Pack.php:90
169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38607) AND (id_product_attribute = 1494) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.117 ms 1 /classes/stock/StockAvailable.php:453
215
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1501
0.117 ms 1 /src/Adapter/EntityMapper.php:79
273
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1564
0.117 ms 1 /src/Adapter/EntityMapper.php:79
319
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38636 AND `id_group` = 1 LIMIT 1
0.117 ms 0 /classes/GroupReduction.php:156
157
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38607 AND id_shop=4 LIMIT 1
0.117 ms 1 /classes/Product.php:6848
160
SELECT SQL_NO_CACHE *
FROM `nmdsh_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:71
234
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1452
0.116 ms 1 /src/Adapter/EntityMapper.php:79
354
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1473 LIMIT 1
0.116 ms 1 /classes/Combination.php:564
98
SELECT SQL_NO_CACHE * FROM `nmdsh_image_type`
0.115 ms 8 /classes/ImageType.php:161
294
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1279 LIMIT 1
0.115 ms 1 /classes/Product.php:5639
296
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `nmdsh_product_attribute` pa
INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product_attribute` = 1579 LIMIT 1
0.115 ms 1 /classes/Combination.php:564
34
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.114 ms 1 /classes/module/Module.php:2636
185
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38614 LIMIT 1
0.114 ms 1 /classes/Pack.php:89
283
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38625 LIMIT 1
0.114 ms 1 /classes/Pack.php:90
330
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1584
0.114 ms 1 /src/Adapter/EntityMapper.php:79
369
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1473
0.114 ms 1 /src/Adapter/EntityMapper.php:79
401
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38604
0.114 ms 7 /classes/Product.php:2902
11
SELECT SQL_NO_CACHE id_shop
FROM `nmdsh_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 4 LIMIT 1
0.113 ms 1 /classes/ObjectModel.php:1729
115
SELECT SQL_NO_CACHE `need_identification_number`
FROM `nmdsh_country`
WHERE `id_country` = 14 LIMIT 1
0.113 ms 1 /classes/Country.php:402
282
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38625 LIMIT 1
0.113 ms 1 /classes/Pack.php:89
299
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38631 AND id_shop=4 LIMIT 1
0.113 ms 1 /classes/Product.php:6848
392
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38631
0.113 ms 5 /classes/Product.php:2902
408
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 157 AND `id_shop` = 4 LIMIT 1
0.113 ms 1 /classes/module/Module.php:2109
67
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "xbraintreeofficial" LIMIT 1
0.112 ms 0 /classes/module/Module.php:2636
91
SELECT SQL_NO_CACHE id_shop
FROM `nmdsh_group_shop`
WHERE `id_group` = 1
AND id_shop = 4 LIMIT 1
0.112 ms 1 /classes/ObjectModel.php:1729
318
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38636 AND id_shop=4 LIMIT 1
0.112 ms 1 /classes/Product.php:6848
361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38604) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.111 ms 1 /classes/stock/StockAvailable.php:453
322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38636) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.111 ms 1 /classes/stock/StockAvailable.php:453
395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nmdsh_product_attribute`
WHERE `id_product` = 38636
0.111 ms 5 /classes/Product.php:2902
81
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.110 ms 1 /classes/Language.php:883
412
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "blockgrouptop" LIMIT 1
0.110 ms 1 /classes/module/Module.php:2636
239
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38637 LIMIT 1
0.110 ms 1 /classes/SpecificPrice.php:435
280
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38625 AND id_shop=4 LIMIT 1
0.110 ms 1 /classes/Product.php:6848
404
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 152 AND `id_shop` = 4 LIMIT 1
0.110 ms 1 /classes/module/Module.php:2109
78
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.109 ms 1 /classes/Language.php:883
88
SELECT SQL_NO_CACHE id_shop
FROM `nmdsh_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 4 LIMIT 1
0.109 ms 1 /classes/ObjectModel.php:1729
189
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38614) AND (id_product_attribute = 1544) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:453
223
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38601 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:156
311
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1579
0.109 ms 1 /src/Adapter/EntityMapper.php:79
339
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38611 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:156
344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38611) AND (id_product_attribute = 1523) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:453
85
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.108 ms 1 /classes/Language.php:883
207
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38608) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
259
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38628 LIMIT 1
0.108 ms 1 /classes/SpecificPrice.php:435
363
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38604) AND (id_product_attribute = 1473) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
187
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38614) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
302
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38631 LIMIT 1
0.107 ms 1 /classes/Pack.php:90
35
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 177 AND `id_shop` = 4 LIMIT 1
0.106 ms 1 /classes/module/Module.php:2109
297
SELECT SQL_NO_CACHE 1 FROM `nmdsh_specific_price` WHERE id_product = 38631 LIMIT 1
0.106 ms 1 /classes/SpecificPrice.php:435
247
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38637) AND (id_product_attribute = 1589) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
324
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38636) AND (id_product_attribute = 1584) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
82
SELECT SQL_NO_CACHE `id_lang` FROM `nmdsh_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.105 ms 1 /classes/Language.php:883
300
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38631 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
321
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38636 LIMIT 1
0.105 ms 1 /classes/Pack.php:90
50
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "stshoppingcart" LIMIT 1
0.105 ms 0 /classes/module/Module.php:2636
37
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.104 ms 0 /classes/module/Module.php:2109
195
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1544
0.104 ms 1 /src/Adapter/EntityMapper.php:79
197
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nmdsh_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 4 
AND cl.`id_category` = 1274 LIMIT 1
0.104 ms 1 /classes/Category.php:1375
243
SELECT SQL_NO_CACHE COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = 38637 LIMIT 1
0.104 ms 1 /classes/Pack.php:89
245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = 38637) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.104 ms 1 /classes/stock/StockAvailable.php:453
350
SELECT SQL_NO_CACHE *
FROM `nmdsh_product_attribute_lang`
WHERE `id_product_attribute` = 1523
0.103 ms 1 /src/Adapter/EntityMapper.php:79
411
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 155 AND `id_shop` = 4 LIMIT 1
0.103 ms 1 /classes/module/Module.php:2109
44
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "iqitcookielaw" LIMIT 1
0.102 ms 0 /classes/module/Module.php:2636
166
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38607 LIMIT 1
0.101 ms 1 /classes/Pack.php:90
341
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38611 LIMIT 1
0.101 ms 1 /classes/Pack.php:90
413
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 156 AND `id_shop` = 4 LIMIT 1
0.101 ms 1 /classes/module/Module.php:2109
41
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.100 ms 0 /classes/module/Module.php:2109
64
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "pk_amp" LIMIT 1
0.100 ms 0 /classes/module/Module.php:2636
178
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1279 LIMIT 1
0.100 ms 1 /classes/Product.php:5639
186
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38614 LIMIT 1
0.100 ms 1 /classes/Pack.php:90
332
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nmdsh_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 4 
AND cl.`id_category` = 1280 LIMIT 1
0.100 ms 1 /classes/Category.php:1375
42
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.099 ms 0 /classes/module/Module.php:2636
36
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "gdprpro" LIMIT 1
0.099 ms 0 /classes/module/Module.php:2636
40
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "iqitcompare" LIMIT 1
0.099 ms 0 /classes/module/Module.php:2636
43
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.099 ms 0 /classes/module/Module.php:2109
59
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.099 ms 0 /classes/module/Module.php:2109
203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38608 AND id_shop=4 LIMIT 1
0.099 ms 1 /classes/Product.php:6848
57
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.098 ms 0 /classes/module/Module.php:2109
45
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.098 ms 0 /classes/module/Module.php:2109
47
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.098 ms 0 /classes/module/Module.php:2109
51
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.098 ms 0 /classes/module/Module.php:2109
63
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.098 ms 0 /classes/module/Module.php:2109
65
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.098 ms 0 /classes/module/Module.php:2109
241
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38637 AND id_shop=4 LIMIT 1
0.098 ms 1 /classes/Product.php:6848
352
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1280 LIMIT 1
0.098 ms 1 /classes/Product.php:5639
48
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "stnotification" LIMIT 1
0.097 ms 0 /classes/module/Module.php:2636
49
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.097 ms 0 /classes/module/Module.php:2109
54
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "stcompare" LIMIT 1
0.097 ms 0 /classes/module/Module.php:2636
55
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.097 ms 0 /classes/module/Module.php:2109
198
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1274 LIMIT 1
0.097 ms 1 /classes/Product.php:5639
53
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.097 ms 0 /classes/module/Module.php:2109
61
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.097 ms 0 /classes/module/Module.php:2109
236
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1274 LIMIT 1
0.097 ms 1 /classes/Product.php:5639
46
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "iqitpopup" LIMIT 1
0.096 ms 0 /classes/module/Module.php:2636
56
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "stlovedproduct" LIMIT 1
0.096 ms 0 /classes/module/Module.php:2636
60
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "stsidebar" LIMIT 1
0.096 ms 0 /classes/module/Module.php:2636
52
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "stcustomersignin" LIMIT 1
0.096 ms 0 /classes/module/Module.php:2636
58
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "stwishlist" LIMIT 1
0.096 ms 0 /classes/module/Module.php:2636
38
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "pscartdropdown" LIMIT 1
0.095 ms 0 /classes/module/Module.php:2636
255
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nmdsh_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 4 
AND cl.`id_category` = 1281 LIMIT 1
0.095 ms 1 /classes/Category.php:1375
62
SELECT SQL_NO_CACHE `id_module` FROM `nmdsh_module` WHERE `name` = "pspagebuilder" LIMIT 1
0.095 ms 0 /classes/module/Module.php:2636
264
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38628 LIMIT 1
0.094 ms 1 /classes/Pack.php:90
183
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38614 AND id_shop=4 LIMIT 1
0.093 ms 1 /classes/Product.php:6848
281
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38625 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:156
244
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38637 LIMIT 1
0.091 ms 1 /classes/Pack.php:90
313
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1279 LIMIT 1
0.089 ms 1 /classes/Product.php:5639
206
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38608 LIMIT 1
0.089 ms 1 /classes/Pack.php:90
357
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38604 AND id_shop=4 LIMIT 1
0.089 ms 1 /classes/Product.php:6848
27
DELETE FROM `nmdsh_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
0.088 ms 1 /classes/Configuration.php:583
261
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nmdsh_product_shop`
WHERE `id_product` = 38628 AND id_shop=4 LIMIT 1
0.087 ms 1 /classes/Product.php:6848
163
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_group`
WHERE `id_group` = 1 LIMIT 1
0.085 ms 1 /classes/Group.php:154
25
DELETE FROM `nmdsh_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
0.085 ms 1 /classes/Configuration.php:583
256
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1281 LIMIT 1
0.083 ms 1 /classes/Product.php:5639
360
SELECT SQL_NO_CACHE product_type FROM `nmdsh_product` WHERE id_product = 38604 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
358
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38604 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:156
333
SELECT SQL_NO_CACHE name FROM nmdsh_category_lang WHERE id_shop = 4 AND id_lang = 2 AND id_category = 1280 LIMIT 1
0.081 ms 1 /classes/Product.php:5639
204
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38608 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:156
262
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38628 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:156
242
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38637 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:156
184
SELECT SQL_NO_CACHE `reduction`
FROM `nmdsh_product_group_reduction_cache`
WHERE `id_product` = 38614 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:156

Doubles

22 queries
SELECT `id_module` FROM `nmdsh_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
22 queries
SELECT SUM(quantity)
FROM `nmdsh_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
22 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `nmdsh_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 `nmdsh_cart_product` cp JOIN `nmdsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nmdsh_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 XX FROM `nmdsh_specific_price` WHERE id_product = XX LIMIT XX
11 queries
SELECT image_shop.`id_image`
                    FROM `nmdsh_image` i
                     INNER JOIN nmdsh_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
11 queries
SELECT name FROM nmdsh_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
11 queries
SELECT *
FROM `nmdsh_product` a
LEFT JOIN `nmdsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `nmdsh_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
11 queries
SELECT product_attribute_shop.`price`
			FROM `nmdsh_product_attribute` pa
			 INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
11 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 `nmdsh_product` p
INNER JOIN `nmdsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `nmdsh_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)
11 queries
                            SELECT `id_tax_rules_group`
                            FROM `nmdsh_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
11 queries
			SELECT `reduction`
			FROM `nmdsh_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
11 queries
SELECT COUNT(*) FROM `nmdsh_pack` WHERE id_product_pack = XX LIMIT XX
11 queries
SELECT product_type FROM `nmdsh_product` WHERE id_product = XX LIMIT XX
11 queries
SELECT pa.`available_date` FROM `nmdsh_product` p LEFT JOIN `nmdsh_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nmdsh_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
11 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM nmdsh_feature_product pf
                LEFT JOIN nmdsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN nmdsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN nmdsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN nmdsh_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
11 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
            pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`,
            pal.`available_now`, pal.`available_later`
            FROM `nmdsh_attribute` a
            LEFT JOIN `nmdsh_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `nmdsh_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `nmdsh_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN nmdsh_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            LEFT JOIN `nmdsh_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `nmdsh_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
11 queries
SELECT *
FROM `nmdsh_product_attribute` a
LEFT JOIN `nmdsh_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
11 queries
SELECT *
							FROM `nmdsh_product_attribute_lang`
							WHERE `id_product_attribute` = XX
11 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `nmdsh_image` i
             INNER JOIN nmdsh_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `nmdsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
11 queries
SELECT `id_product_attribute`
            FROM `nmdsh_product_attribute`
            WHERE `id_product` = XX
11 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 `nmdsh_product_attribute` pa
             INNER JOIN nmdsh_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 `nmdsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `nmdsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `nmdsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `nmdsh_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;
9 queries
SELECT *
FROM `nmdsh_category` a
LEFT JOIN `nmdsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `nmdsh_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
8 queries
SELECT `id_lang` FROM `nmdsh_lang`
                    WHERE `locale` = 'pl-pl'
                    OR `language_code` = 'pl-pl' LIMIT XX
6 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `nmdsh_product_attribute_image` pai
            LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
5 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `nmdsh_product_attribute_image` pai
            LEFT JOIN `nmdsh_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `nmdsh_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
4 queries
SELECT *
FROM `nmdsh_currency` a
LEFT JOIN `nmdsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `nmdsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
4 queries
			SELECT cl.`link_rewrite`
			FROM `nmdsh_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
3 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `nmdsh_module` m
                LEFT JOIN `nmdsh_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 `nmdsh_configuration` c
               LEFT JOIN `nmdsh_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2 queries
SELECT page from `nmdsh_appagebuilder_page` where id_category = 'XX' AND id_shop = 'XX' LIMIT XX
2 queries
SELECT XX FROM `nmdsh_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `nmdsh_shop_url` aXX
2 queries
				SELECT tr.*
				FROM `nmdsh_tax_rule` tr
				JOIN `nmdsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX-XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX-XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT * FROM nmdsh_leoslideshow_groups gr
                WHERE gr.id_shop = XX AND gr.hook = "displayNavXX" AND gr.`active` = XX
                ORDER BY gr.id_leoslideshow_groups LIMIT XX

Tables stress

80 product_attribute
75 product
66 product_attribute_shop
53 product_shop
45 cart_product
44 product_attribute_combination
38 stock_available
33 image
33 pack
29 module
27 category_lang
26 module_shop
24 attribute
23 attribute_lang
23 feature_product
22 image_shop
22 product_attribute_lang
22 image_lang
19 category
13 attribute_group
13 attribute_group_lang
12 currency
12 feature
12 feature_shop
12 feature_lang
12 feature_value_lang
12 product_lang
12 specific_price
11 lang
11 category_shop
11 product_group_reduction_cache
11 product_attribute_image
9 configuration
9 category_group
8 currency_shop
7 product_sale
7 category_product
7 leoslideshow_groups
6 shop_url
6 hook
5 shop
5 configuration_lang
5 currency_lang
5 image_type
4 lang_shop
4 country
4 cart_rule
3 country_lang
3 country_shop
3 hook_module
3 hook_alias
3 appagebuilder_page
3 tax_rule
3 tax_rules_group
2 shop_group
2 group
2 group_shop
2 cart_rule_lang
2 appagebuilder_products
2 attribute_group_shop
1 module_group
1 appagebuilder_profiles
1 appagebuilder_profiles_lang
1 appagebuilder_profiles_shop
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 feature_flag
1 address_format
1 required_field
1 tab
1 appagebuilder_products_shop
1 appagebuilder
1 appagebuilder_shop
1 appagebuilder_lang
1 appagebuilder_positions
1 layered_category
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 attribute_shop
1 layered_indexable_attribute_lang_value
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 feature_value
1 layered_indexable_feature_value_lang_value
1 layered_filter_block
1 manufacturer
1 tax
1 tax_lang
1 btmegamenu_group
1 btmegamenu_group_lang
1 zone
1 state

ObjectModel instances

Name Instances Source
Product 44 /classes/Link.php:113 (__construct) [id: 38607]
/classes/Link.php:113 (__construct) [id: 38614]
/classes/Link.php:113 (__construct) [id: 38608]
/classes/Link.php:113 (__construct) [id: 38601]
/classes/Link.php:113 (__construct) [id: 38637]
/classes/Link.php:113 (__construct) [id: 38628]
/classes/Link.php:113 (__construct) [id: 38625]
/classes/Link.php:113 (__construct) [id: 38631]
/classes/Link.php:113 (__construct) [id: 38636]
/classes/Link.php:113 (__construct) [id: 38611]
/classes/Link.php:113 (__construct) [id: 38604]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38607]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38614]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38608]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38601]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38637]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38628]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38625]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38631]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38636]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38611]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38604]
/classes/Link.php:113 (__construct) [id: 38607]
/classes/Link.php:113 (__construct) [id: 38614]
/classes/Link.php:113 (__construct) [id: 38608]
/classes/Link.php:113 (__construct) [id: 38601]
/classes/Link.php:113 (__construct) [id: 38637]
/classes/Link.php:113 (__construct) [id: 38628]
/classes/Link.php:113 (__construct) [id: 38625]
/classes/Link.php:113 (__construct) [id: 38631]
/classes/Link.php:113 (__construct) [id: 38636]
/classes/Link.php:113 (__construct) [id: 38611]
/classes/Link.php:113 (__construct) [id: 38604]
/classes/Link.php:113 (__construct) [id: 38607]
/classes/Link.php:113 (__construct) [id: 38614]
/classes/Link.php:113 (__construct) [id: 38608]
/classes/Link.php:113 (__construct) [id: 38601]
/classes/Link.php:113 (__construct) [id: 38637]
/classes/Link.php:113 (__construct) [id: 38628]
/classes/Link.php:113 (__construct) [id: 38625]
/classes/Link.php:113 (__construct) [id: 38631]
/classes/Link.php:113 (__construct) [id: 38636]
/classes/Link.php:113 (__construct) [id: 38611]
/classes/Link.php:113 (__construct) [id: 38604]
Category 27 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 1273]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1274]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1275]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1276]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1277]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1278]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1279]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1280]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 1281]
/classes/Meta.php:380 (__construct) [id: 1273]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 1273]
/classes/Link.php:402 (__construct) [id: 1273]
/classes/Link.php:402 (__construct) [id: 1273]
/classes/Link.php:402 (__construct) [id: 1279]
/classes/Link.php:402 (__construct) [id: 1279]
/classes/Link.php:402 (__construct) [id: 1274]
/classes/Link.php:402 (__construct) [id: 1274]
/classes/Link.php:402 (__construct) [id: 1274]
/classes/Link.php:402 (__construct) [id: 1281]
/classes/Link.php:402 (__construct) [id: 1274]
/classes/Link.php:402 (__construct) [id: 1279]
/classes/Link.php:402 (__construct) [id: 1279]
/classes/Link.php:402 (__construct) [id: 1280]
/classes/Link.php:402 (__construct) [id: 1280]
Combination 11 /classes/Product.php:5882 (__construct) [id: 1494]
/classes/Product.php:5882 (__construct) [id: 1544]
/classes/Product.php:5882 (__construct) [id: 1501]
/classes/Product.php:5882 (__construct) [id: 1452]
/classes/Product.php:5882 (__construct) [id: 1589]
/classes/Product.php:5882 (__construct) [id: 1564]
/classes/Product.php:5882 (__construct) [id: 1549]
/classes/Product.php:5882 (__construct) [id: 1579]
/classes/Product.php:5882 (__construct) [id: 1584]
/classes/Product.php:5882 (__construct) [id: 1523]
/classes/Product.php:5882 (__construct) [id: 1473]
Address 6 /modules/thecheckout/classes/Config.php:83 (__construct) [id: ]
/modules/thecheckout/classes/Config.php:83 (__construct) [id: ]
/classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3691 (initialize) [id: ]
/classes/Product.php:3801 (__construct) [id: ]
/classes/Product.php:5936 (__construct) [id: ]
ShopUrl 6 /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
Currency 5 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 4]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:687 (getCurrencyInstance) [id: 1]
Country 4 /config/config.inc.php:146 (__construct) [id: 14]
/classes/controller/FrontController.php:352 (__construct) [id: 14]
/classes/AddressFormat.php:404 (__construct) [id: 14]
/classes/controller/FrontController.php:1725 (__construct) [id: 14]
ApPageBuilderModel 4 /modules/appagebuilder/appagebuilder.php:2065 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ]
LeoWidget 2 /modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ]
/modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Language 2 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:559 (__construct) [id: 2]
ApPageBuilderProfilesModel 2 /modules/appagebuilder/appagebuilder.php:3357 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2875 (__construct) [id: ]
Cart 2 /classes/controller/FrontController.php:429 (__construct) [id: ]
/classes/controller/FrontController.php:499 (__construct) [id: ]
Group 2 /classes/Cart.php:249 (getCurrent) [id: 1]
/modules/leoproductsearch/leoproductsearch.php:466 (__construct) [id: 1]
Configuration 1 /modules/appagebuilder/appagebuilder.php:2268 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 4]
State 1 /classes/controller/FrontController.php:1724 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1719 (generateAddress) [id: ]
Risk 1 /classes/controller/FrontController.php:1652 (__construct) [id: ]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Gender 1 /classes/controller/FrontController.php:1649 (__construct) [id: 0]

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/prod/appParameters.php
114 /var/cache/prod/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 /vendor/smarty/smarty/libs/Smarty.class.php
190 /vendor/smarty/smarty/libs/functions.php
191 /vendor/smarty/smarty/libs/Autoloader.php
192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
193 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
194 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
195 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
201 /config/smartyfront.config.inc.php
202 /classes/Smarty/SmartyResourceModule.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
205 /classes/Smarty/SmartyResourceParent.php
206 /classes/Smarty/SmartyLazyRegister.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
208 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
209 /classes/Customer.php
210 /classes/Group.php
211 /classes/Link.php
212 /classes/shop/ShopUrl.php
213 /override/classes/Dispatcher.php
214 /classes/Dispatcher.php
215 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
216 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
217 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
219 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
222 /src/Adapter/SymfonyContainer.php
223 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
224 /config/db_slave_server.inc.php
225 /modules/appagebuilder/appagebuilder.php
226 /modules/appagebuilder/libs/Helper.php
227 /modules/appagebuilder/libs/LeoFrameworkHelper.php
228 /modules/appagebuilder/classes/ApPageSetting.php
229 /modules/appagebuilder/classes/ApPageBuilderModel.php
230 /modules/appagebuilder/classes/shortcodes.php
231 /modules/appagebuilder/controllers/admin/AdminApPageBuilderShortcodes.php
232 /modules/appagebuilder/controllers/admin/AdminApPageBuilderPositions.php
233 /modules/appagebuilder/classes/ApPageBuilderPositionsModel.php
234 /classes/controller/ModuleAdminController.php
235 /classes/controller/AdminController.php
236 /modules/appagebuilder/classes/ApShortCodesBuilder.php
237 /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php
238 /modules/appagebuilder/classes/ApPageBuilderProductsModel.php
239 /modules/appagebuilder/classes/ApPageBuilderShortcodeModel.php
240 /src/Core/Module/WidgetInterface.php
241 /src/Core/Security/Hashing.php
242 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
243 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
244 /classes/Translate.php
245 /modules/appagebuilder/translations/pl.php
246 /src/PrestaShopBundle/Translation/TranslatorComponent.php
247 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
248 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
249 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
250 /vendor/symfony/contracts/Translation/TranslatorInterface.php
251 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
252 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
253 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
254 /src/PrestaShopBundle/Translation/TranslatorInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
256 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
257 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
258 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
260 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
261 /vendor/symfony/contracts/Translation/TranslatorTrait.php
262 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
263 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
264 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
265 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
266 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
267 /var/cache/prod/translations/catalogue.pl-PL.NXhscRe.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
270 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
271 /modules/leoblog/leoblog.php
272 /modules/leoblog/loader.php
273 /modules/leoblog/classes/config.php
274 /modules/leoblog/libs/Helper.php
275 /modules/leoblog/classes/leoblogcat.php
276 /modules/leoblog/classes/blog.php
277 /modules/leoblog/classes/link.php
278 /modules/leoblog/classes/comment.php
279 /modules/leoblog/classes/LeoblogOwlCarousel.php
280 /modules/leoblog/translations/pl.php
281 /controllers/front/listing/CategoryController.php
282 /override/classes/controller/ProductListingFrontController.php
283 /classes/controller/ProductListingFrontController.php
284 /classes/controller/ProductPresentingFrontController.php
285 /classes/controller/FrontController.php
286 /src/Adapter/Presenter/Object/ObjectPresenter.php
287 /src/Adapter/Presenter/PresenterInterface.php
288 /src/Adapter/Presenter/Cart/CartPresenter.php
289 /src/Adapter/Product/PriceFormatter.php
290 /src/Adapter/Image/ImageRetriever.php
291 /classes/tax/TaxConfiguration.php
292 /classes/Smarty/TemplateFinder.php
293 /classes/assets/StylesheetManager.php
294 /classes/assets/AbstractAssetManager.php
295 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
296 /classes/assets/JavascriptManager.php
297 /classes/assets/CccReducer.php
298 /modules/securitypro/securitypro.php
299 /modules/securitypro/vendor/autoload.php
300 /modules/securitypro/vendor/composer/autoload_real.php
301 /modules/securitypro/vendor/composer/platform_check.php
302 /modules/securitypro/vendor/composer/autoload_static.php
303 /modules/securitypro/vendor/paragonie/random_compat/lib/random.php
304 /modules/securitypro/translations/pl.php
305 /modules/litespeedcache/litespeedcache.php
306 /modules/litespeedcache/classes/Helper.php
307 /modules/litespeedcache/classes/EsiItem.php
308 /modules/litespeedcache/classes/DebugLog.php
309 /modules/litespeedcache/classes/Config.php
310 /modules/litespeedcache/classes/EsiModConf.php
311 /modules/litespeedcache/classes/Cache.php
312 /modules/litespeedcache/classes/VaryCookie.php
313 /modules/litespeedcache/translations/pl.php
314 /modules/litespeedcache/thirdparty/lsc_include.php
315 /modules/litespeedcache/thirdparty/LscIntegration.php
316 /modules/litespeedcache/thirdparty/shared/LscToken.php
317 /modules/litespeedcache/thirdparty/shared/LscEnv.php
318 /modules/litespeedcache/thirdparty/1.7/LscCustomerSignIn.php
319 /modules/litespeedcache/thirdparty/1.7/LscShoppingcart.php
320 /modules/litespeedcache/thirdparty/1.7/LscGdprPro.php
321 /modules/litespeedcache/thirdparty/1.7/LscPscartdropdown.php
322 /modules/litespeedcache/thirdparty/1.7/iqit/loader.php
323 /modules/litespeedcache/thirdparty/1.7/iqit/LscIqitCompare.php
324 /modules/litespeedcache/thirdparty/1.7/iqit/LscIqitWishlist.php
325 /modules/litespeedcache/thirdparty/1.7/iqit/LscIqitCookielaw.php
326 /modules/litespeedcache/thirdparty/1.7/iqit/LscIqitPopup.php
327 /modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php
328 /modules/litespeedcache/thirdparty/1.7/panda_transform/LscStNotification.php
329 /modules/litespeedcache/thirdparty/1.7/panda_transform/LscStShoppingcart.php
330 /modules/litespeedcache/thirdparty/1.7/panda_transform/LscStCustomerSignIn.php
331 /modules/litespeedcache/thirdparty/1.7/panda_transform/LscStCompare.php
332 /modules/litespeedcache/thirdparty/1.7/panda_transform/LscStLovedProduct.php
333 /modules/litespeedcache/thirdparty/1.7/panda_transform/LscStWishlist.php
334 /modules/litespeedcache/thirdparty/1.7/panda_transform/LscStSidebar.php
335 /modules/litespeedcache/thirdparty/1.7/promokit/loader.php
336 /modules/litespeedcache/thirdparty/1.7/promokit/LscPkHeader.php
337 /modules/litespeedcache/thirdparty/1.7/promokit/LscPkAmp.php
338 /modules/thecheckout/thecheckout.php
339 /modules/thecheckout/translations/pl.php
340 /vendor/monolog/monolog/src/Monolog/Logger.php
341 /vendor/monolog/monolog/src/Monolog/ResettableInterface.php
342 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
343 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
344 /vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
345 /vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
346 /vendor/monolog/monolog/src/Monolog/Utils.php
347 /modules/thecheckout/classes/Config.php
348 /classes/Address.php
349 /classes/Category.php
350 /classes/webservice/WebserviceRequest.php
351 /src/Adapter/ContainerBuilder.php
352 /src/Adapter/Environment.php
353 /src/Core/EnvironmentInterface.php
354 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
355 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
356 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
357 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
358 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
359 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
360 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
361 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
362 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
363 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
364 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
365 /vendor/symfony/contracts/Service/ResetInterface.php
366 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
367 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
368 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
369 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
370 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
371 /vendor/symfony/contracts/Cache/ItemInterface.php
372 /vendor/psr/cache/src/CacheItemInterface.php
373 /vendor/psr/cache/src/CacheItemPoolInterface.php
374 /vendor/symfony/contracts/Cache/CacheInterface.php
375 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
377 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
379 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
380 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
381 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
382 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
383 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
384 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
408 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
411 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
412 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
413 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
415 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
417 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
418 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
419 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
420 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
421 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
422 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
423 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
424 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
425 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
426 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
427 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
428 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
429 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
430 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
431 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
432 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
433 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
434 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
435 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
436 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
437 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
438 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
439 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
440 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
441 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
442 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
443 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
444 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
445 /var/cache/prod/FrontContainer.php
446 /src/Adapter/Container/LegacyContainer.php
447 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
448 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
449 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
450 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
451 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
452 /vendor/psr/container/src/ContainerExceptionInterface.php
453 /vendor/psr/container/src/NotFoundExceptionInterface.php
454 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
455 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
456 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
457 /src/Adapter/Container/LegacyContainerInterface.php
458 /modules/ps_linklist/vendor/autoload.php
459 /modules/ps_linklist/vendor/composer/autoload_real.php
460 /modules/ps_linklist/vendor/composer/platform_check.php
461 /modules/ps_linklist/vendor/composer/autoload_static.php
462 /modules/ps_contactinfo/vendor/autoload.php
463 /modules/ps_contactinfo/vendor/composer/autoload_real.php
464 /modules/ps_contactinfo/vendor/composer/autoload_static.php
465 /modules/ps_emailsubscription/vendor/autoload.php
466 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
467 /modules/ps_emailsubscription/vendor/composer/platform_check.php
468 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
469 /modules/ps_socialfollow/vendor/autoload.php
470 /modules/ps_socialfollow/vendor/composer/autoload_real.php
471 /modules/ps_socialfollow/vendor/composer/platform_check.php
472 /modules/ps_socialfollow/vendor/composer/autoload_static.php
473 /modules/ps_categorytree/vendor/autoload.php
474 /modules/ps_categorytree/vendor/composer/autoload_real.php
475 /modules/ps_categorytree/vendor/composer/autoload_static.php
476 /modules/contactform/vendor/autoload.php
477 /modules/contactform/vendor/composer/autoload_real.php
478 /modules/contactform/vendor/composer/autoload_static.php
479 /modules/statscheckup/vendor/autoload.php
480 /modules/statscheckup/vendor/composer/autoload_real.php
481 /modules/statscheckup/vendor/composer/platform_check.php
482 /modules/statscheckup/vendor/composer/autoload_static.php
483 /modules/ps_distributionapiclient/vendor/autoload.php
484 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
485 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
486 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
487 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
488 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
489 /modules/ps_emailalerts/vendor/autoload.php
490 /modules/ps_emailalerts/vendor/composer/autoload_real.php
491 /modules/ps_emailalerts/vendor/composer/autoload_static.php
492 /modules/ps_edition_basic/vendor/autoload.php
493 /modules/ps_edition_basic/vendor/composer/autoload_real.php
494 /modules/ps_edition_basic/vendor/composer/platform_check.php
495 /modules/ps_edition_basic/vendor/composer/autoload_static.php
496 /modules/ps_edition_basic/vendor/clue/stream-filter/src/functions_include.php
497 /modules/ps_edition_basic/vendor/clue/stream-filter/src/functions.php
498 /modules/ps_edition_basic/vendor/guzzlehttp/psr7/src/functions_include.php
499 /modules/ps_edition_basic/vendor/guzzlehttp/psr7/src/functions.php
500 /modules/ps_edition_basic/vendor/php-http/message/src/filters.php
501 /modules/ps_eventbus/vendor/autoload.php
502 /modules/ps_eventbus/vendor/composer/autoload_real.php
503 /modules/ps_eventbus/vendor/composer/autoload_static.php
504 /modules/dashactivity/vendor/autoload.php
505 /modules/dashactivity/vendor/composer/autoload_real.php
506 /modules/dashactivity/vendor/composer/autoload_static.php
507 /modules/dashproducts/vendor/autoload.php
508 /modules/dashproducts/vendor/composer/autoload_real.php
509 /modules/dashproducts/vendor/composer/platform_check.php
510 /modules/dashproducts/vendor/composer/autoload_static.php
511 /modules/ps_themecusto/vendor/autoload.php
512 /modules/ps_themecusto/vendor/composer/autoload_real.php
513 /modules/ps_themecusto/vendor/composer/autoload_static.php
514 /modules/statsproduct/vendor/autoload.php
515 /modules/statsproduct/vendor/composer/autoload_real.php
516 /modules/statsproduct/vendor/composer/platform_check.php
517 /modules/statsproduct/vendor/composer/autoload_static.php
518 /modules/statscatalog/vendor/autoload.php
519 /modules/statscatalog/vendor/composer/autoload_real.php
520 /modules/statscatalog/vendor/composer/platform_check.php
521 /modules/statscatalog/vendor/composer/autoload_static.php
522 /modules/gsitemap/vendor/autoload.php
523 /modules/gsitemap/vendor/composer/autoload_real.php
524 /modules/gsitemap/vendor/composer/platform_check.php
525 /modules/gsitemap/vendor/composer/autoload_static.php
526 /modules/gamification/vendor/autoload.php
527 /modules/gamification/vendor/composer/autoload_real.php
528 /modules/gamification/vendor/composer/platform_check.php
529 /modules/gamification/vendor/composer/autoload_static.php
530 /modules/dashtrends/vendor/autoload.php
531 /modules/dashtrends/vendor/composer/autoload_real.php
532 /modules/dashtrends/vendor/composer/platform_check.php
533 /modules/dashtrends/vendor/composer/autoload_static.php
534 /modules/ps_categoryproducts/vendor/autoload.php
535 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
536 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
537 /modules/statsdata/vendor/autoload.php
538 /modules/statsdata/vendor/composer/autoload_real.php
539 /modules/statsdata/vendor/composer/platform_check.php
540 /modules/statsdata/vendor/composer/autoload_static.php
541 /modules/ph_simpleblog/vendor/autoload.php
542 /modules/ph_simpleblog/vendor/composer/autoload_real.php
543 /modules/ph_simpleblog/vendor/composer/platform_check.php
544 /modules/ph_simpleblog/vendor/composer/autoload_static.php
545 /modules/ps_mbo/vendor/autoload.php
546 /modules/ps_mbo/vendor/composer/autoload_real.php
547 /modules/ps_mbo/vendor/composer/platform_check.php
548 /modules/ps_mbo/vendor/composer/autoload_static.php
549 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
550 /modules/ps_mbo/vendor/ramsey/uuid/src/functions.php
551 /modules/ps_mbo/bootstrap.php
552 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
553 /modules/x13allegro/vendor/autoload.php
554 /modules/x13allegro/x13allegro.ion.php
555 /modules/x13allegro/tools/Psr/Autoloader/Psr4Autoloader.php
556 /modules/x13allegro/classes/php81/XAllegroAutoLoader.php
557 /modules/x13allegro/cache/class_index.php81.php
558 /modules/x13pricehistory/vendor/autoload.php
559 /modules/x13pricehistory/vendor/composer/autoload_real.php
560 /modules/x13pricehistory/vendor/composer/platform_check.php
561 /modules/x13pricehistory/vendor/composer/autoload_static.php
562 /modules/x13paragonlubfaktura/vendor/autoload.php
563 /modules/x13paragonlubfaktura/vendor/composer/autoload_real.php
564 /modules/x13paragonlubfaktura/vendor/composer/autoload_static.php
565 /modules/mailchimppro/vendor/autoload.php
566 /modules/mailchimppro/vendor/composer/autoload_real.php
567 /modules/mailchimppro/vendor/composer/platform_check.php
568 /modules/mailchimppro/vendor/composer/autoload_static.php
569 /modules/mailchimppro/src/LinkHelper.php
570 /modules/mailchimppro/src/PrestaChamps/PrestaShop/Helpers/LinkHelper.php
571 /modules/mailchimppro/src/MailchimpProConfig.php
572 /modules/ps_facetedsearch/vendor/autoload.php
573 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
574 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
575 /modules/ps_shoppingcart/vendor/autoload.php
576 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
577 /modules/ps_shoppingcart/vendor/composer/platform_check.php
578 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
579 /modules/rediscache/vendor/autoload.php
580 /modules/rediscache/vendor/composer/autoload_real.php
581 /modules/rediscache/vendor/composer/platform_check.php
582 /modules/rediscache/vendor/composer/autoload_static.php
583 /modules/sendinblue/vendor/autoload.php
584 /modules/sendinblue/vendor/composer/autoload_real.php
585 /modules/sendinblue/vendor/composer/platform_check.php
586 /modules/sendinblue/vendor/composer/autoload_static.php
587 /src/Core/Localization/Locale/Repository.php
588 /src/Core/Localization/Locale/RepositoryInterface.php
589 /src/Core/Localization/CLDR/LocaleRepository.php
590 /src/Core/Localization/CLDR/LocaleDataSource.php
591 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
592 /src/Core/Data/Layer/AbstractDataLayer.php
593 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
594 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
595 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
596 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
597 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
598 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
599 /vendor/symfony/contracts/Cache/CacheTrait.php
600 /vendor/psr/cache/src/InvalidArgumentException.php
601 /vendor/psr/cache/src/CacheException.php
602 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
603 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
604 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
605 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
606 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
607 /src/Core/Localization/CLDR/Reader.php
608 /src/Core/Localization/CLDR/ReaderInterface.php
609 /src/Core/Localization/Currency/Repository.php
610 /src/Core/Localization/Currency/RepositoryInterface.php
611 /src/Core/Localization/Currency/CurrencyDataSource.php
612 /src/Core/Localization/Currency/DataSourceInterface.php
613 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
614 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
615 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
616 /src/Adapter/Currency/CurrencyDataProvider.php
617 /src/Core/Currency/CurrencyDataProviderInterface.php
618 /src/Adapter/LegacyContext.php
619 /src/Adapter/Tools.php
620 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
621 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
622 /vendor/prestashop/decimal/src/Operation/Rounding.php
623 /src/Core/Localization/Locale.php
624 /src/Core/Localization/LocaleInterface.php
625 /src/Core/Localization/Specification/Price.php
626 /src/Core/Localization/Specification/Number.php
627 /src/Core/Localization/Specification/NumberInterface.php
628 /src/Core/Localization/Specification/Factory.php
629 /src/Core/Localization/CLDR/LocaleData.php
630 /src/Core/Localization/CLDR/NumberSymbolsData.php
631 /src/Core/Localization/CLDR/CurrencyData.php
632 /src/Core/Localization/CLDR/Locale.php
633 /src/Core/Localization/CLDR/LocaleInterface.php
634 /src/Core/Localization/Specification/NumberSymbolList.php
635 /classes/Currency.php
636 /src/Core/Localization/Currency/LocalizedCurrencyId.php
637 /src/Core/Localization/Currency/CurrencyData.php
638 /src/Core/Localization/Currency/CurrencyCollection.php
639 /src/Core/Localization/Currency.php
640 /src/Core/Localization/CurrencyInterface.php
641 /src/Core/Localization/Specification/NumberCollection.php
642 /src/Core/Localization/Number/Formatter.php
643 /classes/Cart.php
644 /src/Adapter/AddressFactory.php
645 /classes/CartRule.php
646 /classes/Product.php
647 /src/Core/Domain/Product/ValueObject/RedirectType.php
648 /src/Core/Util/DateTime/DateTime.php
649 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
650 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
651 /src/Core/Domain/Product/ValueObject/ProductType.php
652 /src/Core/Domain/Product/ValueObject/Reference.php
653 /src/Core/Domain/Product/ValueObject/Ean13.php
654 /src/Core/Domain/Product/ValueObject/Isbn.php
655 /src/Core/Domain/Product/ValueObject/Upc.php
656 /src/Core/Domain/Product/ProductSettings.php
657 /src/Core/Image/ImageFormatConfiguration.php
658 /src/Core/Image/ImageFormatConfigurationInterface.php
659 /classes/FeatureFlag.php
660 /src/Core/FeatureFlag/FeatureFlagSettings.php
661 /classes/ImageType.php
662 /src/Core/Domain/Shop/ValueObject/ShopId.php
663 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
664 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
665 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
666 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
667 /modules/blockreassurance/blockreassurance.php
668 /src/PrestaShopBundle/Translation/DomainNormalizer.php
669 /override/classes/Media.php
670 /classes/Media.php
671 /classes/ProductDownload.php
672 /classes/tax/Tax.php
673 /src/Core/Localization/CLDR/ComputingPrecision.php
674 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
675 /src/Core/Cart/Calculator.php
676 /src/Core/Cart/CartRowCollection.php
677 /src/Core/Cart/Fees.php
678 /src/Core/Cart/AmountImmutable.php
679 /src/Core/Cart/CartRuleCollection.php
680 /src/Core/Cart/CartRuleCalculator.php
681 /src/Adapter/Product/PriceCalculator.php
682 /override/classes/order/Order.php
683 /classes/order/Order.php
684 /src/Core/Cart/CartRow.php
685 /vendor/prestashop/decimal/src/DecimalNumber.php
686 /vendor/prestashop/decimal/src/Builder.php
687 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
688 /classes/Gender.php
689 /classes/Risk.php
690 /classes/Meta.php
691 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
692 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
693 /classes/State.php
694 /src/Core/Security/PasswordPolicyConfiguration.php
695 /src/Core/Configuration/DataConfigurationInterface.php
696 /src/Core/Filter/FrontEndObject/MainFilter.php
697 /src/Core/Filter/FilterInterface.php
698 /src/Core/Filter/FrontEndObject/CartFilter.php
699 /src/Core/Filter/HashMapWhitelistFilter.php
700 /src/Core/Filter/CollectionFilter.php
701 /src/Core/Filter/FrontEndObject/ProductFilter.php
702 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
703 /src/Core/Filter/FrontEndObject/CustomerFilter.php
704 /src/Core/Filter/FrontEndObject/ShopFilter.php
705 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
706 /modules/leosizechart/leosizechart.php
707 /modules/leosizechart/src/SizeGuideModel.php
708 /modules/leosizechart/translations/pl.php
709 /modules/leoextratab/leoextratab.php
710 /modules/leoextratab/LeoTab.php
711 /modules/leoextratab/translations/pl.php
712 /modules/leoslideshow/leoslideshow.php
713 /modules/leoslideshow/classes/LeoSlideshowConfig.php
714 /modules/leoslideshow/classes/LeoSlideshowGroup.php
715 /modules/leoslideshow/classes/LeoSlideshowSlide.php
716 /modules/leoslideshow/classes/LeoSlideshowStatus.php
717 /modules/leoslideshow/libs/Helper.php
718 /modules/leoslideshow/translations/pl.php
719 /modules/leobootstrapmenu/leobootstrapmenu.php
720 /modules/leobootstrapmenu/classes/Btmegamenu.php
721 /modules/leobootstrapmenu/classes/BtmegamenuGroup.php
722 /modules/leobootstrapmenu/libs/Helper.php
723 /modules/leobootstrapmenu/classes/widgetbase.php
724 /modules/leobootstrapmenu/classes/widget.php
725 /modules/leobootstrapmenu/translations/pl.php
726 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
727 /var/cache/prod/smarty/compile/vt_fashion/36/a6/a0/36a6a0fdf7dc9f120810ff2945e6d27404c77da7_2.file.javascript_parameter.tpl.php
728 /modules/blockgrouptop/blockgrouptop.php
729 /modules/blockgrouptop/translations/pl.php
730 /modules/leoproductsearch/leoproductsearch.php
731 /modules/leoproductsearch/translations/pl.php
732 /classes/Tab.php
733 /modules/leofeature/leofeature.php
734 /modules/leofeature/classes/ProductReviewCriterion.php
735 /modules/leofeature/classes/ProductReview.php
736 /modules/leofeature/classes/CompareProduct.php
737 /modules/leofeature/classes/WishList.php
738 /modules/leofeature/translations/pl.php
739 /modules/leonextprevious/leonextprevious.php
740 /modules/leonextprevious/translations/pl.php
741 /modules/przelewy24/przelewy24.php
742 /modules/przelewy24/classes/Przelewy24Loader.php
743 /modules/przelewy24/shared-libraries/autoloader.php
744 /modules/przelewy24/shared-libraries/interfaces/Przelewy24Interface.php
745 /modules/przelewy24/shared-libraries/classes/Przelewy24Product.php
746 /modules/przelewy24/shared-libraries/installer/Przelewy24Installer.php
747 /classes/PaymentModule.php
748 /modules/przelewy24/translations/pl.php
749 /modules/appagebuilder/classes/shortcodes/ApProductCarousel.php
750 /modules/appagebuilder/classes/shortcodes/ApProductTag.php
751 /modules/appagebuilder/classes/shortcodes/ApHtml.php
752 /modules/appagebuilder/classes/shortcodes/ApFacebook.php
753 /modules/appagebuilder/classes/shortcodes/ApRawHtml.php
754 /modules/appagebuilder/classes/shortcodes/ApTabs.php
755 /modules/appagebuilder/classes/shortcodes/ApBlockCarousel.php
756 /modules/appagebuilder/classes/shortcodes/ApRow.php
757 /modules/appagebuilder/classes/shortcodes/ApCounter.php
758 /modules/appagebuilder/classes/shortcodes/ApFullSlider.php
759 /modules/appagebuilder/classes/shortcodes/ApSlideShow.php
760 /modules/appagebuilder/classes/shortcodes/ApModule.php
761 /modules/appagebuilder/classes/shortcodes/ApGenCode.php
762 /modules/appagebuilder/classes/shortcodes/ApAjaxTabs.php
763 /modules/appagebuilder/classes/shortcodes/ApColumn.php
764 /modules/appagebuilder/classes/shortcodes/ApProductList.php
765 /modules/appagebuilder/classes/shortcodes/ApImage.php
766 /modules/appagebuilder/classes/shortcodes/ApManuFacturersCarousel.php
767 /modules/appagebuilder/classes/shortcodes/ApImage360.php
768 /modules/appagebuilder/classes/shortcodes/ApFontAwesome.php
769 /modules/appagebuilder/classes/shortcodes/ApImageGallery.php
770 /modules/appagebuilder/classes/shortcodes/ApAccordions.php
771 /modules/appagebuilder/classes/shortcodes/ApButton.php
772 /modules/appagebuilder/classes/shortcodes/ApBlockLink.php
773 /modules/appagebuilder/classes/shortcodes/ApBlog.php
774 /modules/appagebuilder/classes/shortcodes/ApImageGalleryProduct.php
775 /modules/appagebuilder/classes/shortcodes/ApQuicklogin.php
776 /modules/appagebuilder/classes/shortcodes/ApImageHotspot.php
777 /modules/appagebuilder/classes/shortcodes/ApInstagram.php
778 /modules/appagebuilder/classes/shortcodes/ApGmap.php
779 /modules/appagebuilder/classes/shortcodes/ApAlert.php
780 /modules/appagebuilder/classes/shortcodes/ApCountdown.php
781 /modules/appagebuilder/classes/shortcodes/ApCategoryImage.php
782 /modules/appagebuilder/classes/shortcodes/ApMegamenu.php
783 /modules/appagebuilder/classes/shortcodes/ApVideo.php
784 /modules/appagebuilder/classes/shortcodes/ApSliderLayer.php
785 /modules/appagebuilder/classes/shortcodes/ApTwitter.php
786 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
787 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
788 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
789 /classes/Image.php
790 /var/cache/prod/smarty/compile/vt_fashion/7d/17/14/7d171432bbcabd7e250f65f26c6f7ac34ee6a79e_2.file.header.tpl.php
791 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
792 /modules/sensbitinpost/sensbitinpost.php
793 /modules/sensbitinpost/classes/autoload.php
794 /modules/przelewy24/controllers/front/Przelewy24Controller.php
795 /modules/przelewy24/classes/Przelewy24JsonController.php
796 /classes/controller/ModuleFrontController.php
797 /modules/sensbitinpost/classes/Module.php
798 /modules/sensbitinpost/translations/pl.php
799 /modules/ps_shoppingcart/ps_shoppingcart.php
800 /modules/x13opcjewysylki/x13opcjewysylki.php
801 /modules/x13opcjewysylki/classes/TimeByQuantity-81.php
802 /modules/x13opcjewysylki/x13opcjewysylki.core-81.php
803 /modules/x13opcjewysylki/translations/pl.php
804 /modules/extratabspro/extratabspro.php
805 /modules/extratabspro/models/extratabpro.php
806 /modules/extratabspro/models/extratabproextracontents.php
807 /modules/extratabspro/translations/pl.php
808 /modules/extratabspro/key.php
809 /modules/sendinblue/sendinblue.php
810 /modules/sendinblue/translations/pl.php
811 /modules/sendinblue/services/ConfigService.php
812 /src/Core/Product/Search/ProductSearchContext.php
813 /src/Core/Product/Search/ProductSearchQuery.php
814 /src/Core/Product/Search/SortOrder.php
815 /modules/ps_facetedsearch/ps_facetedsearch.php
816 /modules/ps_facetedsearch/src/HookDispatcher.php
817 /modules/ps_facetedsearch/src/Hook/Attribute.php
818 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
819 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
820 /modules/ps_facetedsearch/src/Hook/Category.php
821 /modules/ps_facetedsearch/src/Hook/Configuration.php
822 /modules/ps_facetedsearch/src/Hook/Design.php
823 /modules/ps_facetedsearch/src/Hook/Feature.php
824 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
825 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
826 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
827 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
828 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
829 /modules/ps_facetedsearch/src/Hook/Product.php
830 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
831 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
832 /modules/ps_facetedsearch/src/Filters/Provider.php
833 /modules/ps_facetedsearch/src/URLSerializer.php
834 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
835 /modules/ps_facetedsearch/src/Product/SearchProvider.php
836 /src/Core/Product/Search/FacetsRendererInterface.php
837 /src/Core/Product/Search/ProductSearchProviderInterface.php
838 /modules/ps_facetedsearch/src/Filters/Converter.php
839 /modules/ps_facetedsearch/src/Product/SearchFactory.php
840 /src/Core/Product/Search/ProductSearchResult.php
841 /modules/ps_facetedsearch/src/Definition/Availability.php
842 /classes/Combination.php
843 /modules/ps_facetedsearch/src/Product/Search.php
844 /modules/ps_facetedsearch/src/Adapter/MySQL.php
845 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
846 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
847 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
848 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
849 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
850 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
851 /modules/ps_facetedsearch/src/Filters/Products.php
852 /classes/stock/StockAvailable.php
853 /modules/ps_facetedsearch/src/Filters/Block.php
854 /src/Core/Product/Search/Facet.php
855 /src/Core/Product/Search/Filter.php
856 /src/Core/Product/Search/FacetCollection.php
857 /classes/ProductAssembler.php
858 /classes/Manufacturer.php
859 /classes/SpecificPrice.php
860 /classes/tax/TaxManagerFactory.php
861 /classes/tax/TaxRulesTaxManager.php
862 /classes/tax/TaxManagerInterface.php
863 /classes/tax/TaxCalculator.php
864 /classes/GroupReduction.php
865 /classes/Pack.php
866 /classes/Feature.php
867 /src/Core/Domain/Combination/CombinationSettings.php
868 /classes/ProductPresenterFactory.php
869 /src/Adapter/Presenter/Product/ProductListingPresenter.php
870 /src/Adapter/Presenter/Product/ProductPresenter.php
871 /src/Adapter/Product/ProductColorsRetriever.php
872 /src/Adapter/HookManager.php
873 /src/Core/Product/ProductPresentationSettings.php
874 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
875 /src/Adapter/Presenter/Product/ProductLazyArray.php
876 /src/Adapter/Presenter/AbstractLazyArray.php
877 /src/Core/Util/Inflector.php
878 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
879 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
880 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
881 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
882 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
883 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
884 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
885 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
886 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
887 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
888 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
889 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
890 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
891 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
892 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
893 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
894 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
895 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
896 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
897 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
898 /var/cache/prod/smarty/compile/vt_fashion/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
899 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
900 /vendor/smarty/smarty/libs/plugins/modifier.count.php
901 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
902 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
903 /var/cache/prod/smarty/compile/vt_fashion/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
904 /src/Core/Product/Search/Pagination.php
905 /vendor/defuse/php-encryption/src/Crypto.php
906 /vendor/defuse/php-encryption/src/KeyOrPassword.php
907 /vendor/defuse/php-encryption/src/RuntimeTests.php
908 /vendor/defuse/php-encryption/src/DerivedKeys.php
909 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
910 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
911 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/ec/17/af/ec17afd6371e627f5de1ac30231d7055746a001c_2.file.category.tpl.php
912 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/d8/a7/c1/d8a7c19639ffe92649f0facd773f97bf43c6529d_2.file.product-list.tpl.php
913 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/21/94/ab/2194ab3bad90efb29b8bad8db73a34b26fcbf5ed_2.file.layout-left-column.tpl.php
914 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/60/26/98/602698446576456a4a1fba0085e844150d80efe7_2.file.layout-both-columns.tpl.php
915 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/d5/18/b3/d518b37684c363da3b1a9c2f66a34077b6091cdf_2.file.helpers.tpl.php
916 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
917 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/b4/69/28/b46928ba898d932a601241872e65bda72fbf2167_2.file.head.tpl.php
918 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/94/86/98/9486981856c14fbc60b2e42b3f4bd709972f3c95_2.file.head-jsonld.tpl.php
919 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/9f/a8/f6/9fa8f6134dad8ffbc61b97372bd3232b21c94264_2.file.product-list-jsonld.tpl.php
920 /src/Core/Util/String/StringModifier.php
921 /src/Core/Util/String/StringModifierInterface.php
922 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/a6/84/39/a6843924ada5b0aa6131f26f682818e4edce7ca5_2.file.pagination-seo.tpl.php
923 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
924 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/a9/3d/1e/a93d1e064e6e547b16cef59a71bc5d2a81833ab1_2.file.setting.tpl.php
925 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
926 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/b3/10/50/b31050bf6addde63a501f2554f84b4ae20490841_2.file.stylesheets.tpl.php
927 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/37/ff/bc/37ffbc0860365fc786f84a2c5d32cc5311edf7eb_2.file.javascript.tpl.php
928 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/31/7b/01/317b0199e0a9fc4ee8d4f52f4bff92d053235605_2.file.product-activation.tpl.php
929 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/ef/3d/cf/ef3dcf97b37e505415ef5102c3b93ea51bf5d8f4_2.file.header.tpl.php
930 /var/cache/prod/smarty/cache/appagebuilder/1/4/1/1/14/26/displayBanner/vt_fashion/a8/36/c1/a836c1222604928becde3bc90c5ce9da84fc6864.appagebuilderviewstemplateshookappagebuilder.tpl.php
931 /var/cache/prod/smarty/compile/vt_fashion/fc/d5/0c/fcd50c9c59a2a4e1b1dc3bed4fc8dce8da33039f_2.module.appagebuilderviewstemplateshookappagebuilder.tpl.php
932 /var/cache/prod/smarty/compile/vt_fashion/e8/81/6c/e8816c7ffff932b963c707ae84de509277e89415_2.file.ApGenCode.tpl.php
933 /var/cache/prod/smarty/compile/vt_fashion/d3/34/ad/d334ad2772660a9ab9c5f4e2ddeb8e636276983d_2.file.id_gencode_62821b1abe38d_1652693786.tpl.php
934 /var/cache/prod/smarty/compile/vt_fashion/0c/9e/eb/0c9eeb56a12634d553eb2c939f18dd4f1edae5d0_2.file.ApColumn.tpl.php
935 /var/cache/prod/smarty/cache/8_0_31685736571597635_leobootstrapmenu/20250523/1/4/1/2/1/14/1/vt_fashion/b6/75/27/b675271a81a3607424b634037b6a6de9cd863620.leobootstrapmenuviewstemplateshookmegamenu.tpl.php
936 /var/cache/prod/smarty/compile/vt_fashion/9a/89/b0/9a89b0358eee3d77806e3ce3605a8dec37fd2cd8_2.file.ApMegamenu.tpl.php
937 /var/cache/prod/smarty/cache/leoproductsearch/1/4/1/1/14/vt_fashion/4a/fd/9e/4afd9eb71f92935d8cd025665d713fe6d4892ed1.leoproductsearchviewstemplatesfrontleosearch_top.tpl.php
938 /var/cache/prod/smarty/compile/vt_fashion/11/de/90/11de90da1f9d6c86a6360db981018485f63b30c1_2.file.ApModule.tpl.php
939 /src/Adapter/ObjectPresenter.php
940 /var/cache/prod/smarty/compile/vt_fashion/34/7b/7b/347b7b2dbb0c5eb05f4041a2bbe49610278770b6_2.module.blockgrouptopviewstemplateshookblockgrouptop.tpl.php
941 /var/cache/prod/smarty/compile/vt_fashion/1e/92/d9/1e92d9332e2d24cbb952f2b8aec73dcb2e4af3df_2.file.id_gencode_62821b64bc9c9_1652693860.tpl.php
942 /var/cache/prod/smarty/compile/vt_fashion/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
943 /var/cache/prod/smarty/compile/vt_fashion/7e/80/a8/7e80a80f5c1b112083e8d734926607df6967df1e_2.file.ApRow.tpl.php
944 /var/cache/prod/smarty/cache/appagebuilder/1/4/1/1/14/26/displayNavFullWidth/vt_fashion/a8/36/c1/a836c1222604928becde3bc90c5ce9da84fc6864.appagebuilderviewstemplateshookappagebuilder.tpl.php
945 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/8e/1c/3b/8e1c3b758f91d6822ad6b7d7ed7921fda6b78469_2.file.notifications.tpl.php
946 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/9f/cf/c5/9fcfc5f6035f239b3c264337c61a4d560f26c22c_2.file.breadcrumb.tpl.php
947 /var/cache/prod/smarty/cache/appagebuilder/1/4/1/1/14/26/displayApCustom/vt_fashion/a8/36/c1/a836c1222604928becde3bc90c5ce9da84fc6864.appagebuilderviewstemplateshookappagebuilder.tpl.php
948 /var/cache/prod/smarty/cache/appagebuilder/1/4/1/1/14/26/displayLeftColumn/vt_fashion/a8/36/c1/a836c1222604928becde3bc90c5ce9da84fc6864.appagebuilderviewstemplateshookappagebuilder.tpl.php
949 /var/cache/prod/smarty/compile/vt_fashion/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
950 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/43/8e/45/438e45fec809d2747e741726b04d7ba8c737b12a_2.file.category-header.tpl.php
951 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/08/13/bc/0813bc933e14fd9d51aa6ff8799cece547256c16_2.file.subcategories.tpl.php
952 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/16/69/5d/16695d49e54983f4cd646655cddf074e41be80b3_2.file.products-top.tpl.php
953 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/39/69/65/39696531dce0e65a49b21cc265798d8ad2f85f7e_2.file.sort-orders.tpl.php
954 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/65/81/e2/6581e2e9ad08fbf9b5866715f46ce12acd32a673_2.file.products.tpl.php
955 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/9a/15/c6/9a15c630e166f7d0d51ce254d4fd12805e4ed3d8_2.file.leo_col_products.tpl.php
956 /vendor/smarty/smarty/libs/plugins/function.math.php
957 /var/cache/prod/smarty/compile/e3/3a/ec/e33aec349ab2453cd21ea304c7c2b1125626688e_2.file.plist1871699821.tpl.php
958 /var/cache/prod/smarty/compile/vt_fashion/b6/21/48/b62148c5788f786a670e194667d1130b1b4f9f81_2.file.leo_cart_button.tpl.php
959 /var/cache/prod/smarty/compile/vt_fashion/29/b2/69/29b26900b7dcacdb88ffed0e6c41ae2992dc3f50_2.file.leo_wishlist_button.tpl.php
960 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/a2/1d/e8/a21de87591142fd522e77c9da6bfa2c1135d88f7_2.file.pagination.tpl.php
961 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/24/7f/a9/247fa97fe2d3a1886683a86146d3e82c16e8c7f3_2.file.products-bottom.tpl.php
962 /var/cache/prod/smarty/compile/vt_fashionlayouts_layout_left_column_tpl/94/ab/08/94ab08f25403ab81b2aeefbcda53332c56e90f93_2.file.footer.tpl.php
963 /var/cache/prod/smarty/cache/appagebuilder/1/4/1/1/14/26/displayFooterBefore/vt_fashion/a8/36/c1/a836c1222604928becde3bc90c5ce9da84fc6864.appagebuilderviewstemplateshookappagebuilder.tpl.php
964 /var/cache/prod/smarty/cache/appagebuilder/1/4/1/1/14/26/displayFooter/vt_fashion/a8/36/c1/a836c1222604928becde3bc90c5ce9da84fc6864.appagebuilderviewstemplateshookappagebuilder.tpl.php
965 /var/cache/prod/smarty/cache/appagebuilder/1/4/1/1/14/26/displayFooterAfter/vt_fashion/a8/36/c1/a836c1222604928becde3bc90c5ce9da84fc6864.appagebuilderviewstemplateshookappagebuilder.tpl.php
966 /modules/appagebuilder/libs/LeoOptimization.php