ACCUEIL

ACCUEIL
Timbres du monde ayant pour thème : la faune
Affichage 1-70 de 70 article(s)
Load Time 1253 ms
Querying Time 690 ms
Queries 1319
Memory Peak Usage 37.9 Mb
Included Files 1076 files - 13.30 Mb
PrestaShop Cache - Mb
Global vars 1.10 Mb
PrestaShop Version 8.2.0
PHP Version 8.1.33
MySQL Version 10.11.14-MariaDB-deb12-log
Memory Limit 512M
Max Execution Time 165s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 44.551 ms 44.551 ms 3.95 Mb 4.3 Mb
__construct 0.008 ms 44.559 ms - Mb 4.3 Mb
init 46.718 ms 91.277 ms 1.08 Mb 5.0 Mb
checkAccess 0.002 ms 91.279 ms - Mb 5.0 Mb
setMedia 2.778 ms 94.057 ms 0.67 Mb 5.8 Mb
postProcess 0.001 ms 94.058 ms - Mb 5.8 Mb
initHeader 0.002 ms 94.060 ms - Mb 5.8 Mb
initContent 573.737 ms 667.797 ms 16.01 Mb 21.8 Mb
initFooter 0.002 ms 667.799 ms - Mb 21.8 Mb
display 585.330 ms 1253 ms 12.93 Mb 37.9 Mb
Hook Time Memory Usage
DisplayAfterTitleTag 39.021 ms 3.05 Mb
ModuleRoutes 36.748 ms 0.02 Mb
ActionDispatcher 30.041 ms - Mb
ActionOutputHTMLBefore 23.579 ms - Mb
displayLeftColumn 17.301 ms 2.16 Mb
displayBeforeBodyClosingTag 11.711 ms 0.81 Mb
DisplayProductListFunctionalButtons 6.560 ms 0.06 Mb
DisplayHeader 5.429 ms 0.15 Mb
displayNavFullWidth 2.623 ms 0.73 Mb
DisplayProductPriceBlock 1.904 ms 0.39 Mb
DisplayLeftColumn 1.853 ms 0.15 Mb
DisplayContentWrapperBottom 1.563 ms 0.08 Mb
DisplayTop 1.552 ms 0.09 Mb
displayFooterElementor 1.518 ms 0.13 Mb
DisplayContentWrapperTop 1.434 ms 0.08 Mb
DisplayFooter 1.416 ms 0.09 Mb
DisplayTdWishlistHeader 1.016 ms 0.03 Mb
Header 0.989 ms 0.02 Mb
ActionDispatcherBefore 0.956 ms 0.01 Mb
DisplayBeforeBodyClosingTag 0.787 ms 0.15 Mb
displayFreeShippingInfo 0.684 ms 0.04 Mb
DisplayProductListReviews 0.625 ms 0.03 Mb
DisplayNavFullWidth 0.494 ms 0.02 Mb
ActionFrontControllerInitAfter 0.389 ms 0.01 Mb
DisplayAxeptioWidget 0.310 ms - Mb
ProductSearchProvider 0.301 ms 0.01 Mb
ActionFrontControllerSetMedia 0.232 ms - Mb
DisplayAfterBodyOpeningTag 0.133 ms 0.01 Mb
displayNav1 0.010 ms - Mb
displayFooterBefore 0.007 ms - Mb
ActionProductSearchAfter 0.006 ms - Mb
DisplayCategoryElementor 0.005 ms - Mb
DisplayFooterAfter 0.003 ms - Mb
displayNav2 0.002 ms - Mb
displayTop 0.001 ms - Mb
displayFooter 0.001 ms - Mb
36 hook(s) 191.204 ms 8.06 Mb
Module Time Memory Usage
lgseoredirect 68.112 ms 0.03 Mb
doofinder 2.107 ms 0.07 Mb
ps_eventbus 1.392 ms 0.04 Mb
psassistant 0.621 ms 0.03 Mb
axeptiocookies 2.166 ms 0.11 Mb
quantitydiscountpro 10.533 ms 0.92 Mb
pmcaptcha 1.614 ms 0.17 Mb
blockreassurance 0.300 ms 0.04 Mb
ps_emailsubscription 0.120 ms 0.09 Mb
ps_emailalerts 0.142 ms 0.04 Mb
paybox 1.262 ms 0.19 Mb
allinone_rewards 1.189 ms 0.36 Mb
tdelementor 8.227 ms 1.01 Mb
tdthemesettings 2.575 ms 0.13 Mb
bitmegamenu 1.183 ms 0.28 Mb
tdproductwishlist 7.818 ms 0.17 Mb
tdsearchblock 9.362 ms 0.58 Mb
tdcountdown 0.119 ms 0.02 Mb
tdfreeshipping 0.821 ms 0.07 Mb
tdnewsletter 0.690 ms 0.07 Mb
tdshoppingcart 1.764 ms 0.12 Mb
boostmyshopagent 0.192 ms 0.09 Mb
cdc_googletagmanager 39.707 ms 3.34 Mb
paypal 2.139 ms 0.17 Mb
ps_facetedsearch 0.901 ms 0.10 Mb
ps_categorytree 17.373 ms 2.18 Mb
tdcolumnblocks 0.508 ms 0.13 Mb
ps_languageselector 0.090 ms 0.02 Mb
ets_superspeed 25.011 ms - Mb
29 module(s) 208.040 ms 10.11 Mb

Stopwatch SQL - 1319 queries

# Query Time (ms) Rows Filesort Group By Location
92
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tps93061_product p LEFT JOIN tps93061_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tps93061_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tps93061_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tps93061_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tps93061_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tps93061_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tps93061_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tps93061_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN tps93061_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tps93061_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=352)) AND ((fp_1.id_feature_value IN (507, 510, 375))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='661' GROUP BY p.id_product) p INNER JOIN tps93061_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tps93061_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN tps93061_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=2)) AND ((fp_1.id_feature_value=352)) AND ((fp_2.id_feature_value IN (507, 510, 375))) GROUP BY fp.id_feature_value
53.206 ms 8866 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
88
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tps93061_product p LEFT JOIN tps93061_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tps93061_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tps93061_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tps93061_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tps93061_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tps93061_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tps93061_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tps93061_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN tps93061_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tps93061_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN tps93061_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=352)) AND ((fp_1.id_feature_value=108)) AND ((fp_2.id_feature_value IN (507, 510, 375))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='661' GROUP BY p.id_product) p INNER JOIN tps93061_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
39.439 ms 1605860444160 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
22
SELECT SQL_NO_CACHE * FROM tps93061_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/661-faune?productListView=grid&q=Année-2016/Rubrique-BLOCS ET FEUILLETS-CARNETS-POSTE/Pays-GUINEE" OR CONCAT("", url_old) LIKE BINARY "/661-faune?productListView=grid&q=Année-2016/Rubrique-BLOCS ET FEUILLETS-CARNETS-POSTE/Pays-GUINEE#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1
36.204 ms 1 /modules/lgseoredirect/lgseoredirect.php:895
31
SELECT SQL_NO_CACHE * FROM tps93061_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/661-faune?productListView=grid&q=Année-2016/Rubrique-BLOCS ET FEUILLETS-CARNETS-POSTE/Pays-GUINEE" OR CONCAT("", url_old) LIKE BINARY "/661-faune?productListView=grid&q=Année-2016/Rubrique-BLOCS ET FEUILLETS-CARNETS-POSTE/Pays-GUINEE#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1
30.007 ms 1 /modules/lgseoredirect/lgseoredirect.php:895
90
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tps93061_product p LEFT JOIN tps93061_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tps93061_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tps93061_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tps93061_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tps93061_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tps93061_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tps93061_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tps93061_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN tps93061_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tps93061_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=108)) AND ((fp_1.id_feature_value IN (507, 510, 375))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='661' GROUP BY p.id_product) p INNER JOIN tps93061_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tps93061_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN tps93061_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=1)) AND ((fp_1.id_feature_value=108)) AND ((fp_2.id_feature_value IN (507, 510, 375))) GROUP BY fp.id_feature_value
16.429 ms 3214 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
1205
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tps93061_category` c
INNER JOIN tps93061_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tps93061_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tps93061_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tps93061_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
10.752 ms 671 Yes Yes /classes/Category.php:799
94
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tps93061_product p LEFT JOIN tps93061_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tps93061_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tps93061_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tps93061_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tps93061_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tps93061_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tps93061_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tps93061_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN tps93061_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tps93061_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=352)) AND ((fp_1.id_feature_value=108)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='661' GROUP BY p.id_product) p INNER JOIN tps93061_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tps93061_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN tps93061_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=3)) AND ((fp_1.id_feature_value=352)) AND ((fp_2.id_feature_value=108)) GROUP BY fp.id_feature_value
7.340 ms 3214 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
1314
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `tps93061_category` c
INNER JOIN `tps93061_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `tps93061_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 1451
AND c.id_category IN (
SELECT id_category
FROM `tps93061_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
5.038 ms 727 Yes /modules/tdsearchblock/tdsearchblock.php:342
97
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tps93061_product p
LEFT JOIN tps93061_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tps93061_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN tps93061_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (37066,37251,37374,37404,37415,37439,37457,37463,37470,37474,37481,37484,37489,37499,37515,37521,37529,37539,37545,37553,37559,37569,37578,37583,37601,37718,37769,37803,37861,37868,37876,37882,37890,37898,37905,37910,37984,37989,57172,57338,57382,57388,57427,57432,57453,57476,57481,57501,57542,57548,57561,57571,57591,57620,57625,57631,57680,57774,57833,57890,57986,58004,58010,58019,58035,58046,58063,58069,58117,58124)
4.860 ms 70 /classes/ProductAssembler.php:95
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tps93061_module` m
INNER JOIN tps93061_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `tps93061_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tps93061_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tps93061_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2.033 ms 189 Yes Yes /classes/Hook.php:1267
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 `tps93061_configuration` c
LEFT JOIN `tps93061_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.031 ms 1389 /classes/Configuration.php:180
107
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `tps93061_hook_module` hm
STRAIGHT_JOIN `tps93061_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tps93061_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.649 ms 633 /classes/Hook.php:456
106
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `tps93061_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `tps93061_hook_alias` ha
INNER JOIN `tps93061_hook` h ON ha.name = h.name
1.413 ms 0 /classes/Hook.php:1326
83
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 `tps93061_feature_value` v LEFT JOIN `tps93061_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `tps93061_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC
1.201 ms 972 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
93
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 `tps93061_feature_value` v LEFT JOIN `tps93061_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `tps93061_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC
1.190 ms 972 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `tps93061_hook` h
WHERE (h.active = 1)
1.089 ms 1136 /classes/Hook.php:1366
96
REPLACE INTO tps93061_layered_filter_block (hash, data) VALUES ("44af036d9358e1d965bff7c11856f113", "a:1:{s:7:\"filters\";a:3:{i:0;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"1\";s:6:\"values\";a:7:{i:1;a:4:{s:3:\"nbr\";s:2:\"44\";s:4:\"name\";s:4:\"2015\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:352;a:5:{s:3:\"nbr\";s:2:\"70\";s:4:\"name\";s:4:\"2016\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:353;a:4:{s:3:\"nbr\";s:2:\"64\";s:4:\"name\";s:4:\"2017\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:354;a:4:{s:3:\"nbr\";s:2:\"62\";s:4:\"name\";s:4:\"2018\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:355;a:4:{s:3:\"nbr\";s:2:\"70\";s:4:\"name\";s:4:\"2019\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:356;a:4:{s:3:\"nbr\";s:2:\"90\";s:4:\"name\";s:4:\"2020\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:357;a:4:{s:3:\"nbr\";s:3:\"137\";s:4:\"name\";s:4:\"2021\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:6:\"Année\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"2\";}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"2\";s:6:\"values\";a:82:{i:703;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"AITUTAKI\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:746;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:23:\"ANTARCTIQUE BRITANNIQUE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:754;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:7:\"ANTIGUA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:710;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"ASCENSION\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:9:\"AUSTRALIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:48;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"AUTRICHE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:11:\"AZERBAIDJAN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:57;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"BIELORUSSIE:\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:762;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:18:\"BOSNIE-HERZEGOVINE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:63;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:8:\"BULGARIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:65;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"BURUNDI\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:70;a:4:{s:3:\"nbr\";s:2:\"69\";s:4:\"name\";s:12:\"CENTRAFRIQUE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:681;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:15:\"CHRISTMAS (ILE)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:727;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"COOK (Oc)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:82;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"DANEMARK\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:84;a:4:{s:3:\"nbr\";s:2:\"62\";s:4:\"name\";s:8:\"DJIBOUTI\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:88;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"ESPAGNE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:89;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"ESTONIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:96;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"FINLANDE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:737;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"FORMOSE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:311;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"GAMBIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:313;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:5:\"GHANA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:100;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:15:\"GRANDE-BRETAGNE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:102;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"GRENADE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:103;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:10:\"GRENADINES\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:104;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"GROENLAND\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:108;a:5:{s:3:\"nbr\";s:2:\"70\";s:4:\"name\";s:6:\"GUINEE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:111;a:4:{s:3:\"nbr\";s:2:\"67\";s:4:\"name\";s:13:\"GUINEE-BISSAU\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:109;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:18:\"GUINEE EQUATORIALE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:765;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:6:\"GUYANA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:750;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"HERCEG-BOSNA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:317;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:9:\"HONG KONG\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:116;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"HONGRIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:120;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"INDE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:128;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"ISLANDE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:129;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"ISRAEL\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:133;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"JERSEY\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:320;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:10:\"KAZAKHSTAN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:135;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:34:\"KIRGHIZISTAN (Kyrgyz Express Post)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:704;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:29:\"KIRGHIZISTAN (Poste Kirghize)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:767;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"KIRIBATI\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:141;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:7:\"LIBERIA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:322;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"MACEDOINE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:323;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"MALAWI\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:733;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"MALAYSIA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:701;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"MARSHALL\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:326;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"MOLDAVIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:158;a:4:{s:3:\"nbr\";s:2:\"93\";s:4:\"name\";s:10:\"MOZAMBIQUE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:742;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"NEVIS\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:161;a:4:{s:3:\"nbr\";s:2:\"92\";s:4:\"name\";s:5:\"NIGER\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:687;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:10:\"NIUAFO´OU\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:688;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"NIUE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:162;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"NORVEGE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:164;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:16:\"NOUVELLE-ZELANDE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:759;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"OCEAN INDIEN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:330;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"OMAN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:403;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:10:\"ONU GENEVE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:5:\"PALAU\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:28:\"PAPOUASIE ET NOUVELLE-GUINEE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:711;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"PENRHYN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:172;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:11:\"PHILIPPINES\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:766;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"PITCAIRN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:174;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"PORTUGAL\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:757;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:28:\"REPUBLIQUE SERBE (DE BOSNIE)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:729;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"ROSS\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:179;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:8:\"ROUMANIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:725;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:16:\"SAINT-CHRISTOPHE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:690;a:4:{s:3:\"nbr\";s:2:\"51\";s:4:\"name\";s:22:\"SAINT-THOMAS ET PRINCE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:764;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:13:\"SAINT-VINCENT\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:691;a:4:{s:3:\"nbr\";s:2:\"66\";s:4:\"name\";s:7:\"SALOMON\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:692;a:4:{s:3:\"nbr\";s:3:\"155\";s:4:\"name\";s:12:\"SIERRA LEONE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:188;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"SINGAPOUR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:257;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"SLOVENIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:263;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"SUEDE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:264;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"SUISSE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:268;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:11:\"TADJIKISTAN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:270;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:8:\"TANZANIE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:693;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:21:\"TCHEQUE (République)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:275;a:4:{s:3:\"nbr\";s:2:\"98\";s:4:\"name\";s:4:\"TOGO\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:336;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"TONGA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:707;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:16:\"TRISTAN DA CUNHA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:720;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"TUVALU\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:4:\"Pays\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"2\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"3\";s:6:\"values\";a:2:{i:507;a:5:{s:3:\"nbr\";s:2:\"38\";s:4:\"name\";s:18:\"BLOCS ET FEUILLETS\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:375;a:5:{s:3:\"nbr\";s:2:\"32\";s:4:\"name\";s:5:\"POSTE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:8:\"Rubrique\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
1.060 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
1026
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57172
ORDER BY `position`
1.060 ms 1 Yes /classes/Product.php:3545
84
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `tps93061_feature_value` v LEFT JOIN `tps93061_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `tps93061_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC
1.021 ms 972 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
948
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37066
ORDER BY `position`
1.008 ms 1 Yes /classes/Product.php:3545
964
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37463
ORDER BY `position`
0.989 ms 1 Yes /classes/Product.php:3545
1070
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57986
ORDER BY `position`
0.980 ms 1 Yes /classes/Product.php:3545
1004
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37803
ORDER BY `position`
0.974 ms 1 Yes /classes/Product.php:3545
91
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 `tps93061_feature_value` v LEFT JOIN `tps93061_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `tps93061_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC
0.964 ms 972 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tps93061_hook`
0.872 ms 1136 /classes/Hook.php:1326
55
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 `tps93061_category` c
INNER JOIN tps93061_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tps93061_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `tps93061_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 661
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.860 ms 1 Yes Yes /classes/Category.php:924
1300
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM tps93061_tdwishlist w, tps93061_tdwishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1
0.831 ms 837 /modules/tdproductwishlist/tdproductwishlist.php:488
806
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57833) AND (b.`id_shop` = 1) LIMIT 1
0.829 ms 1 /src/Adapter/EntityMapper.php:71
1034
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57427
ORDER BY `position`
0.817 ms 1 Yes /classes/Product.php:3545
1006
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37861
ORDER BY `position`
0.799 ms 1 Yes /classes/Product.php:3545
828
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57986
AND image_shop.`cover` = 1 LIMIT 1
0.761 ms 1 /classes/Product.php:3570
928
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58117)
0.752 ms 1 /classes/Product.php:3860
564
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57172
AND image_shop.`cover` = 1 LIMIT 1
0.733 ms 1 /classes/Product.php:3570
986
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37545
ORDER BY `position`
0.731 ms 1 Yes /classes/Product.php:3545
81
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tps93061_layered_category
WHERE controller = 'category'
AND id_category = 661
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.729 ms 3 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
1048
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57548
ORDER BY `position`
0.725 ms 1 Yes /classes/Product.php:3545
89
SELECT SQL_NO_CACHE data FROM tps93061_layered_filter_block WHERE hash="44af036d9358e1d965bff7c11856f113" LIMIT 1
0.703 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
1054
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57591
ORDER BY `position`
0.700 ms 1 Yes /classes/Product.php:3545
778
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57631 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.693 ms 0 /classes/Cart.php:1430
772
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57631)
0.676 ms 1 /classes/Product.php:3860
976
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37499
ORDER BY `position`
0.671 ms 1 Yes /classes/Product.php:3545
1086
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58117
ORDER BY `position`
0.668 ms 1 Yes /classes/Product.php:3545
767
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57625
ORDER BY f.position ASC
0.667 ms 64 Yes /classes/Product.php:6021
992
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37569
ORDER BY `position`
0.665 ms 1 Yes /classes/Product.php:3545
984
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37539
ORDER BY `position`
0.659 ms 1 Yes /classes/Product.php:3545
1020
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37910
ORDER BY `position`
0.654 ms 1 Yes /classes/Product.php:3545
1042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57481
ORDER BY `position`
0.654 ms 1 Yes /classes/Product.php:3545
1044
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57501
ORDER BY `position`
0.651 ms 1 Yes /classes/Product.php:3545
64
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a0
LEFT JOIN `tps93061_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 881) AND (a0.`nright` > 882) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.647 ms 727 Yes /classes/PrestaShopCollection.php:383
966
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37470
ORDER BY `position`
0.646 ms 1 Yes /classes/Product.php:3545
998
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37601
ORDER BY `position`
0.646 ms 1 Yes /classes/Product.php:3545
1056
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57620
ORDER BY `position`
0.646 ms 1 Yes /classes/Product.php:3545
988
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37553
ORDER BY `position`
0.636 ms 1 Yes /classes/Product.php:3545
1038
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57453
ORDER BY `position`
0.634 ms 1 Yes /classes/Product.php:3545
802
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57774 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.632 ms 0 /classes/Cart.php:1430
1010
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37876
ORDER BY `position`
0.632 ms 1 Yes /classes/Product.php:3545
1060
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57631
ORDER BY `position`
0.631 ms 1 Yes /classes/Product.php:3545
82
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 `tps93061_feature` f  INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `tps93061_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `tps93061_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tps93061_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.628 ms 256 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
1062
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57680
ORDER BY `position`
0.625 ms 1 Yes /classes/Product.php:3545
978
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37515
ORDER BY `position`
0.624 ms 1 Yes /classes/Product.php:3545
1064
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57774
ORDER BY `position`
0.624 ms 1 Yes /classes/Product.php:3545
970
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37481
ORDER BY `position`
0.620 ms 1 Yes /classes/Product.php:3545
851
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58004
ORDER BY f.position ASC
0.618 ms 64 Yes /classes/Product.php:6021
1008
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37868
ORDER BY `position`
0.617 ms 1 Yes /classes/Product.php:3545
839
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57986
ORDER BY f.position ASC
0.611 ms 64 Yes /classes/Product.php:6021
1058
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57625
ORDER BY `position`
0.611 ms 1 Yes /classes/Product.php:3545
1080
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58046
ORDER BY `position`
0.609 ms 1 Yes /classes/Product.php:3545
1030
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57382
ORDER BY `position`
0.608 ms 1 Yes /classes/Product.php:3545
818
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57890) AND (b.`id_shop` = 1) LIMIT 1
0.607 ms 1 /src/Adapter/EntityMapper.php:71
1088
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58124
ORDER BY `position`
0.605 ms 1 Yes /classes/Product.php:3545
1066
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57833
ORDER BY `position`
0.603 ms 1 Yes /classes/Product.php:3545
70
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 `tps93061_category` c
INNER JOIN tps93061_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tps93061_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `tps93061_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 661
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.602 ms 1 Yes Yes /classes/Category.php:924
1036
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57432
ORDER BY `position`
0.602 ms 1 Yes /classes/Product.php:3545
1050
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57561
ORDER BY `position`
0.596 ms 1 Yes /classes/Product.php:3545
1090
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37066) LIMIT 1
0.596 ms 1 /src/Adapter/EntityMapper.php:71
968
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37474
ORDER BY `position`
0.596 ms 1 Yes /classes/Product.php:3545
1022
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37984
ORDER BY `position`
0.595 ms 1 Yes /classes/Product.php:3545
994
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37578
ORDER BY `position`
0.592 ms 1 Yes /classes/Product.php:3545
982
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37529
ORDER BY `position`
0.589 ms 1 Yes /classes/Product.php:3545
230
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37481) AND (b.`id_shop` = 1) LIMIT 1
0.587 ms 1 /src/Adapter/EntityMapper.php:71
794
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57774) AND (b.`id_shop` = 1) LIMIT 1
0.586 ms 1 /src/Adapter/EntityMapper.php:71
1082
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58063
ORDER BY `position`
0.585 ms 1 Yes /classes/Product.php:3545
1068
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57890
ORDER BY `position`
0.584 ms 1 Yes /classes/Product.php:3545
1046
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57542
ORDER BY `position`
0.583 ms 1 Yes /classes/Product.php:3545
1052
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57571
ORDER BY `position`
0.582 ms 1 Yes /classes/Product.php:3545
1076
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58019
ORDER BY `position`
0.582 ms 1 Yes /classes/Product.php:3545
1084
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58069
ORDER BY `position`
0.582 ms 1 Yes /classes/Product.php:3545
990
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37559
ORDER BY `position`
0.581 ms 1 Yes /classes/Product.php:3545
996
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37583
ORDER BY `position`
0.581 ms 1 Yes /classes/Product.php:3545
1078
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58035
ORDER BY `position`
0.580 ms 1 Yes /classes/Product.php:3545
1028
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57338
ORDER BY `position`
0.578 ms 1 Yes /classes/Product.php:3545
1014
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37890
ORDER BY `position`
0.578 ms 1 Yes /classes/Product.php:3545
1072
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58004
ORDER BY `position`
0.578 ms 1 Yes /classes/Product.php:3545
808
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57833)
0.577 ms 1 /classes/Product.php:3860
777
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57631) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.576 ms 1 /classes/stock/StockAvailable.php:453
1000
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37718
ORDER BY `position`
0.576 ms 1 Yes /classes/Product.php:3545
1002
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37769
ORDER BY `position`
0.576 ms 1 Yes /classes/Product.php:3545
250
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37484 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37484 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.573 ms 0 /classes/Cart.php:1430
972
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37484
ORDER BY `position`
0.573 ms 1 Yes /classes/Product.php:3545
1074
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58010
ORDER BY `position`
0.571 ms 1 Yes /classes/Product.php:3545
980
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37521
ORDER BY `position`
0.570 ms 1 Yes /classes/Product.php:3545
1040
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57476
ORDER BY `position`
0.570 ms 1 Yes /classes/Product.php:3545
803
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57774
ORDER BY f.position ASC
0.565 ms 64 Yes /classes/Product.php:6021
1032
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 57388
ORDER BY `position`
0.565 ms 1 Yes /classes/Product.php:3545
1024
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37989
ORDER BY `position`
0.564 ms 1 Yes /classes/Product.php:3545
95
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 `tps93061_feature_value` v LEFT JOIN `tps93061_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `tps93061_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
0.563 ms 47 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
768
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57631
AND image_shop.`cover` = 1 LIMIT 1
0.562 ms 1 /classes/Product.php:3570
974
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37489
ORDER BY `position`
0.562 ms 1 Yes /classes/Product.php:3545
1016
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37898
ORDER BY `position`
0.562 ms 1 Yes /classes/Product.php:3545
479
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37876
ORDER BY f.position ASC
0.560 ms 16 Yes /classes/Product.php:6021
1018
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37905
ORDER BY `position`
0.557 ms 1 Yes /classes/Product.php:3545
1012
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37882
ORDER BY `position`
0.551 ms 1 Yes /classes/Product.php:3545
791
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57680
ORDER BY f.position ASC
0.549 ms 64 Yes /classes/Product.php:6021
322
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37539 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37539 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.545 ms 0 /classes/Cart.php:1430
323
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37539
ORDER BY f.position ASC
0.544 ms 16 Yes /classes/Product.php:6021
98
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37066
AND image_shop.`cover` = 1 LIMIT 1
0.543 ms 1 /classes/Product.php:3570
774
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57631 AND `id_group` = 1 LIMIT 1
0.541 ms 0 /classes/GroupReduction.php:156
838
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57986 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57986 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.541 ms 0 /classes/Cart.php:1430
804
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57833
AND image_shop.`cover` = 1 LIMIT 1
0.538 ms 1 /classes/Product.php:3570
766
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57625 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.537 ms 0 /classes/Cart.php:1430
1047
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57542
0.536 ms 1 /classes/Product.php:2902
251
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37484
ORDER BY f.position ASC
0.535 ms 16 Yes /classes/Product.php:6021
718
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57561 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57561 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.535 ms 0 /classes/Cart.php:1430
502
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.533 ms 0 /classes/Cart.php:1430
1025
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37989
0.532 ms 1 /classes/Product.php:2902
478
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37876 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37876 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.532 ms 0 /classes/Cart.php:1430
347
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37553
ORDER BY f.position ASC
0.531 ms 16 Yes /classes/Product.php:6021
965
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37463
0.531 ms 1 /classes/Product.php:2902
47
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tps93061_module` m
LEFT JOIN `tps93061_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.525 ms 111 /classes/module/Module.php:346
810
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57833 AND `id_group` = 1 LIMIT 1
0.525 ms 0 /classes/GroupReduction.php:156
226
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37474 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.523 ms 0 /classes/Cart.php:1430
788
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57680 LIMIT 1
0.522 ms 1 /classes/Pack.php:90
275
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37499
ORDER BY f.position ASC
0.521 ms 16 Yes /classes/Product.php:6021
346
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37553 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37553 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1430
274
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.518 ms 0 /classes/Cart.php:1430
776
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57631 LIMIT 1
0.518 ms 1 /classes/Pack.php:90
298
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37521 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37521 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.517 ms 0 /classes/Cart.php:1430
394
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37583 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37583 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.517 ms 0 /classes/Cart.php:1430
862
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58010 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58010 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.515 ms 0 /classes/Cart.php:1430
814
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57833 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57833 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.514 ms 0 /classes/Cart.php:1430
840
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58004
AND image_shop.`cover` = 1 LIMIT 1
0.513 ms 1 /classes/Product.php:3570
503
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37890
ORDER BY f.position ASC
0.512 ms 16 Yes /classes/Product.php:6021
815
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57833
ORDER BY f.position ASC
0.511 ms 64 Yes /classes/Product.php:6021
1055
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57591
0.511 ms 1 /classes/Product.php:2902
227
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37474
ORDER BY f.position ASC
0.510 ms 16 Yes /classes/Product.php:6021
299
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37521
ORDER BY f.position ASC
0.510 ms 16 Yes /classes/Product.php:6021
626
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57432) AND (b.`id_shop` = 1) LIMIT 1
0.510 ms 1 /src/Adapter/EntityMapper.php:71
754
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57620 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57620 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.510 ms 0 /classes/Cart.php:1430
770
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57631) AND (b.`id_shop` = 1) LIMIT 1
0.510 ms 1 /src/Adapter/EntityMapper.php:71
827
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57890
ORDER BY f.position ASC
0.509 ms 64 Yes /classes/Product.php:6021
646
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57453 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57453 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.508 ms 0 /classes/Cart.php:1430
981
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37521
0.507 ms 1 /classes/Product.php:2902
796
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57774)
0.506 ms 1 /classes/Product.php:3860
1053
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57571
0.506 ms 1 /classes/Product.php:2902
539
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37910
ORDER BY f.position ASC
0.505 ms 16 Yes /classes/Product.php:6021
670
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57481 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57481 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.505 ms 0 /classes/Cart.php:1430
490
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37882 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37882 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.504 ms 0 /classes/Cart.php:1430
598
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57382 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57382 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.504 ms 0 /classes/Cart.php:1430
554
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37989) AND (b.`id_shop` = 1) LIMIT 1
0.502 ms 1 /src/Adapter/EntityMapper.php:71
811
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57833 LIMIT 1
0.502 ms 1 /classes/Pack.php:89
32
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a
LEFT JOIN `tps93061_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tps93061_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 661) AND (b.`id_shop` = 1) LIMIT 1
0.501 ms 1 /src/Adapter/EntityMapper.php:71
538
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37910 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37910 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.501 ms 0 /classes/Cart.php:1430
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tps93061_shop_url su
LEFT JOIN tps93061_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.yvert.com' OR su.domain_ssl = 'www.yvert.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.498 ms 1 Yes /classes/shop/Shop.php:1364
671
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57481
ORDER BY f.position ASC
0.498 ms 64 Yes /classes/Product.php:6021
790
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57680 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.498 ms 0 /classes/Cart.php:1430
527
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37905
ORDER BY f.position ASC
0.495 ms 16 Yes /classes/Product.php:6021
898
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58046 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58046 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.495 ms 0 /classes/Cart.php:1430
23
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tps93061_module` m
LEFT JOIN `tps93061_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.494 ms 111 /classes/module/Module.php:346
286
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37515 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37515 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.494 ms 0 /classes/Cart.php:1430
801
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.494 ms 1 /classes/stock/StockAvailable.php:453
1001
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37718
0.493 ms 1 /classes/Product.php:2902
989
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37553
0.490 ms 1 /classes/Product.php:2902
1039
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57453
0.488 ms 1 /classes/Product.php:2902
1075
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58010
0.487 ms 1 /classes/Product.php:2902
599
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57382
ORDER BY f.position ASC
0.484 ms 64 Yes /classes/Product.php:6021
946
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58124 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.484 ms 0 /classes/Cart.php:1430
610
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57388 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57388 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.483 ms 0 /classes/Cart.php:1430
850
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58004 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.483 ms 0 /classes/Cart.php:1430
85
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 `tps93061_feature_value` v LEFT JOIN `tps93061_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `tps93061_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
0.482 ms 47 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
117
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37066 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37066 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.482 ms 0 /classes/Cart.php:1430
775
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57631 LIMIT 1
0.482 ms 1 /classes/Pack.php:89
1069
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57890
0.482 ms 1 /classes/Product.php:2902
614
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57427) AND (b.`id_shop` = 1) LIMIT 1
0.480 ms 1 /src/Adapter/EntityMapper.php:71
634
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57432 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.480 ms 0 /classes/Cart.php:1430
755
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57620
ORDER BY f.position ASC
0.480 ms 64 Yes /classes/Product.php:6021
611
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57388
ORDER BY f.position ASC
0.479 ms 64 Yes /classes/Product.php:6021
482
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37882) AND (b.`id_shop` = 1) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
779
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57631
ORDER BY f.position ASC
0.478 ms 64 Yes /classes/Product.php:6021
263
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37489
ORDER BY f.position ASC
0.477 ms 16 Yes /classes/Product.php:6021
874
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.477 ms 0 /classes/Cart.php:1430
647
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57453
ORDER BY f.position ASC
0.476 ms 64 Yes /classes/Product.php:6021
290
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37521) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
326
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37545) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
442
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37803 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37803 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.476 ms 0 /classes/Cart.php:1430
1007
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37861
0.475 ms 1 /classes/Product.php:2902
730
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57571 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57571 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.474 ms 0 /classes/Cart.php:1430
816
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57890
AND image_shop.`cover` = 1 LIMIT 1
0.472 ms 1 /classes/Product.php:3570
999
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37601
0.472 ms 1 /classes/Product.php:2902
1218
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37066) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.471 ms 1 Yes Yes /classes/Product.php:4524
707
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57548
ORDER BY f.position ASC
0.469 ms 64 Yes /classes/Product.php:6021
1117
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37457) LIMIT 1
0.469 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37489 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.468 ms 0 /classes/Cart.php:1430
1059
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57625
0.468 ms 1 /classes/Product.php:2902
1257
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37910) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.467 ms 1 Yes Yes /classes/Product.php:4524
662
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57481) AND (b.`id_shop` = 1) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
1105
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37374) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
993
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37569
0.466 ms 1 /classes/Product.php:2902
118
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37066
ORDER BY f.position ASC
0.465 ms 16 Yes /classes/Product.php:6021
826
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.465 ms 0 /classes/Cart.php:1430
971
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37481
0.465 ms 1 /classes/Product.php:2902
983
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37529
0.464 ms 1 /classes/Product.php:2902
793
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.464 ms 1 /classes/Product.php:5659
852
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58010
AND image_shop.`cover` = 1 LIMIT 1
0.464 ms 1 /classes/Product.php:3570
203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37463
ORDER BY f.position ASC
0.463 ms 16 Yes /classes/Product.php:6021
218
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37474) AND (b.`id_shop` = 1) LIMIT 1
0.463 ms 1 /src/Adapter/EntityMapper.php:71
1031
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57382
0.463 ms 1 /classes/Product.php:2902
1209
SELECT SQL_NO_CACHE c.*, cl.*  FROM `tps93061_category` c
LEFT JOIN `tps93061_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 881 AND c.`nright` >= 882 AND c.`nleft` >= 1 AND c.`nright` <= 1454 ORDER BY `nleft` DESC
0.463 ms 727 Yes /classes/Category.php:1600
455
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37861
ORDER BY f.position ASC
0.462 ms 16 Yes /classes/Product.php:6021
1087
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58117
0.461 ms 1 /classes/Product.php:2902
382
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37578 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37578 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.461 ms 0 /classes/Cart.php:1430
856
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58010)
0.461 ms 1 /classes/Product.php:3860
969
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37474
0.459 ms 1 /classes/Product.php:2902
910
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58063 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58063 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.458 ms 0 /classes/Cart.php:1430
220
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37474)
0.457 ms 1 /classes/Product.php:3860
650
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57476) AND (b.`id_shop` = 1) LIMIT 1
0.457 ms 1 /src/Adapter/EntityMapper.php:71
843
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58004 LIMIT 1
0.456 ms 1 /classes/SpecificPrice.php:435
1043
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57481
0.456 ms 1 /classes/Product.php:2902
1067
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57833
0.456 ms 1 /classes/Product.php:2902
682
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57501 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57501 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.455 ms 0 /classes/Cart.php:1430
792
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57774
AND image_shop.`cover` = 1 LIMIT 1
0.455 ms 1 /classes/Product.php:3570
418
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37718 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37718 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.454 ms 0 /classes/Cart.php:1430
1021
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37910
0.454 ms 1 /classes/Product.php:2902
1065
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57774
0.454 ms 1 /classes/Product.php:2902
33
SELECT SQL_NO_CACHE * FROM `tps93061_currency` c ORDER BY `iso_code` ASC
0.453 ms 1 Yes /classes/Currency.php:709
622
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57427 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57427 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.453 ms 0 /classes/Cart.php:1430
214
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37470 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37470 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.452 ms 0 /classes/Cart.php:1430
1049
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57548
0.452 ms 1 /classes/Product.php:2902
854
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58010) AND (b.`id_shop` = 1) LIMIT 1
0.450 ms 1 /src/Adapter/EntityMapper.php:71
995
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37578
0.450 ms 1 /classes/Product.php:2902
695
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57542
ORDER BY f.position ASC
0.449 ms 64 Yes /classes/Product.php:6021
1061
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57631
0.449 ms 1 /classes/Product.php:2902
310
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37529 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37529 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.448 ms 0 /classes/Cart.php:1430
923
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58069
ORDER BY f.position ASC
0.448 ms 64 Yes /classes/Product.php:6021
1011
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37876
0.448 ms 1 /classes/Product.php:2902
1023
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37984
0.448 ms 1 /classes/Product.php:2902
1041
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57476
0.448 ms 1 /classes/Product.php:2902
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 tps93061_shop_group gs
LEFT JOIN tps93061_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tps93061_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.447 ms 1 Yes /classes/shop/Shop.php:715
742
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57591 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57591 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:1430
386
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37583) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
530
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37910) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
991
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37559
0.446 ms 1 /classes/Product.php:2902
254
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37489) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tps93061_meta` m
LEFT JOIN `tps93061_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.445 ms 64 Yes /classes/Dispatcher.php:654
506
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37898) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
797
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57774 AND id_shop=1 LIMIT 1
0.444 ms 1 /classes/Product.php:6876
694
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57542 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.444 ms 0 /classes/Cart.php:1430
602
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57388) AND (b.`id_shop` = 1) LIMIT 1
0.443 ms 1 /src/Adapter/EntityMapper.php:71
359
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37559
ORDER BY f.position ASC
0.443 ms 16 Yes /classes/Product.php:6021
807
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57833 LIMIT 1
0.443 ms 1 /classes/SpecificPrice.php:435
278
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37515) AND (b.`id_shop` = 1) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:71
758
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57625) AND (b.`id_shop` = 1) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:71
302
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37529) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
997
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37583
0.441 ms 1 /classes/Product.php:2902
985
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37539
0.441 ms 1 /classes/Product.php:2902
962
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37457
ORDER BY `position`
0.440 ms 1 Yes /classes/Product.php:3545
371
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37569
ORDER BY f.position ASC
0.440 ms 16 Yes /classes/Product.php:6021
406
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37601 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.440 ms 0 /classes/Cart.php:1430
987
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37545
0.440 ms 1 /classes/Product.php:2902
574
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57172 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57172 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.439 ms 0 /classes/Cart.php:1430
1035
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57427
0.439 ms 1 /classes/Product.php:2902
1037
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57432
0.439 ms 1 /classes/Product.php:2902
1045
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57501
0.439 ms 1 /classes/Product.php:2902
1077
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58019
0.439 ms 1 /classes/Product.php:2902
975
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37489
0.438 ms 1 /classes/Product.php:2902
1081
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58046
0.438 ms 1 /classes/Product.php:2902
287
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37515
ORDER BY f.position ASC
0.437 ms 16 Yes /classes/Product.php:6021
566
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57172) AND (b.`id_shop` = 1) LIMIT 1
0.437 ms 1 /src/Adapter/EntityMapper.php:71
659
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57476
ORDER BY f.position ASC
0.437 ms 64 Yes /classes/Product.php:6021
1019
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37905
0.437 ms 1 /classes/Product.php:2902
1017
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37898
0.436 ms 1 /classes/Product.php:2902
563
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37989
ORDER BY f.position ASC
0.435 ms 16 Yes /classes/Product.php:6021
1057
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57620
0.435 ms 1 /classes/Product.php:2902
146
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37404) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
1174
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37718) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
1033
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57388
0.434 ms 1 /classes/Product.php:2902
334
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37545 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37545 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.433 ms 0 /classes/Cart.php:1430
1015
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37890
0.433 ms 1 /classes/Product.php:2902
575
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57172
ORDER BY f.position ASC
0.432 ms 64 Yes /classes/Product.php:6021
798
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57774 AND `id_group` = 1 LIMIT 1
0.432 ms 0 /classes/GroupReduction.php:156
311
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37529
ORDER BY f.position ASC
0.431 ms 16 Yes /classes/Product.php:6021
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37457 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.431 ms 0 /classes/Cart.php:1430
1003
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37769
0.431 ms 1 /classes/Product.php:2902
1079
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58035
0.431 ms 1 /classes/Product.php:2902
780
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57680
AND image_shop.`cover` = 1 LIMIT 1
0.430 ms 1 /classes/Product.php:3570
1029
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57338
0.430 ms 1 /classes/Product.php:2902
1206
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `tps93061_category` c
LEFT JOIN `tps93061_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.430 ms 2 /classes/Category.php:2242
1313
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.430 ms 1 /classes/module/Module.php:2132
191
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37457
ORDER BY f.position ASC
0.429 ms 16 Yes /classes/Product.php:6021
938
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58124) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
1051
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57561
0.429 ms 1 /classes/Product.php:2902
1231
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37474) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.429 ms 1 Yes Yes /classes/Product.php:4524
158
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37415) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
179
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37439
ORDER BY f.position ASC
0.429 ms 16 Yes /classes/Product.php:6021
467
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37868
ORDER BY f.position ASC
0.429 ms 16 Yes /classes/Product.php:6021
842
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58004) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
1275
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57620) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.429 ms 1 Yes Yes /classes/Product.php:4524
122
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37251) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
1009
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37868
0.428 ms 1 /classes/Product.php:2902
431
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37769
ORDER BY f.position ASC
0.428 ms 16 Yes /classes/Product.php:6021
977
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37499
0.428 ms 1 /classes/Product.php:2902
1005
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37803
0.428 ms 1 /classes/Product.php:2902
29
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tps93061_module` m
LEFT JOIN `tps93061_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.427 ms 111 /classes/module/Module.php:346
1063
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57680
0.427 ms 1 /classes/Product.php:2902
1255
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37898) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.427 ms 1 Yes Yes /classes/Product.php:4524
430
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37769 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37769 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:1430
454
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37861 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37861 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:1430
515
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37898
ORDER BY f.position ASC
0.426 ms 16 Yes /classes/Product.php:6021
635
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57432
ORDER BY f.position ASC
0.426 ms 64 Yes /classes/Product.php:6021
731
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57571
ORDER BY f.position ASC
0.426 ms 64 Yes /classes/Product.php:6021
875
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58019
ORDER BY f.position ASC
0.426 ms 64 Yes /classes/Product.php:6021
586
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57338 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57338 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.425 ms 0 /classes/Cart.php:1430
1071
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57986
0.425 ms 1 /classes/Product.php:2902
719
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57561
ORDER BY f.position ASC
0.424 ms 64 Yes /classes/Product.php:6021
973
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37484
0.424 ms 1 /classes/Product.php:2902
466
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37868 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.424 ms 0 /classes/Cart.php:1430
551
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37984
ORDER BY f.position ASC
0.424 ms 16 Yes /classes/Product.php:6021
958
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37415
ORDER BY `position`
0.424 ms 1 Yes /classes/Product.php:3545
1258
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37984) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.424 ms 1 Yes Yes /classes/Product.php:4524
526
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37905 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37905 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.423 ms 0 /classes/Cart.php:1430
1232
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37481) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.423 ms 1 Yes Yes /classes/Product.php:4524
178
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37439 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.423 ms 0 /classes/Cart.php:1430
550
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37984 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37984 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.423 ms 0 /classes/Cart.php:1430
979
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37515
0.423 ms 1 /classes/Product.php:2902
1114
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37439) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
562
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37989 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37989 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.422 ms 0 /classes/Cart.php:1430
863
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58010
ORDER BY f.position ASC
0.422 ms 64 Yes /classes/Product.php:6021
887
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58035
ORDER BY f.position ASC
0.422 ms 64 Yes /classes/Product.php:6021
922
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58069 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58069 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.422 ms 0 /classes/Cart.php:1430
1013
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37882
0.422 ms 1 /classes/Product.php:2902
1073
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58004
0.422 ms 1 /classes/Product.php:2902
1085
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58069
0.422 ms 1 /classes/Product.php:2902
395
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37583
ORDER BY f.position ASC
0.421 ms 16 Yes /classes/Product.php:6021
491
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37882
ORDER BY f.position ASC
0.421 ms 16 Yes /classes/Product.php:6021
812
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57833 LIMIT 1
0.421 ms 1 /classes/Pack.php:90
821
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57890 AND id_shop=1 LIMIT 1
0.421 ms 1 /classes/Product.php:6876
1089
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58124
0.421 ms 1 /classes/Product.php:2902
1126
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37474) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
1278
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.421 ms 1 Yes Yes /classes/Product.php:4524
154
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37404 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37404 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.420 ms 0 /classes/Cart.php:1430
410
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37718) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
383
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37578
ORDER BY f.position ASC
0.420 ms 16 Yes /classes/Product.php:6021
1027
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 57172
0.420 ms 1 /classes/Product.php:2902
1083
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 58063
0.419 ms 1 /classes/Product.php:2902
1102
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37251) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
1147
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37529) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
155
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37404
ORDER BY f.position ASC
0.419 ms 16 Yes /classes/Product.php:6021
370
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37569 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37569 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.419 ms 0 /classes/Cart.php:1430
623
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57427
ORDER BY f.position ASC
0.419 ms 64 Yes /classes/Product.php:6021
967
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37470
0.418 ms 1 /classes/Product.php:2902
1108
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37404) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:71
683
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57501
ORDER BY f.position ASC
0.417 ms 64 Yes /classes/Product.php:6021
215
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37470
ORDER BY f.position ASC
0.417 ms 16 Yes /classes/Product.php:6021
419
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37718
ORDER BY f.position ASC
0.417 ms 16 Yes /classes/Product.php:6021
1243
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37569) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.417 ms 1 Yes Yes /classes/Product.php:4524
1252
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37876) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.417 ms 1 Yes Yes /classes/Product.php:4524
706
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57548 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57548 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.416 ms 0 /classes/Cart.php:1430
830
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57986) AND (b.`id_shop` = 1) LIMIT 1
0.416 ms 1 /src/Adapter/EntityMapper.php:71
443
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37803
ORDER BY f.position ASC
0.415 ms 16 Yes /classes/Product.php:6021
130
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37251 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37251 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.414 ms 0 /classes/Cart.php:1430
166
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37415 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37415 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.414 ms 0 /classes/Cart.php:1430
590
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57382) AND (b.`id_shop` = 1) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
765
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57625) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.414 ms 1 /classes/stock/StockAvailable.php:453
1153
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37545) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
1223
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37251) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.414 ms 1 Yes Yes /classes/Product.php:4524
658
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 57476 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 57476 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.413 ms 0 /classes/Cart.php:1430
242
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37484) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
1260
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57172) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.413 ms 1 Yes Yes /classes/Product.php:4524
771
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57631 LIMIT 1
0.412 ms 1 /classes/SpecificPrice.php:435
288
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37521
AND image_shop.`cover` = 1 LIMIT 1
0.412 ms 1 /classes/Product.php:3570
587
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57338
ORDER BY f.position ASC
0.412 ms 64 Yes /classes/Product.php:6021
886
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58035 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.412 ms 0 /classes/Cart.php:1430
1111
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37415) LIMIT 1
0.412 ms 1 /src/Adapter/EntityMapper.php:71
314
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37539) AND (b.`id_shop` = 1) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
514
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37898 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37898 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.411 ms 0 /classes/Cart.php:1430
1156
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37553) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
1198
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.411 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1199
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.411 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
335
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37545
ORDER BY f.position ASC
0.410 ms 16 Yes /classes/Product.php:6021
508
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37898)
0.410 ms 1 /classes/Product.php:3860
202
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37463 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37463 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.410 ms 0 /classes/Cart.php:1430
182
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37457) AND (b.`id_shop` = 1) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
518
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37905) AND (b.`id_shop` = 1) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
940
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58124)
0.409 ms 1 /classes/Product.php:3860
1132
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37484) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
238
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37481 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37481 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.408 ms 0 /classes/Cart.php:1430
222
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37474 AND `id_group` = 1 LIMIT 1
0.407 ms 0 /classes/GroupReduction.php:156
1135
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37489) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:71
1150
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37539) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:71
1256
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37905) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.406 ms 1 Yes Yes /classes/Product.php:4524
358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37559 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37559 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.405 ms 0 /classes/Cart.php:1430
934
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58117 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 58117 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.405 ms 0 /classes/Cart.php:1430
1227
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37439) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.405 ms 1 Yes Yes /classes/Product.php:4524
914
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58069) AND (b.`id_shop` = 1) LIMIT 1
0.405 ms 1 /src/Adapter/EntityMapper.php:71
194
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37463) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
947
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58124
ORDER BY f.position ASC
0.404 ms 64 Yes /classes/Product.php:6021
1144
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37521) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
710
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57561) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
422
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37769) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
674
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57501) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
1259
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37989) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.403 ms 1 Yes Yes /classes/Product.php:4524
108
SELECT SQL_NO_CACHE tr.*
FROM `tps93061_tax_rule` tr
JOIN `tps93061_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 0)
AND ('80094' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '80094')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.402 ms 1 /classes/tax/TaxRulesTaxManager.php:109
1225
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37404) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.402 ms 1 Yes Yes /classes/Product.php:4524
407
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37601
ORDER BY f.position ASC
0.401 ms 16 Yes /classes/Product.php:6021
805
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.401 ms 1 /classes/Product.php:5659
1123
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37470) LIMIT 1
0.401 ms 1 /src/Adapter/EntityMapper.php:71
1242
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37559) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.401 ms 1 Yes Yes /classes/Product.php:4524
1253
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37882) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.401 ms 1 Yes Yes /classes/Product.php:4524
1261
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57338) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.401 ms 1 Yes Yes /classes/Product.php:4524
1129
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37481) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
131
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37251
ORDER BY f.position ASC
0.399 ms 16 Yes /classes/Product.php:6021
1162
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37569) LIMIT 1
0.399 ms 1 /src/Adapter/EntityMapper.php:71
142
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 37374 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tps93061_cart_product` cp JOIN `tps93061_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tps93061_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 37374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.398 ms 0 /classes/Cart.php:1430
134
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37374) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
899
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58046
ORDER BY f.position ASC
0.398 ms 64 Yes /classes/Product.php:6021
338
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37553) AND (b.`id_shop` = 1) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:71
167
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37415
ORDER BY f.position ASC
0.397 ms 16 Yes /classes/Product.php:6021
1141
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37515) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:71
16
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tps93061_module` m
LEFT JOIN `tps93061_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.396 ms 111 /classes/module/Module.php:346
809
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57833 AND id_shop=1 LIMIT 1
0.396 ms 1 /classes/Product.php:6876
1091
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37066 AND `id_shop` = 1
0.396 ms 1 /src/Adapter/EntityMapper.php:79
1216
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.396 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1224
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37374) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.396 ms 1 Yes Yes /classes/Product.php:4524
578
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57338) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
769
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.395 ms 1 /classes/Product.php:5659
143
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37374
ORDER BY f.position ASC
0.395 ms 16 Yes /classes/Product.php:6021
746
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57620) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
800
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57774 LIMIT 1
0.395 ms 1 /classes/Pack.php:90
1195
SELECT SQL_NO_CACHE 1 FROM `tps93061_cart_rule` WHERE ((date_to >= "2025-11-03 00:00:00" AND date_to <= "2025-11-03 23:59:59") OR (date_from >= "2025-11-03 00:00:00" AND date_from <= "2025-11-03 23:59:59") OR (date_from < "2025-11-03 00:00:00" AND date_to > "2025-11-03 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.395 ms 1 /classes/CartRule.php:357
1233
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37484) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.395 ms 1 Yes Yes /classes/Product.php:4524
239
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 37481
ORDER BY f.position ASC
0.394 ms 16 Yes /classes/Product.php:6021
698
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57548) AND (b.`id_shop` = 1) LIMIT 1
0.394 ms 1 /src/Adapter/EntityMapper.php:71
458
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37868) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
686
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57542) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
734
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57591) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
638
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57453) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
817
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.392 ms 1 /classes/Product.php:5659
1120
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37463) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
1230
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37470) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.392 ms 1 Yes Yes /classes/Product.php:4524
956
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37404
ORDER BY `position`
0.391 ms 1 Yes /classes/Product.php:3545
1211
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.391 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1248
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37769) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.391 ms 1 Yes Yes /classes/Product.php:4524
434
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37803) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
1262
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57382) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.390 ms 1 Yes Yes /classes/Product.php:4524
911
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58063
ORDER BY f.position ASC
0.390 ms 64 Yes /classes/Product.php:6021
101
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37066) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
542
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37984) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
926
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58117) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
228
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37481
AND image_shop.`cover` = 1 LIMIT 1
0.388 ms 1 /classes/Product.php:3570
960
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37439
ORDER BY `position`
0.388 ms 1 Yes /classes/Product.php:3545
1159
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37559) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
1266
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57453) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.388 ms 1 Yes Yes /classes/Product.php:4524
28
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tps93061_module` m
LEFT JOIN `tps93061_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.388 ms 111 /classes/module/Module.php:346
604
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57388)
0.388 ms 1 /classes/Product.php:3860
782
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57680) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
743
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 57591
ORDER BY f.position ASC
0.387 ms 64 Yes /classes/Product.php:6021
935
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tps93061_feature_product pf
LEFT JOIN tps93061_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tps93061_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tps93061_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tps93061_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58117
ORDER BY f.position ASC
0.387 ms 64 Yes /classes/Product.php:6021
1138
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37499) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
300
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37529
AND image_shop.`cover` = 1 LIMIT 1
0.386 ms 1 /classes/Product.php:3570
952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37251
ORDER BY `position`
0.386 ms 1 Yes /classes/Product.php:3545
1235
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37499) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.386 ms 1 Yes Yes /classes/Product.php:4524
1254
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.386 ms 1 Yes Yes /classes/Product.php:4524
1271
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57548) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.386 ms 1 Yes Yes /classes/Product.php:4524
1289
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58069) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.386 ms 1 Yes Yes /classes/Product.php:4524
556
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37989)
0.385 ms 1 /classes/Product.php:3860
722
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57571) AND (b.`id_shop` = 1) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tps93061_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.383 ms 1 /classes/shop/ShopUrl.php:182
1245
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37583) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.383 ms 1 Yes Yes /classes/Product.php:4524
1246
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37601) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.383 ms 1 Yes Yes /classes/Product.php:4524
1269
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57501) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.383 ms 1 Yes Yes /classes/Product.php:4524
80
SELECT SQL_NO_CACHE `id_category`
FROM `tps93061_category_shop`
WHERE `id_category` = 661
AND `id_shop` = 1 LIMIT 1
0.383 ms 1 /classes/Category.php:2450
446
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37861) AND (b.`id_shop` = 1) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
1240
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37545) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.382 ms 1 Yes Yes /classes/Product.php:4524
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tps93061_lang` l
JOIN tps93061_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.382 ms 1 /classes/Language.php:1216
600
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57388
AND image_shop.`cover` = 1 LIMIT 1
0.382 ms 1 /classes/Product.php:3570
206
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37470) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
652
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57476)
0.381 ms 1 /classes/Product.php:3860
1285
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58019) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.381 ms 1 Yes Yes /classes/Product.php:4524
244
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37484)
0.380 ms 1 /classes/Product.php:3860
362
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37569) AND (b.`id_shop` = 1) LIMIT 1
0.380 ms 1 /src/Adapter/EntityMapper.php:71
374
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37578) AND (b.`id_shop` = 1) LIMIT 1
0.380 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37601) AND (b.`id_shop` = 1) LIMIT 1
0.380 ms 1 /src/Adapter/EntityMapper.php:71
1228
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37457) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.380 ms 1 Yes Yes /classes/Product.php:4524
1290
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58117) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.380 ms 1 Yes Yes /classes/Product.php:4524
494
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37890) AND (b.`id_shop` = 1) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
1282
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57986) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.379 ms 1 Yes Yes /classes/Product.php:4524
119
SELECT SQL_NO_CACHE tr.*
FROM `tps93061_tax_rule` tr
JOIN `tps93061_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 6
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.379 ms 1 /classes/tax/TaxRulesTaxManager.php:109
1247
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37718) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.379 ms 1 Yes Yes /classes/Product.php:4524
1234
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37489) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.377 ms 1 Yes Yes /classes/Product.php:4524
252
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37489
AND image_shop.`cover` = 1 LIMIT 1
0.377 ms 1 /classes/Product.php:3570
266
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37499) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
1293
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.377 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
232
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37481)
0.376 ms 1 /classes/Product.php:3860
1238
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37529) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.376 ms 1 Yes Yes /classes/Product.php:4524
30
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tps93061_module` m
LEFT JOIN `tps93061_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.375 ms 111 /classes/module/Module.php:346
276
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37515
AND image_shop.`cover` = 1 LIMIT 1
0.375 ms 1 /classes/Product.php:3570
384
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37583
AND image_shop.`cover` = 1 LIMIT 1
0.375 ms 1 /classes/Product.php:3570
470
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37876) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
866
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58019) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
350
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37559) AND (b.`id_shop` = 1) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
789
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57680) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.374 ms 1 /classes/stock/StockAvailable.php:453
1189
SELECT SQL_NO_CACHE 1 FROM tps93061_cart_product cp INNER JOIN tps93061_product p
ON (p.id_product = cp.id_product) INNER JOIN tps93061_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.374 ms 1 /classes/Cart.php:4255
1244
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37578) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.374 ms 1 Yes Yes /classes/Product.php:4524
1286
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58035) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.374 ms 1 Yes Yes /classes/Product.php:4524
672
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57501
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
773
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57631 AND id_shop=1 LIMIT 1
0.373 ms 1 /classes/Product.php:6876
504
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37898
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
1226
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37415) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.373 ms 1 Yes Yes /classes/Product.php:4524
799
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57774 LIMIT 1
0.372 ms 1 /classes/Pack.php:89
890
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58046) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
304
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37529)
0.372 ms 1 /classes/Product.php:3860
784
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57680)
0.372 ms 1 /classes/Product.php:3860
1276
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.372 ms 1 Yes Yes /classes/Product.php:4524
256
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37489)
0.371 ms 1 /classes/Product.php:3860
280
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37515)
0.371 ms 1 /classes/Product.php:3860
878
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58035) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
1279
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57774) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.371 ms 1 Yes Yes /classes/Product.php:4524
6
SELECT SQL_NO_CACHE *
FROM `tps93061_country` a
LEFT JOIN `tps93061_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tps93061_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
170
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37439) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
936
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58124
AND image_shop.`cover` = 1 LIMIT 1
0.370 ms 1 /classes/Product.php:3570
316
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37539)
0.370 ms 1 /classes/Product.php:3860
132
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37374
AND image_shop.`cover` = 1 LIMIT 1
0.369 ms 1 /classes/Product.php:3570
328
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37545)
0.369 ms 1 /classes/Product.php:3860
532
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37910)
0.369 ms 1 /classes/Product.php:3860
1264
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57427) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.369 ms 1 Yes Yes /classes/Product.php:4524
1249
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37803) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.368 ms 1 Yes Yes /classes/Product.php:4524
1292
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.367 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
1171
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37601) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
1190
SELECT SQL_NO_CACHE 1 FROM `tps93061_cart_rule` WHERE ((date_to >= "2025-11-03 00:00:00" AND date_to <= "2025-11-03 23:59:59") OR (date_from >= "2025-11-03 00:00:00" AND date_from <= "2025-11-03 23:59:59") OR (date_from < "2025-11-03 00:00:00" AND date_to > "2025-11-03 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.367 ms 1 /classes/CartRule.php:357
1250
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37861) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.367 ms 1 Yes Yes /classes/Product.php:4524
1273
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57571) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.367 ms 1 Yes Yes /classes/Product.php:4524
660
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57481
AND image_shop.`cover` = 1 LIMIT 1
0.366 ms 1 /classes/Product.php:3570
1236
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37515) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.366 ms 1 Yes Yes /classes/Product.php:4524
1270
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57542) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.366 ms 1 Yes Yes /classes/Product.php:4524
1295
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.366 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
324
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37545
AND image_shop.`cover` = 1 LIMIT 1
0.365 ms 1 /classes/Product.php:3570
902
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58063) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
1237
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37521) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.365 ms 1 Yes Yes /classes/Product.php:4524
760
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57625)
0.364 ms 1 /classes/Product.php:3860
1299
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.364 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
360
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37569
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
1251
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37868) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.363 ms 1 Yes Yes /classes/Product.php:4524
1267
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57476) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.363 ms 1 Yes Yes /classes/Product.php:4524
1281
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.362 ms 1 Yes Yes /classes/Product.php:4524
664
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57481)
0.362 ms 1 /classes/Product.php:3860
1283
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58004) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.362 ms 1 Yes Yes /classes/Product.php:4524
48
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN  `tps93061_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1
0.361 ms 13 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:276
1287
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58046) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.361 ms 1 Yes Yes /classes/Product.php:4524
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM tps93061_shop s
LEFT JOIN tps93061_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.360 ms 1 /classes/shop/Shop.php:218
847
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58004 LIMIT 1
0.360 ms 1 /classes/Pack.php:89
1239
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37539) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.360 ms 1 Yes Yes /classes/Product.php:4524
1272
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57561) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.360 ms 1 Yes Yes /classes/Product.php:4524
1291
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.360 ms 1 Yes Yes /classes/Product.php:4524
104
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37066)
0.359 ms 1 /classes/Product.php:3860
568
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57172)
0.359 ms 1 /classes/Product.php:3860
1277
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57631) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.359 ms 1 Yes Yes /classes/Product.php:4524
1284
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58010) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.359 ms 1 Yes Yes /classes/Product.php:4524
1222
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.359 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1288
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58063) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.359 ms 1 Yes Yes /classes/Product.php:4524
580
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57338)
0.358 ms 1 /classes/Product.php:3860
1229
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37463) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.358 ms 1 Yes Yes /classes/Product.php:4524
124
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37251)
0.358 ms 1 /classes/Product.php:3860
1294
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.358 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
480
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37882
AND image_shop.`cover` = 1 LIMIT 1
0.357 ms 1 /classes/Product.php:3570
1298
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.357 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1263
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57388) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.356 ms 1 Yes Yes /classes/Product.php:4524
1268
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57481) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.356 ms 1 Yes Yes /classes/Product.php:4524
592
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57382)
0.355 ms 1 /classes/Product.php:3860
820
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57890)
0.355 ms 1 /classes/Product.php:3860
1265
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57432) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.355 ms 1 Yes Yes /classes/Product.php:4524
528
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37910
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 1 /classes/Product.php:3570
892
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58046)
0.354 ms 1 /classes/Product.php:3860
1241
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (37553) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.354 ms 1 Yes Yes /classes/Product.php:4524
405
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.353 ms 1 /classes/stock/StockAvailable.php:453
712
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57561)
0.353 ms 1 /classes/Product.php:3860
756
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57625
AND image_shop.`cover` = 1 LIMIT 1
0.353 ms 1 /classes/Product.php:3570
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tps93061_lang` l
LEFT JOIN `tps93061_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.352 ms 1 /classes/Language.php:1080
1183
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37861) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
1212
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.352 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1220
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.352 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
954
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tps93061_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 37374
ORDER BY `position`
0.351 ms 1 Yes /classes/Product.php:3545
1192
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `tps93061_quantity_discount_rule` qdr
LEFT JOIN `tps93061_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.351 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
204
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37470
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
211
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37470 LIMIT 1
0.350 ms 1 /classes/Pack.php:89
544
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37984)
0.350 ms 1 /classes/Product.php:3860
832
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57986)
0.350 ms 1 /classes/Product.php:3860
372
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37578
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
484
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37882)
0.348 ms 1 /classes/Product.php:3860
1274
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57591) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.348 ms 1 Yes Yes /classes/Product.php:4524
492
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37890
AND image_shop.`cover` = 1 LIMIT 1
0.348 ms 1 /classes/Product.php:3570
1213
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.348 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
612
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57427
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
1221
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.347 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1099
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.347 ms 1 /src/Adapter/EntityMapper.php:79
208
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37470)
0.346 ms 1 /classes/Product.php:3860
648
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57476
AND image_shop.`cover` = 1 LIMIT 1
0.346 ms 1 /classes/Product.php:3570
1200
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.346 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1215
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.346 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
616
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57427)
0.346 ms 1 /classes/Product.php:3860
1280
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 `tps93061_product_attribute` pa
INNER JOIN tps93061_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tps93061_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tps93061_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tps93061_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tps93061_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (57833) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.346 ms 1 Yes Yes /classes/Product.php:4524
496
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37890)
0.344 ms 1 /classes/Product.php:3860
1145
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37521 AND `id_shop` = 1
0.344 ms 1 /src/Adapter/EntityMapper.php:79
640
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57453)
0.343 ms 1 /classes/Product.php:3860
1210
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.343 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
1110
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37404) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.343 ms 1 /classes/Product.php:7726
1217
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.342 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
216
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37474
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
400
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37601)
0.342 ms 1 /classes/Product.php:3860
1317
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "blockbanner" LIMIT 1
0.342 ms 0 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
292
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37521)
0.341 ms 1 /classes/Product.php:3860
1109
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37404 AND `id_shop` = 1
0.341 ms 1 /src/Adapter/EntityMapper.php:79
1177
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37769) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
1094
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a
LEFT JOIN `tps93061_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
908
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58063 LIMIT 1
0.339 ms 1 /classes/Pack.php:90
1311
SELECT SQL_NO_CACHE *
FROM tps93061_tdnewsletter td
JOIN tps93061_tdnewsletter_lang tdl
ON td.id_tab = tdl.id_tab
WHERE tdl.id_lang = 1
AND td.`data_end` >= '2025-11-03 22:13:55'
AND td.`data_start` <= '2025-11-03 22:13:55'
AND td.id_shop =1
0.339 ms 1 /modules/tdnewsletter/classes/ClassTdNewsletter.php:73
900
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58063
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 1 /classes/Product.php:3570
460
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37868)
0.338 ms 1 /classes/Product.php:3860
295
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37521 LIMIT 1
0.338 ms 1 /classes/Pack.php:89
957
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37404
0.338 ms 1 /classes/Product.php:2902
1142
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37515 AND `id_shop` = 1
0.338 ms 1 /src/Adapter/EntityMapper.php:79
184
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37457)
0.337 ms 1 /classes/Product.php:3860
1168
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37583) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
844
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58004)
0.336 ms 1 /classes/Product.php:3860
1297
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tps93061_quantity_discount_rule` qdr
INNER JOIN `tps93061_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tps93061_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `tps93061_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.336 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
785
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57680 AND id_shop=1 LIMIT 1
0.335 ms 1 /classes/Product.php:6876
700
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57548)
0.335 ms 1 /classes/Product.php:3860
1154
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37545 AND `id_shop` = 1
0.335 ms 1 /src/Adapter/EntityMapper.php:79
136
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37374)
0.334 ms 1 /classes/Product.php:3860
192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37463
AND image_shop.`cover` = 1 LIMIT 1
0.334 ms 1 /classes/Product.php:3570
293
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37521 AND id_shop=1 LIMIT 1
0.334 ms 1 /classes/Product.php:6876
781
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.334 ms 1 /classes/Product.php:5659
787
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57680 LIMIT 1
0.334 ms 1 /classes/Pack.php:89
904
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58063)
0.334 ms 1 /classes/Product.php:3860
540
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37984
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
645
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57453) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.333 ms 1 /classes/stock/StockAvailable.php:453
456
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37868
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
444
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37861
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
676
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57501)
0.332 ms 1 /classes/Product.php:3860
715
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57561 LIMIT 1
0.332 ms 1 /classes/Pack.php:89
168
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37439
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
348
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37559
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
1115
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37439 AND `id_shop` = 1
0.332 ms 1 /src/Adapter/EntityMapper.php:79
3
SELECT SQL_NO_CACHE *
FROM `tps93061_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
223
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37474 LIMIT 1
0.331 ms 1 /classes/Pack.php:89
642
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57453 AND `id_group` = 1 LIMIT 1
0.331 ms 0 /classes/GroupReduction.php:156
1186
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37868) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
1124
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37470 AND `id_shop` = 1
0.330 ms 1 /src/Adapter/EntityMapper.php:79
59
SELECT SQL_NO_CACHE format
FROM `tps93061_address_format`
WHERE `id_country` = 8 LIMIT 1
0.330 ms 1 /classes/AddressFormat.php:656
156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37415
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
264
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37499
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
520
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37905)
0.330 ms 1 /classes/Product.php:3860
696
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57548
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
950
SELECT SQL_NO_CACHE state FROM tps93061_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.330 ms 1 /classes/FeatureFlag.php:105
1127
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37474 AND `id_shop` = 1
0.330 ms 1 /src/Adapter/EntityMapper.php:79
1155
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37545) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.330 ms 1 /classes/Product.php:7726
268
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37499)
0.329 ms 1 /classes/Product.php:3860
845
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58004 AND id_shop=1 LIMIT 1
0.329 ms 1 /classes/Product.php:6876
1180
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37803) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
396
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37601
AND image_shop.`cover` = 1 LIMIT 1
0.328 ms 1 /classes/Product.php:3570
420
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37769
AND image_shop.`cover` = 1 LIMIT 1
0.328 ms 1 /classes/Product.php:3570
231
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37481 LIMIT 1
0.327 ms 1 /classes/SpecificPrice.php:435
412
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37718)
0.327 ms 1 /classes/Product.php:3860
583
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57338 LIMIT 1
0.327 ms 1 /classes/Pack.php:89
628
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57432)
0.327 ms 1 /classes/Product.php:3860
61
SELECT SQL_NO_CACHE *
FROM `tps93061_country` a
LEFT JOIN `tps93061_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
352
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37559)
0.326 ms 1 /classes/Product.php:3860
127
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37251 LIMIT 1
0.326 ms 1 /classes/Pack.php:89
1118
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37457 AND `id_shop` = 1
0.326 ms 1 /src/Adapter/EntityMapper.php:79
1130
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37481 AND `id_shop` = 1
0.326 ms 1 /src/Adapter/EntityMapper.php:79
224
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37474 LIMIT 1
0.325 ms 1 /classes/Pack.php:90
1106
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37374 AND `id_shop` = 1
0.325 ms 1 /src/Adapter/EntityMapper.php:79
1148
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37529 AND `id_shop` = 1
0.325 ms 1 /src/Adapter/EntityMapper.php:79
1165
SELECT SQL_NO_CACHE *
FROM `tps93061_product` a
LEFT JOIN `tps93061_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37578) LIMIT 1
0.325 ms 1 /src/Adapter/EntityMapper.php:71
120
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37251
AND image_shop.`cover` = 1 LIMIT 1
0.324 ms 1 /classes/Product.php:3570
126
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37251 AND `id_group` = 1 LIMIT 1
0.324 ms 0 /classes/GroupReduction.php:156
340
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37553)
0.324 ms 1 /classes/Product.php:3860
855
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58010 LIMIT 1
0.324 ms 1 /classes/SpecificPrice.php:435
1121
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37463 AND `id_shop` = 1
0.324 ms 1 /src/Adapter/EntityMapper.php:79
56
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.323 ms 0 /classes/module/Module.php:2659
87
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 661 AND `id_shop` = 1
0.323 ms 1 /src/Adapter/EntityMapper.php:79
196
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37463)
0.323 ms 1 /classes/Product.php:3860
225
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.323 ms 1 /classes/stock/StockAvailable.php:453
271
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37499 LIMIT 1
0.323 ms 1 /classes/Pack.php:89
501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37890) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.323 ms 1 /classes/stock/StockAvailable.php:453
748
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57620)
0.323 ms 1 /classes/Product.php:3860
1112
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37415 AND `id_shop` = 1
0.323 ms 1 /src/Adapter/EntityMapper.php:79
516
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37905
AND image_shop.`cover` = 1 LIMIT 1
0.322 ms 1 /classes/Product.php:3570
576
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57338
AND image_shop.`cover` = 1 LIMIT 1
0.322 ms 1 /classes/Product.php:3570
1193
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `tps93061_quantity_discount_rule` qdr
LEFT JOIN `tps93061_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.322 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
1315
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ybc_blog" LIMIT 1
0.322 ms 0 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
376
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37578)
0.322 ms 1 /classes/Product.php:3860
331
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37545 LIMIT 1
0.321 ms 1 /classes/Pack.php:89
868
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58019)
0.321 ms 1 /classes/Product.php:3860
424
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37769)
0.321 ms 1 /classes/Product.php:3860
688
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57542)
0.320 ms 1 /classes/Product.php:3860
924
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58117
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
312
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37539
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
343
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37553 LIMIT 1
0.320 ms 1 /classes/Pack.php:89
552
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37989
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
849
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.320 ms 1 /classes/stock/StockAvailable.php:453
1175
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37718 AND `id_shop` = 1
0.320 ms 1 /src/Adapter/EntityMapper.php:79
273
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.319 ms 1 /classes/stock/StockAvailable.php:453
319
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37539 LIMIT 1
0.319 ms 1 /classes/Pack.php:89
441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37803) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.319 ms 1 /classes/stock/StockAvailable.php:453
489
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37882) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.319 ms 1 /classes/stock/StockAvailable.php:453
607
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57388 LIMIT 1
0.319 ms 1 /classes/Pack.php:89
831
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57986 LIMIT 1
0.319 ms 1 /classes/SpecificPrice.php:435
859
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58010 LIMIT 1
0.319 ms 1 /classes/Pack.php:89
1187
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37868 AND `id_shop` = 1
0.319 ms 1 /src/Adapter/EntityMapper.php:79
180
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37457
AND image_shop.`cover` = 1 LIMIT 1
0.318 ms 1 /classes/Product.php:3570
472
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37876)
0.318 ms 1 /classes/Product.php:3860
684
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57542
AND image_shop.`cover` = 1 LIMIT 1
0.318 ms 1 /classes/Product.php:3570
1133
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37484 AND `id_shop` = 1
0.318 ms 1 /src/Adapter/EntityMapper.php:79
1136
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37489 AND `id_shop` = 1
0.318 ms 1 /src/Adapter/EntityMapper.php:79
76
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1
0.318 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
217
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.317 ms 1 /classes/Product.php:5659
219
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37474 LIMIT 1
0.317 ms 1 /classes/SpecificPrice.php:435
618
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57427 AND `id_group` = 1 LIMIT 1
0.317 ms 0 /classes/GroupReduction.php:156
1163
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37569 AND `id_shop` = 1
0.317 ms 1 /src/Adapter/EntityMapper.php:79
736
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57591)
0.316 ms 1 /classes/Product.php:3860
240
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37484
AND image_shop.`cover` = 1 LIMIT 1
0.316 ms 1 /classes/Product.php:3570
364
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37569)
0.316 ms 1 /classes/Product.php:3860
432
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37803
AND image_shop.`cover` = 1 LIMIT 1
0.316 ms 1 /classes/Product.php:3570
588
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57382
AND image_shop.`cover` = 1 LIMIT 1
0.316 ms 1 /classes/Product.php:3570
388
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37583)
0.315 ms 1 /classes/Product.php:3860
72
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tps93061_currency` c
LEFT JOIN tps93061_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.315 ms 1 /classes/Currency.php:1136
172
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37439)
0.315 ms 1 /classes/Product.php:3860
474
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37876 AND `id_group` = 1 LIMIT 1
0.315 ms 0 /classes/GroupReduction.php:156
499
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37890 LIMIT 1
0.315 ms 1 /classes/Pack.php:89
609
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57388) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.315 ms 1 /classes/stock/StockAvailable.php:453
468
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37876
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
636
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57453
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
649
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.314 ms 1 /classes/Product.php:5659
1100
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a
LEFT JOIN `tps93061_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
1304
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.314 ms 0 /classes/module/Module.php:2132
1309
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdfreeshipping" LIMIT 1
0.314 ms 1 /classes/module/Module.php:2659
229
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.313 ms 1 /classes/Product.php:5659
281
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37515 AND id_shop=1 LIMIT 1
0.313 ms 1 /classes/Product.php:6876
333
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37545) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.313 ms 1 /classes/stock/StockAvailable.php:453
436
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37803)
0.313 ms 1 /classes/Product.php:3860
763
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57625 LIMIT 1
0.313 ms 1 /classes/Pack.php:89
1095
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 92 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `tps93061_hook_alias`
0.313 ms 87 /classes/Hook.php:287
668
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57481 LIMIT 1
0.313 ms 1 /classes/Pack.php:90
1151
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37539 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
235
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37481 LIMIT 1
0.312 ms 1 /classes/Pack.php:89
732
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57591
AND image_shop.`cover` = 1 LIMIT 1
0.312 ms 1 /classes/Product.php:3570
1301
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.312 ms 1 /classes/module/Module.php:2659
708
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57561
AND image_shop.`cover` = 1 LIMIT 1
0.311 ms 1 /classes/Product.php:3570
139
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37374 LIMIT 1
0.311 ms 1 /classes/Pack.php:89
624
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57432
AND image_shop.`cover` = 1 LIMIT 1
0.311 ms 1 /classes/Product.php:3570
724
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 57571)
0.311 ms 1 /classes/Product.php:3860
949
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37066
0.311 ms 1 /classes/Product.php:2902
912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58069
AND image_shop.`cover` = 1 LIMIT 1
0.310 ms 1 /classes/Product.php:3570
1096
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a
LEFT JOIN `tps93061_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
247
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37484 LIMIT 1
0.310 ms 1 /classes/Pack.php:89
249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37484) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.310 ms 1 /classes/stock/StockAvailable.php:453
303
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37529 LIMIT 1
0.310 ms 1 /classes/SpecificPrice.php:435
487
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37882 LIMIT 1
0.310 ms 1 /classes/Pack.php:89
571
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57172 LIMIT 1
0.310 ms 1 /classes/Pack.php:89
408
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37718
AND image_shop.`cover` = 1 LIMIT 1
0.309 ms 1 /classes/Product.php:3570
511
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37898 LIMIT 1
0.309 ms 1 /classes/Pack.php:89
559
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37989 LIMIT 1
0.309 ms 1 /classes/Pack.php:89
663
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57481 LIMIT 1
0.309 ms 1 /classes/SpecificPrice.php:435
1098
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a
LEFT JOIN `tps93061_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
1172
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37601 AND `id_shop` = 1
0.309 ms 1 /src/Adapter/EntityMapper.php:79
1204
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a
LEFT JOIN `tps93061_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tps93061_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
102
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 0 LIMIT 1
0.308 ms 1 /classes/SpecificPrice.php:426
261
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.308 ms 1 /classes/stock/StockAvailable.php:453
297
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37521) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.308 ms 1 /classes/stock/StockAvailable.php:453
345
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.308 ms 1 /classes/stock/StockAvailable.php:453
537
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37910) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.308 ms 1 /classes/stock/StockAvailable.php:453
888
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58046
AND image_shop.`cover` = 1 LIMIT 1
0.308 ms 1 /classes/Product.php:3570
931
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58117 LIMIT 1
0.308 ms 1 /classes/Pack.php:89
937
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.308 ms 1 /classes/Product.php:5659
951
SELECT SQL_NO_CACHE * FROM `tps93061_image_type`
0.308 ms 8 /classes/ImageType.php:161
294
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37521 AND `id_group` = 1 LIMIT 1
0.307 ms 0 /classes/GroupReduction.php:156
475
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37876 LIMIT 1
0.307 ms 1 /classes/Pack.php:89
1194
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `tps93061_quantity_discount_rule` qdr
LEFT JOIN `tps93061_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 2 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
0.307 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
8
SELECT SQL_NO_CACHE *
FROM `tps93061_lang` a
LEFT JOIN `tps93061_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
148
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37404)
0.307 ms 1 /classes/Product.php:3860
267
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37499 LIMIT 1
0.307 ms 1 /classes/SpecificPrice.php:435
477
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37876) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.306 ms 1 /classes/stock/StockAvailable.php:453
1097
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.306 ms 1 /src/Adapter/EntityMapper.php:79
1160
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37559 AND `id_shop` = 1
0.306 ms 1 /src/Adapter/EntityMapper.php:79
336
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37553
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
463
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37868 LIMIT 1
0.306 ms 1 /classes/Pack.php:89
603
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57388 LIMIT 1
0.306 ms 1 /classes/SpecificPrice.php:435
1139
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37499 AND `id_shop` = 1
0.305 ms 1 /src/Adapter/EntityMapper.php:79
448
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37861)
0.305 ms 1 /classes/Product.php:3860
49
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.304 ms 1 /classes/module/Module.php:2659
481
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.304 ms 1 /classes/Product.php:5659
488
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37882 LIMIT 1
0.304 ms 1 /classes/Pack.php:90
629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57432 AND id_shop=1 LIMIT 1
0.304 ms 1 /classes/Product.php:6876
783
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57680 LIMIT 1
0.304 ms 1 /classes/SpecificPrice.php:435
880
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58035)
0.304 ms 1 /classes/Product.php:3860
140
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37374 LIMIT 1
0.303 ms 1 /classes/Pack.php:90
679
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57501 LIMIT 1
0.303 ms 1 /classes/Pack.php:89
943
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58124 LIMIT 1
0.303 ms 1 /classes/Pack.php:89
1191
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.303 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
160
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37415)
0.303 ms 1 /classes/Product.php:3860
62
SELECT SQL_NO_CACHE *
FROM `tps93061_country_lang`
WHERE `id_country` = 8
0.302 ms 1 /src/Adapter/EntityMapper.php:79
221
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37474 AND id_shop=1 LIMIT 1
0.302 ms 1 /classes/Product.php:6876
495
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37890 LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:435
507
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37898 LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:435
667
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57481 LIMIT 1
0.302 ms 1 /classes/Pack.php:89
1101
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.302 ms 1 /src/Adapter/EntityMapper.php:79
1103
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37251 AND `id_shop` = 1
0.302 ms 1 /src/Adapter/EntityMapper.php:79
483
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37882 LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:435
841
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.302 ms 1 /classes/Product.php:5659
1134
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37484) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.302 ms 1 /classes/Product.php:7726
245
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37484 AND id_shop=1 LIMIT 1
0.301 ms 1 /classes/Product.php:6876
605
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57388 AND id_shop=1 LIMIT 1
0.301 ms 1 /classes/Product.php:6876
916
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 `tps93061_product` p
INNER JOIN `tps93061_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tps93061_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 58069)
0.301 ms 1 /classes/Product.php:3860
53
SELECT SQL_NO_CACHE `id_category`
FROM `tps93061_category_shop`
WHERE `id_category` = 661
AND `id_shop` = 1 LIMIT 1
0.301 ms 1 /classes/Category.php:2450
73
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1
0.301 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
327
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37545 LIMIT 1
0.301 ms 1 /classes/SpecificPrice.php:435
925
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.301 ms 1 /classes/Product.php:5659
37
SELECT SQL_NO_CACHE *
FROM `tps93061_currency` a
LEFT JOIN `tps93061_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tps93061_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.300 ms 1 /src/Adapter/EntityMapper.php:71
509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37898 AND id_shop=1 LIMIT 1
0.300 ms 1 /classes/Product.php:6876
691
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57542 LIMIT 1
0.300 ms 1 /classes/Pack.php:89
1093
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37066) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.300 ms 1 /classes/Product.php:7726
255
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37489 LIMIT 1
0.300 ms 1 /classes/SpecificPrice.php:435
272
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37499 LIMIT 1
0.300 ms 1 /classes/Pack.php:90
543
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37984 LIMIT 1
0.300 ms 1 /classes/SpecificPrice.php:435
591
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57382 LIMIT 1
0.300 ms 1 /classes/SpecificPrice.php:435
597
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57382) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.300 ms 1 /classes/stock/StockAvailable.php:453
643
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57453 LIMIT 1
0.300 ms 1 /classes/Pack.php:89
1201
SELECT SQL_NO_CACHE `iso_code`
FROM `tps93061_country`
WHERE `id_country` = 8 LIMIT 1
0.300 ms 1 /classes/Country.php:275
895
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58046 LIMIT 1
0.299 ms 1 /classes/Pack.php:89
58
SELECT SQL_NO_CACHE * FROM `tps93061_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.299 ms 8 Yes /classes/ImageType.php:109
71
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '661' LIMIT 1
0.299 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
187
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37457 LIMIT 1
0.299 ms 1 /classes/Pack.php:89
332
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37545 LIMIT 1
0.299 ms 1 /classes/Pack.php:90
531
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37910 LIMIT 1
0.299 ms 1 /classes/SpecificPrice.php:435
764
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57625 LIMIT 1
0.299 ms 1 /classes/Pack.php:90
873
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58019) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.299 ms 1 /classes/stock/StockAvailable.php:453
54
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tps93061_category_group ctg
WHERE ctg.`id_category` = 661 AND ctg.`id_group` = 1 LIMIT 1
0.298 ms 1 /classes/Category.php:1754
63
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tps93061_required_field
0.298 ms 1 /classes/ObjectModel.php:1592
67
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` p
WHERE (p.post_type = "header")
0.298 ms 56 /modules/tdelementor/tdelementor.php:1388
234
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37481 AND `id_group` = 1 LIMIT 1
0.298 ms 0 /classes/GroupReduction.php:156
289
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.298 ms 1 /classes/Product.php:5659
296
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37521 LIMIT 1
0.298 ms 1 /classes/Pack.php:90
451
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37861 LIMIT 1
0.298 ms 1 /classes/Pack.php:89
461
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37868 AND id_shop=1 LIMIT 1
0.298 ms 1 /classes/Product.php:6876
555
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37989 LIMIT 1
0.298 ms 1 /classes/SpecificPrice.php:435
596
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57382 LIMIT 1
0.298 ms 1 /classes/Pack.php:90
753
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57620) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.298 ms 1 /classes/stock/StockAvailable.php:453
825
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57890) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.298 ms 1 /classes/stock/StockAvailable.php:453
961
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37439
0.298 ms 1 /classes/Product.php:2902
1157
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37553 AND `id_shop` = 1
0.298 ms 1 /src/Adapter/EntityMapper.php:79
1307
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdshoppingcart" LIMIT 1
0.298 ms 1 /classes/module/Module.php:2659
243
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37484 LIMIT 1
0.297 ms 1 /classes/SpecificPrice.php:435
253
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.297 ms 1 /classes/Product.php:5659
277
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.297 ms 1 /classes/Product.php:5659
572
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57172 LIMIT 1
0.297 ms 1 /classes/Pack.php:90
959
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37415
0.297 ms 1 /classes/Product.php:2902
1219
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.297 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
1303
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.297 ms 1 /classes/module/Module.php:2659
269
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37499 AND id_shop=1 LIMIT 1
0.297 ms 1 /classes/Product.php:6876
1302
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.297 ms 1 /classes/module/Module.php:2132
344
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37553 LIMIT 1
0.296 ms 1 /classes/Pack.php:90
735
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57591 LIMIT 1
0.296 ms 1 /classes/SpecificPrice.php:435
864
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58019
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
876
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58035
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
1197
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.296 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
1305
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "bitmegamenu" LIMIT 1
0.296 ms 1 /classes/module/Module.php:2659
301
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.296 ms 1 /classes/Product.php:5659
744
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57620
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
74
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1
0.295 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
565
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.295 ms 1 /classes/Product.php:5659
669
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.295 ms 1 /classes/stock/StockAvailable.php:453
113
SELECT SQL_NO_CACHE tr.*
FROM `tps93061_tax_rule` tr
JOIN `tps93061_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('80094' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '80094')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.294 ms 0 /classes/tax/TaxRulesTaxManager.php:109
307
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37529 LIMIT 1
0.294 ms 1 /classes/Pack.php:89
1092
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tps93061_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 92 LIMIT 1
0.294 ms 0 /classes/Category.php:1378
34
SELECT SQL_NO_CACHE `id_lang` FROM `tps93061_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.294 ms 1 /classes/Language.php:883
144
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 37404
AND image_shop.`cover` = 1 LIMIT 1
0.294 ms 1 /classes/Product.php:3570
523
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37905 LIMIT 1
0.294 ms 1 /classes/Pack.php:89
786
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57680 AND `id_group` = 1 LIMIT 1
0.294 ms 0 /classes/GroupReduction.php:156
183
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37457 LIMIT 1
0.293 ms 1 /classes/SpecificPrice.php:435
279
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37515 LIMIT 1
0.293 ms 1 /classes/SpecificPrice.php:435
329
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37545 AND id_shop=1 LIMIT 1
0.293 ms 1 /classes/Product.php:6876
500
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37890 LIMIT 1
0.293 ms 1 /classes/Pack.php:90
510
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37898 AND `id_group` = 1 LIMIT 1
0.293 ms 0 /classes/GroupReduction.php:156
627
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57432 LIMIT 1
0.293 ms 1 /classes/SpecificPrice.php:435
661
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.293 ms 1 /classes/Product.php:5659
681
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57501) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.293 ms 1 /classes/stock/StockAvailable.php:453
705
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57548) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.293 ms 1 /classes/stock/StockAvailable.php:453
720
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tps93061_image` i
INNER JOIN tps93061_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 57571
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
1131
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37481) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.293 ms 1 /classes/Product.php:7726
237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.293 ms 1 /classes/stock/StockAvailable.php:453
325
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.293 ms 1 /classes/Product.php:5659
65
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdelementor" LIMIT 1
0.292 ms 1 /classes/module/Module.php:2659
77
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1
0.292 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
560
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37989 LIMIT 1
0.292 ms 1 /classes/Pack.php:90
942
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58124 AND `id_group` = 1 LIMIT 1
0.292 ms 0 /classes/GroupReduction.php:156
86
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a
LEFT JOIN `tps93061_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 661) LIMIT 1
0.292 ms 1 /src/Adapter/EntityMapper.php:71
535
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37910 LIMIT 1
0.292 ms 1 /classes/Pack.php:89
105
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37066 AND id_shop=1 LIMIT 1
0.291 ms 1 /classes/Product.php:6876
473
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37876 AND id_shop=1 LIMIT 1
0.291 ms 1 /classes/Product.php:6876
569
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57172 AND id_shop=1 LIMIT 1
0.291 ms 1 /classes/Product.php:6876
633
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57432) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.291 ms 1 /classes/stock/StockAvailable.php:453
317
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37539 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6876
963
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37457
0.290 ms 1 /classes/Product.php:2902
341
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37553 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6876
608
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57388 LIMIT 1
0.290 ms 1 /classes/Pack.php:90
639
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57453 LIMIT 1
0.290 ms 1 /classes/SpecificPrice.php:435
837
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57986) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.290 ms 1 /classes/stock/StockAvailable.php:453
861
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.290 ms 1 /classes/stock/StockAvailable.php:453
1152
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37539) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.290 ms 1 /classes/Product.php:7726
1176
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37718) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.290 ms 1 /classes/Product.php:7726
173
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37439 AND id_shop=1 LIMIT 1
0.289 ms 1 /classes/Product.php:6876
536
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37910 LIMIT 1
0.289 ms 1 /classes/Pack.php:90
50
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.289 ms 1 /classes/module/Module.php:2132
305
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37529 AND id_shop=1 LIMIT 1
0.289 ms 1 /classes/Product.php:6876
445
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.289 ms 1 /classes/Product.php:5659
476
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37876 LIMIT 1
0.289 ms 1 /classes/Pack.php:90
529
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.289 ms 1 /classes/Product.php:5659
595
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57382 LIMIT 1
0.289 ms 1 /classes/Pack.php:89
703
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57548 LIMIT 1
0.289 ms 1 /classes/Pack.php:89
759
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57625 LIMIT 1
0.289 ms 1 /classes/SpecificPrice.php:435
835
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57986 LIMIT 1
0.289 ms 1 /classes/Pack.php:89
848
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58004 LIMIT 1
0.289 ms 1 /classes/Pack.php:90
1140
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37499) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.289 ms 1 /classes/Product.php:7726
60
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tps93061_country`
WHERE `id_country` = 8 LIMIT 1
0.288 ms 1 /classes/Country.php:405
109
SELECT SQL_NO_CACHE *
FROM `tps93061_tax` a
WHERE (a.`id_tax` = 33) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
177
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37439) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37470) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
601
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.288 ms 1 /classes/Product.php:5659
615
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57427 LIMIT 1
0.288 ms 1 /classes/SpecificPrice.php:435
939
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58124 LIMIT 1
0.288 ms 1 /classes/SpecificPrice.php:435
99
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tps93061_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 92 LIMIT 1
0.287 ms 1 /classes/Category.php:1378
121
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.287 ms 1 /classes/Product.php:5659
149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37404 AND id_shop=1 LIMIT 1
0.287 ms 1 /classes/Product.php:6876
248
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37484 LIMIT 1
0.287 ms 1 /classes/Pack.php:90
693
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57542) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
709
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.287 ms 1 /classes/Product.php:5659
717
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57561) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
945
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58124) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
1308
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1
0.287 ms 1 /classes/module/Module.php:2132
513
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37898) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
557
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37989 AND id_shop=1 LIMIT 1
0.287 ms 1 /classes/Product.php:6876
757
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.287 ms 1 /classes/Product.php:5659
52
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 57 AND `id_shop` = 1 LIMIT 1
0.286 ms 1 /classes/module/Module.php:2132
606
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57388 AND `id_group` = 1 LIMIT 1
0.286 ms 0 /classes/GroupReduction.php:156
813
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57833) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.286 ms 1 /classes/stock/StockAvailable.php:453
282
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37515 AND `id_group` = 1 LIMIT 1
0.286 ms 0 /classes/GroupReduction.php:156
749
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57620 AND id_shop=1 LIMIT 1
0.286 ms 1 /classes/Product.php:6876
921
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58069) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.286 ms 1 /classes/stock/StockAvailable.php:453
1149
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37529) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.286 ms 1 /classes/Product.php:7726
584
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57338 LIMIT 1
0.285 ms 1 /classes/Pack.php:90
666
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57481 AND `id_group` = 1 LIMIT 1
0.285 ms 0 /classes/GroupReduction.php:156
747
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57620 LIMIT 1
0.285 ms 1 /classes/SpecificPrice.php:435
1146
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37521) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.285 ms 1 /classes/Product.php:7726
35
SELECT SQL_NO_CACHE value FROM `tps93061_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.285 ms 1 /classes/shop/Shop.php:1183
159
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37415 LIMIT 1
0.285 ms 1 /classes/SpecificPrice.php:435
283
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37515 LIMIT 1
0.285 ms 1 /classes/Pack.php:89
365
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37569 AND id_shop=1 LIMIT 1
0.285 ms 1 /classes/Product.php:6876
387
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37583 LIMIT 1
0.285 ms 1 /classes/SpecificPrice.php:435
9
SELECT SQL_NO_CACHE id_shop
FROM `tps93061_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.284 ms 1 /classes/ObjectModel.php:1729
462
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37868 AND `id_group` = 1 LIMIT 1
0.284 ms 0 /classes/GroupReduction.php:156
321
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37539) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
440
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37803 LIMIT 1
0.284 ms 1 /classes/Pack.php:90
505
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.284 ms 1 /classes/Product.php:5659
549
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37984) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
761
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57625 AND id_shop=1 LIMIT 1
0.284 ms 1 /classes/Product.php:6876
1196
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.284 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
103
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37066 LIMIT 1
0.283 ms 1 /classes/SpecificPrice.php:435
257
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37489 AND id_shop=1 LIMIT 1
0.283 ms 1 /classes/Product.php:6876
367
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37569 LIMIT 1
0.283 ms 1 /classes/Pack.php:89
525
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37905) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.283 ms 1 /classes/stock/StockAvailable.php:453
533
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37910 AND id_shop=1 LIMIT 1
0.283 ms 1 /classes/Product.php:6876
1119
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37457) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.283 ms 1 /classes/Product.php:7726
1169
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37583 AND `id_shop` = 1
0.283 ms 1 /src/Adapter/EntityMapper.php:79
116
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37066) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.282 ms 1 /classes/stock/StockAvailable.php:453
157
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.282 ms 1 /classes/Product.php:5659
270
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37499 AND `id_group` = 1 LIMIT 1
0.282 ms 0 /classes/GroupReduction.php:156
497
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37890 AND id_shop=1 LIMIT 1
0.282 ms 1 /classes/Product.php:6876
547
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37984 LIMIT 1
0.282 ms 1 /classes/Pack.php:89
651
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57476 LIMIT 1
0.282 ms 1 /classes/SpecificPrice.php:435
673
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.282 ms 1 /classes/Product.php:5659
687
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57542 LIMIT 1
0.282 ms 1 /classes/SpecificPrice.php:435
692
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57542 LIMIT 1
0.282 ms 1 /classes/Pack.php:90
944
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58124 LIMIT 1
0.282 ms 1 /classes/Pack.php:90
1143
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37515) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.282 ms 1 /classes/Product.php:7726
236
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37481 LIMIT 1
0.282 ms 1 /classes/Pack.php:90
45
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "quantitydiscountpro" LIMIT 1
0.281 ms 1 /classes/module/Module.php:2659
75
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1
0.281 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
111
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37066 AND `id_group` = 1 LIMIT 1
0.281 ms 0 /classes/GroupReduction.php:156
285
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:453
929
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58117 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6876
163
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37415 LIMIT 1
0.281 ms 1 /classes/Pack.php:89
573
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57172) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:453
941
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58124 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6876
330
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37545 AND `id_group` = 1 LIMIT 1
0.280 ms 0 /classes/GroupReduction.php:156
711
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57561 LIMIT 1
0.280 ms 1 /classes/SpecificPrice.php:435
1128
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37474) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.280 ms 1 /classes/Product.php:7726
1181
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37803 AND `id_shop` = 1
0.280 ms 1 /src/Adapter/EntityMapper.php:79
39
SELECT SQL_NO_CACHE *
FROM `tps93061_currency` a
LEFT JOIN `tps93061_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
413
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37718 AND id_shop=1 LIMIT 1
0.280 ms 1 /classes/Product.php:6876
727
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57571 LIMIT 1
0.280 ms 1 /classes/Pack.php:89
1107
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37374) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.280 ms 1 /classes/Product.php:7726
1173
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37601) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.280 ms 1 /classes/Product.php:7726
1214
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.280 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
858
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58010 AND `id_group` = 1 LIMIT 1
0.279 ms 0 /classes/GroupReduction.php:156
51
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_emailalerts" LIMIT 1
0.279 ms 1 /classes/module/Module.php:2659
38
SELECT SQL_NO_CACHE `id_lang` FROM `tps93061_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.278 ms 1 /classes/Language.php:883
114
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37066 LIMIT 1
0.278 ms 1 /classes/Pack.php:89
320
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37539 LIMIT 1
0.278 ms 1 /classes/Pack.php:90
392
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37583 LIMIT 1
0.278 ms 1 /classes/Pack.php:90
429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37769) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.278 ms 1 /classes/stock/StockAvailable.php:453
452
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37861 LIMIT 1
0.278 ms 1 /classes/Pack.php:90
582
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57338 AND `id_group` = 1 LIMIT 1
0.278 ms 0 /classes/GroupReduction.php:156
585
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57338) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.278 ms 1 /classes/stock/StockAvailable.php:453
619
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57427 LIMIT 1
0.278 ms 1 /classes/Pack.php:89
677
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57501 AND id_shop=1 LIMIT 1
0.278 ms 1 /classes/Product.php:6876
795
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57774 LIMIT 1
0.278 ms 1 /classes/SpecificPrice.php:435
824
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57890 LIMIT 1
0.278 ms 1 /classes/Pack.php:90
1104
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37251) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.278 ms 1 /classes/Product.php:7726
1122
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37463) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.278 ms 1 /classes/Product.php:7726
1296
SELECT SQL_NO_CACHE qdrf.*
FROM `tps93061_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
0.278 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
137
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37374 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6876
355
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37559 LIMIT 1
0.277 ms 1 /classes/Pack.php:89
381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37578) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
713
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57561 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6876
1113
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37415) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.277 ms 1 /classes/Product.php:7726
1158
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37553) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.277 ms 1 /classes/Product.php:7726
1207
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `tps93061_category` c
LEFT JOIN `tps93061_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 661 LIMIT 1
0.277 ms 1 /classes/Category.php:1585
1316
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_imageslider" LIMIT 1
0.277 ms 1 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
199
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37463 LIMIT 1
0.277 ms 1 /classes/Pack.php:89
401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37601 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6876
493
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.277 ms 1 /classes/Product.php:5659
151
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37404 LIMIT 1
0.276 ms 1 /classes/Pack.php:89
171
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37439 LIMIT 1
0.276 ms 1 /classes/SpecificPrice.php:435
399
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37601 LIMIT 1
0.276 ms 1 /classes/SpecificPrice.php:435
7
SELECT SQL_NO_CACHE *
FROM `tps93061_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
233
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37481 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6876
905
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58063 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6876
1116
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37439) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.275 ms 1 /classes/Product.php:7726
665
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57481 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6876
891
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58046 LIMIT 1
0.275 ms 1 /classes/SpecificPrice.php:435
1125
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37470) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.275 ms 1 /classes/Product.php:7726
212
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37470 LIMIT 1
0.274 ms 1 /classes/Pack.php:90
1166
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37578 AND `id_shop` = 1
0.274 ms 1 /src/Adapter/EntityMapper.php:79
259
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37489 LIMIT 1
0.274 ms 1 /classes/Pack.php:89
889
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.274 ms 1 /classes/Product.php:5659
1161
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37559) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.274 ms 1 /classes/Product.php:7726
291
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37521 LIMIT 1
0.273 ms 1 /classes/SpecificPrice.php:435
577
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.273 ms 1 /classes/Product.php:5659
699
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57548 LIMIT 1
0.273 ms 1 /classes/SpecificPrice.php:435
896
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58046 LIMIT 1
0.273 ms 1 /classes/Pack.php:90
246
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37484 AND `id_group` = 1 LIMIT 1
0.272 ms 0 /classes/GroupReduction.php:156
435
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37803 LIMIT 1
0.272 ms 1 /classes/SpecificPrice.php:435
558
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37989 AND `id_group` = 1 LIMIT 1
0.272 ms 0 /classes/GroupReduction.php:156
846
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58004 AND `id_group` = 1 LIMIT 1
0.272 ms 0 /classes/GroupReduction.php:156
857
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58010 AND id_shop=1 LIMIT 1
0.272 ms 1 /classes/Product.php:6876
306
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37529 AND `id_group` = 1 LIMIT 1
0.271 ms 0 /classes/GroupReduction.php:156
521
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37905 AND id_shop=1 LIMIT 1
0.271 ms 1 /classes/Product.php:6876
541
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.271 ms 1 /classes/Product.php:5659
653
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57476 AND id_shop=1 LIMIT 1
0.271 ms 1 /classes/Product.php:6876
723
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57571 LIMIT 1
0.271 ms 1 /classes/SpecificPrice.php:435
78
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactElementor' LIMIT 1
0.271 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
417
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37718) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.271 ms 1 /classes/stock/StockAvailable.php:453
17
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "pagesnotfound" LIMIT 1
0.270 ms 1 /classes/module/Module.php:2659
42
SELECT SQL_NO_CACHE *
FROM `tps93061_group` a
LEFT JOIN `tps93061_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
68
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` p
WHERE (p.post_type = "footer")
0.270 ms 56 /modules/tdelementor/tdelementor.php:1388
337
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.270 ms 1 /classes/Product.php:5659
593
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57382 AND id_shop=1 LIMIT 1
0.270 ms 1 /classes/Product.php:6876
728
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57571 LIMIT 1
0.270 ms 1 /classes/Pack.php:90
1188
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37868) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.270 ms 1 /classes/Product.php:7726
79
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_related` bc
LEFT JOIN `tps93061_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404Elementor' LIMIT 1
0.270 ms 39 /modules/tdelementor/classes/TdElementorWpHelper.php:863
409
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.270 ms 1 /classes/Product.php:5659
701
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57548 AND id_shop=1 LIMIT 1
0.270 ms 1 /classes/Product.php:6876
897
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58046) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.270 ms 1 /classes/stock/StockAvailable.php:453
423
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37769 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:435
903
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58063 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:435
185
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37457 AND id_shop=1 LIMIT 1
0.269 ms 1 /classes/Product.php:6876
241
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.269 ms 1 /classes/Product.php:5659
353
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37559 AND id_shop=1 LIMIT 1
0.269 ms 1 /classes/Product.php:6876
853
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.269 ms 1 /classes/Product.php:5659
21
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 120 AND `id_shop` = 1 LIMIT 1
0.268 ms 1 /classes/module/Module.php:2132
115
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37066 LIMIT 1
0.268 ms 1 /classes/Pack.php:90
46
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 122 AND `id_shop` = 1 LIMIT 1
0.268 ms 1 /classes/module/Module.php:2132
265
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.268 ms 1 /classes/Product.php:5659
393
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37583) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
439
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37803 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
464
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37868 LIMIT 1
0.268 ms 1 /classes/Pack.php:90
517
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.268 ms 1 /classes/Product.php:5659
561
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
644
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57453 LIMIT 1
0.268 ms 1 /classes/Pack.php:90
655
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57476 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
1137
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37489) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.268 ms 1 /classes/Product.php:7726
169
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.267 ms 1 /classes/Product.php:5659
453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37861) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.267 ms 1 /classes/stock/StockAvailable.php:453
512
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37898 LIMIT 1
0.267 ms 1 /classes/Pack.php:90
822
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57890 AND `id_group` = 1 LIMIT 1
0.267 ms 0 /classes/GroupReduction.php:156
955
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37374
0.267 ms 1 /classes/Product.php:2902
349
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.266 ms 1 /classes/Product.php:5659
40
SELECT SQL_NO_CACHE *
FROM `tps93061_currency_lang`
WHERE `id_currency` = 1
0.266 ms 1 /src/Adapter/EntityMapper.php:79
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.266 ms 1 /classes/stock/StockAvailable.php:453
368
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37569 LIMIT 1
0.266 ms 1 /classes/Pack.php:90
534
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37910 AND `id_group` = 1 LIMIT 1
0.266 ms 0 /classes/GroupReduction.php:156
123
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37251 LIMIT 1
0.265 ms 1 /classes/SpecificPrice.php:435
175
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37439 LIMIT 1
0.265 ms 1 /classes/Pack.php:89
205
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.265 ms 1 /classes/Product.php:5659
315
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37539 LIMIT 1
0.265 ms 1 /classes/SpecificPrice.php:435
553
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.265 ms 1 /classes/Product.php:5659
690
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57542 AND `id_group` = 1 LIMIT 1
0.265 ms 0 /classes/GroupReduction.php:156
751
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57620 LIMIT 1
0.265 ms 1 /classes/Pack.php:89
823
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57890 LIMIT 1
0.265 ms 1 /classes/Pack.php:89
893
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58046 AND id_shop=1 LIMIT 1
0.265 ms 1 /classes/Product.php:6876
953
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 37251
0.265 ms 1 /classes/Product.php:2902
524
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37905 LIMIT 1
0.265 ms 1 /classes/Pack.php:90
548
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37984 LIMIT 1
0.265 ms 1 /classes/Pack.php:90
613
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.265 ms 1 /classes/Product.php:5659
1178
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37769 AND `id_shop` = 1
0.265 ms 1 /src/Adapter/EntityMapper.php:79
129
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37251) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.264 ms 1 /classes/stock/StockAvailable.php:453
632
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57432 LIMIT 1
0.264 ms 1 /classes/Pack.php:90
66
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1
0.264 ms 1 /classes/module/Module.php:2132
366
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37569 AND `id_group` = 1 LIMIT 1
0.264 ms 0 /classes/GroupReduction.php:156
465
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.264 ms 1 /classes/stock/StockAvailable.php:453
752
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57620 LIMIT 1
0.264 ms 1 /classes/Pack.php:90
762
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57625 AND `id_group` = 1 LIMIT 1
0.264 ms 0 /classes/GroupReduction.php:156
860
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58010 LIMIT 1
0.264 ms 1 /classes/Pack.php:90
1164
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37569) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.264 ms 1 /classes/Product.php:7726
1184
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 37861 AND `id_shop` = 1
0.264 ms 1 /src/Adapter/EntityMapper.php:79
162
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37415 AND `id_group` = 1 LIMIT 1
0.263 ms 0 /classes/GroupReduction.php:156
260
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37489 LIMIT 1
0.263 ms 1 /classes/Pack.php:90
377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37578 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6876
379
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37578 LIMIT 1
0.263 ms 1 /classes/Pack.php:89
403
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37601 LIMIT 1
0.263 ms 1 /classes/Pack.php:89
411
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37718 LIMIT 1
0.263 ms 1 /classes/SpecificPrice.php:435
567
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57172 LIMIT 1
0.263 ms 1 /classes/SpecificPrice.php:435
833
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57986 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6876
909
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58063) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:453
351
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37559 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:435
375
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37578 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:435
415
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37718 LIMIT 1
0.262 ms 1 /classes/Pack.php:89
579
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57338 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:435
877
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.262 ms 1 /classes/Product.php:5659
917
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58069 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6876
1310
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 99 AND `id_shop` = 1 LIMIT 1
0.262 ms 1 /classes/module/Module.php:2132
19
SELECT SQL_NO_CACHE name, alias FROM `tps93061_hook_alias`
0.261 ms 87 /classes/Hook.php:339
176
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37439 LIMIT 1
0.261 ms 1 /classes/Pack.php:90
357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37559) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
631
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57432 LIMIT 1
0.261 ms 1 /classes/Pack.php:89
716
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57561 LIMIT 1
0.261 ms 1 /classes/Pack.php:90
819
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57890 LIMIT 1
0.261 ms 1 /classes/SpecificPrice.php:435
147
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37404 LIMIT 1
0.261 ms 1 /classes/SpecificPrice.php:435
433
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
141
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37374) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
570
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57172 AND `id_group` = 1 LIMIT 1
0.260 ms 0 /classes/GroupReduction.php:156
457
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.260 ms 1 /classes/Product.php:5659
894
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58046 AND `id_group` = 1 LIMIT 1
0.260 ms 0 /classes/GroupReduction.php:156
932
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58117 LIMIT 1
0.260 ms 1 /classes/Pack.php:90
165
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37415) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
200
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37463 LIMIT 1
0.259 ms 1 /classes/Pack.php:90
207
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37470 LIMIT 1
0.259 ms 1 /classes/SpecificPrice.php:435
397
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.259 ms 1 /classes/Product.php:5659
545
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37984 AND id_shop=1 LIMIT 1
0.259 ms 1 /classes/Product.php:6876
879
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58035 LIMIT 1
0.259 ms 1 /classes/SpecificPrice.php:435
110
SELECT SQL_NO_CACHE *
FROM `tps93061_tax_lang`
WHERE `id_tax` = 33
0.258 ms 1 /src/Adapter/EntityMapper.php:79
43
SELECT SQL_NO_CACHE *
FROM `tps93061_group_lang`
WHERE `id_group` = 1
0.258 ms 1 /src/Adapter/EntityMapper.php:79
150
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37404 AND `id_group` = 1 LIMIT 1
0.258 ms 0 /classes/GroupReduction.php:156
189
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37457) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:453
195
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37463 LIMIT 1
0.258 ms 1 /classes/SpecificPrice.php:435
284
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37515 LIMIT 1
0.258 ms 1 /classes/Pack.php:90
404
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37601 LIMIT 1
0.258 ms 1 /classes/Pack.php:90
447
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37861 LIMIT 1
0.258 ms 1 /classes/SpecificPrice.php:435
581
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57338 AND id_shop=1 LIMIT 1
0.258 ms 1 /classes/Product.php:6876
617
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57427 AND id_shop=1 LIMIT 1
0.258 ms 1 /classes/Product.php:6876
836
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57986 LIMIT 1
0.258 ms 1 /classes/Pack.php:90
128
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37251 LIMIT 1
0.257 ms 1 /classes/Pack.php:90
164
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37415 LIMIT 1
0.257 ms 1 /classes/Pack.php:90
197
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37463 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
339
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37553 LIMIT 1
0.257 ms 1 /classes/SpecificPrice.php:435
459
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37868 LIMIT 1
0.257 ms 1 /classes/SpecificPrice.php:435
685
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.257 ms 1 /classes/Product.php:5659
721
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.257 ms 1 /classes/Product.php:5659
363
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37569 LIMIT 1
0.256 ms 1 /classes/SpecificPrice.php:435
391
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37583 LIMIT 1
0.256 ms 1 /classes/Pack.php:89
428
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37769 LIMIT 1
0.256 ms 1 /classes/Pack.php:90
654
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57476 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
702
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57548 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
1170
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37583) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.256 ms 1 /classes/Product.php:7726
135
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37374 LIMIT 1
0.256 ms 1 /classes/SpecificPrice.php:435
625
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.256 ms 1 /classes/Product.php:5659
930
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58117 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
697
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
1202
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.255 ms 1 /classes/module/Module.php:2659
133
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
427
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 37769 LIMIT 1
0.255 ms 1 /classes/Pack.php:89
641
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57453 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6876
915
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58069 LIMIT 1
0.255 ms 1 /classes/SpecificPrice.php:435
69
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` p
WHERE (p.post_type = "home")
0.254 ms 56 /modules/tdelementor/tdelementor.php:1388
519
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37905 LIMIT 1
0.254 ms 1 /classes/SpecificPrice.php:435
829
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
927
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58117 LIMIT 1
0.254 ms 1 /classes/SpecificPrice.php:435
1312
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdsearchblock" LIMIT 1
0.254 ms 1 /classes/module/Module.php:2659
100
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
201
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37463) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.254 ms 1 /classes/stock/StockAvailable.php:453
522
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37905 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:156
884
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58035 LIMIT 1
0.254 ms 1 /classes/Pack.php:90
901
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
36
SELECT SQL_NO_CACHE c.id_currency
FROM `tps93061_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.253 ms 1 /classes/Currency.php:893
161
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37415 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6876
471
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 37876 LIMIT 1
0.253 ms 1 /classes/SpecificPrice.php:435
594
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57382 AND `id_group` = 1 LIMIT 1
0.253 ms 0 /classes/GroupReduction.php:156
621
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57427) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
657
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
745
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
883
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58035 LIMIT 1
0.253 ms 1 /classes/Pack.php:89
913
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
919
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58069 LIMIT 1
0.253 ms 1 /classes/Pack.php:89
44
SELECT SQL_NO_CACHE id_shop
FROM `tps93061_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.252 ms 1 /classes/ObjectModel.php:1729
125
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37251 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6876
145
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
193
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
209
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37470 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6876
385
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
675
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 57501 LIMIT 1
0.252 ms 1 /classes/SpecificPrice.php:435
729
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57571) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.252 ms 1 /classes/stock/StockAvailable.php:453
867
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 58019 LIMIT 1
0.252 ms 1 /classes/SpecificPrice.php:435
308
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37529 LIMIT 1
0.251 ms 1 /classes/Pack.php:90
416
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37718 LIMIT 1
0.251 ms 1 /classes/Pack.php:90
882
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58035 AND `id_group` = 1 LIMIT 1
0.251 ms 0 /classes/GroupReduction.php:156
361
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.251 ms 1 /classes/Product.php:5659
469
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.251 ms 1 /classes/Product.php:5659
25
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ets_superspeed" LIMIT 1
0.250 ms 1 /classes/module/Module.php:2659
153
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 37404) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.250 ms 1 /classes/stock/StockAvailable.php:453
680
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57501 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
740
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57591 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
181
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.250 ms 1 /classes/Product.php:5659
313
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.250 ms 1 /classes/Product.php:5659
1318
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_banner" LIMIT 1
0.250 ms 1 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
373
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
933
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 58117) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.249 ms 1 /classes/stock/StockAvailable.php:453
27
SELECT SQL_NO_CACHE * FROM `tps93061_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.249 ms 1 /classes/module/Module.php:2041
188
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37457 LIMIT 1
0.249 ms 1 /classes/Pack.php:90
421
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
342
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37553 AND `id_group` = 1 LIMIT 1
0.248 ms 0 /classes/GroupReduction.php:156
380
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37578 LIMIT 1
0.248 ms 1 /classes/Pack.php:90
739
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 57591 LIMIT 1
0.248 ms 1 /classes/Pack.php:89
1306
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1
0.248 ms 1 /classes/module/Module.php:2132
57
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.246 ms 0 /classes/module/Module.php:2132
152
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37404 LIMIT 1
0.246 ms 1 /classes/Pack.php:90
318
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37539 AND `id_group` = 1 LIMIT 1
0.246 ms 0 /classes/GroupReduction.php:156
620
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57427 LIMIT 1
0.246 ms 1 /classes/Pack.php:90
630
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57432 AND `id_group` = 1 LIMIT 1
0.246 ms 0 /classes/GroupReduction.php:156
1203
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.246 ms 1 /classes/module/Module.php:2132
112
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_group`
WHERE `id_group` = 1 LIMIT 1
0.246 ms 1 /classes/Group.php:154
907
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58063 LIMIT 1
0.246 ms 1 /classes/Pack.php:89
485
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37882 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
589
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
733
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
741
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 57591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
138
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37374 AND `id_group` = 1 LIMIT 1
0.245 ms 0 /classes/GroupReduction.php:156
356
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 37559 LIMIT 1
0.245 ms 1 /classes/Pack.php:90
637
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
704
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57548 LIMIT 1
0.245 ms 1 /classes/Pack.php:90
871
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 58019 LIMIT 1
0.245 ms 1 /classes/Pack.php:89
425
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37769 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
437
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37803 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
865
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
18
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 66 AND `id_shop` = 1 LIMIT 1
0.244 ms 1 /classes/module/Module.php:2132
449
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37861 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
174
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37439 AND `id_group` = 1 LIMIT 1
0.243 ms 0 /classes/GroupReduction.php:156
389
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 37583 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
258
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37489 AND `id_group` = 1 LIMIT 1
0.242 ms 0 /classes/GroupReduction.php:156
725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57571 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
737
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57591 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
689
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 57542 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
750
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57620 AND `id_group` = 1 LIMIT 1
0.241 ms 0 /classes/GroupReduction.php:156
869
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58019 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
41
SELECT SQL_NO_CACHE id_shop
FROM `tps93061_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.241 ms 1 /classes/ObjectModel.php:1729
26
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1
0.240 ms 1 /classes/module/Module.php:2132
834
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57986 AND `id_group` = 1 LIMIT 1
0.240 ms 0 /classes/GroupReduction.php:156
918
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58069 AND `id_group` = 1 LIMIT 1
0.240 ms 0 /classes/GroupReduction.php:156
656
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 57476 LIMIT 1
0.239 ms 1 /classes/Pack.php:90
726
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57571 AND `id_group` = 1 LIMIT 1
0.239 ms 0 /classes/GroupReduction.php:156
1179
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37769) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.239 ms 1 /classes/Product.php:7726
186
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37457 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
198
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37463 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
354
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37559 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
414
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37718 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
881
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 58035 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
498
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37890 AND `id_group` = 1 LIMIT 1
0.237 ms 0 /classes/GroupReduction.php:156
678
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57501 AND `id_group` = 1 LIMIT 1
0.237 ms 0 /classes/GroupReduction.php:156
1167
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37578) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.237 ms 1 /classes/Product.php:7726
920
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58069 LIMIT 1
0.236 ms 1 /classes/Pack.php:90
1182
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37803) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.236 ms 1 /classes/Product.php:7726
1208
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tps93061_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.236 ms 1 /classes/Category.php:1591
378
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37578 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
210
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37470 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
1185
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 37861) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.234 ms 1 /classes/Product.php:7726
714
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57561 AND `id_group` = 1 LIMIT 1
0.233 ms 0 /classes/GroupReduction.php:156
738
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 57591 AND `id_group` = 1 LIMIT 1
0.232 ms 0 /classes/GroupReduction.php:156
402
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37601 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
450
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37861 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
546
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37984 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
390
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37583 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
872
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 58019 LIMIT 1
0.229 ms 1 /classes/Pack.php:90
426
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37769 AND `id_group` = 1 LIMIT 1
0.228 ms 0 /classes/GroupReduction.php:156
438
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37803 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
486
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 37882 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
20
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "lgseoredirect" LIMIT 1
0.226 ms 1 /classes/module/Module.php:2659
906
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58063 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
870
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 58019 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156

Doubles

71 queries
SELECT XX FROM `tpsXX_specific_price` WHERE id_product = XX LIMIT XX
70 queries
SELECT image_shop.`id_image`
                    FROM `tpsXX_image` i
                     INNER JOIN tpsXX_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
70 queries
SELECT name FROM tpsXX_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
70 queries
SELECT *
FROM `tpsXX_product` a
LEFT JOIN `tpsXX_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `tpsXX_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
70 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 `tpsXX_product` p
INNER JOIN `tpsXX_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `tpsXX_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)
70 queries
                            SELECT `id_tax_rules_group`
                            FROM `tpsXX_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
70 queries
			SELECT `reduction`
			FROM `tpsXX_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
70 queries
SELECT COUNT(*) FROM `tpsXX_pack` WHERE id_product_pack = XX LIMIT XX
70 queries
SELECT product_type FROM `tpsXX_product` WHERE id_product = XX LIMIT XX
70 queries
SELECT SUM(quantity)
FROM `tpsXX_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
70 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `tpsXX_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `tpsXX_cart_product` cp JOIN `tpsXX_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tpsXX_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
70 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM tpsXX_feature_product pf
                LEFT JOIN tpsXX_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN tpsXX_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN tpsXX_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN tpsXX_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
70 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `tpsXX_image` i
             INNER JOIN tpsXX_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `tpsXX_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
70 queries
SELECT `id_product_attribute`
            FROM `tpsXX_product_attribute`
            WHERE `id_product` = XX
70 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 `tpsXX_product_attribute` pa
             INNER JOIN tpsXX_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 `tpsXX_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `tpsXX_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `tpsXX_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `tpsXX_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;
30 queries
SELECT *
FROM `tpsXX_product` a
LEFT JOIN `tpsXX_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
30 queries
SELECT *
							FROM `tpsXX_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
30 queries
SELECT DISTINCT pl.name as name
FROM `tpsXX_product_lang` pl
WHERE (pl.id_product = XX) AND (pl.id_lang = XX AND pl.id_shop = XX ) LIMIT XX
15 queries
SELECT `id_module` FROM `tpsXX_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 queries
SELECT qdrf.*
            FROM `tpsXX_quantity_discount_rule_family` qdrf
            WHERE XX
                 AND qdrf.active = XX AND qdrf.`id_shop` = XX ORDER BY qdrf.priority ASC;
6 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `tpsXX_module` m
                LEFT JOIN `tpsXX_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
6 queries
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `tpsXX_feature_value` v LEFT JOIN `tpsXX_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `tpsXX_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
5 queries
SELECT *
FROM `tpsXX_category` a
LEFT JOIN `tpsXX_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
5 queries
SELECT *
							FROM `tpsXX_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
3 queries
				SELECT tr.*
				FROM `tpsXX_tax_rule` tr
				JOIN `tpsXX_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
3 queries
SELECT *, qdrl.`name`, '' as id_customer
                FROM `tpsXX_quantity_discount_rule` qdr
                LEFT JOIN `tpsXX_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = XX)
                WHERE qdr.`active` = XX AND `id_family` = XX AND `code` != '' AND `highlight` = XX ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tpsXX_quantity_discount_rule` qdr
                INNER JOIN `tpsXX_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = XX)
                INNER JOIN `tpsXX_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
                INNER JOIN `tpsXX_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = XX)
                WHERE qdr.`active` = XX
                    AND qdr.`id_shop` = XX AND `id_family` = XX
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tpsXX_quantity_discount_rule` qdr
                INNER JOIN `tpsXX_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = XX)
                INNER JOIN `tpsXX_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
                INNER JOIN `tpsXX_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = XX)
                WHERE qdr.`active` = XX
                    AND qdr.`id_shop` = XX AND `id_family` = XX
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tpsXX_quantity_discount_rule` qdr
                INNER JOIN `tpsXX_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = XX)
                INNER JOIN `tpsXX_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperTop')
                INNER JOIN `tpsXX_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = XX)
                WHERE qdr.`active` = XX
                    AND qdr.`id_shop` = XX AND `id_family` = XX
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tpsXX_quantity_discount_rule` qdr
                INNER JOIN `tpsXX_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = XX)
                INNER JOIN `tpsXX_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
                INNER JOIN `tpsXX_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = XX)
                WHERE qdr.`active` = XX
                    AND qdr.`id_shop` = XX AND `id_family` = XX
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tpsXX_quantity_discount_rule` qdr
                INNER JOIN `tpsXX_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = XX)
                INNER JOIN `tpsXX_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayContentWrapperBottom')
                INNER JOIN `tpsXX_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = XX)
                WHERE qdr.`active` = XX
                    AND qdr.`id_shop` = XX AND `id_family` = XX
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tpsXX_quantity_discount_rule` qdr
                INNER JOIN `tpsXX_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = XX)
                INNER JOIN `tpsXX_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
                INNER JOIN `tpsXX_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = XX)
                WHERE qdr.`active` = XX
                    AND qdr.`id_shop` = XX AND `id_family` = XX
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
2 queries
SELECT * FROM tpsXX_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/XX-faune?productListView=grid&q=Année-XX/Rubrique-BLOCS ET FEUILLETS-CARNETS-POSTE/Pays-GUINEE" OR CONCAT("", url_old) LIKE BINARY "/XX-faune?productListView=grid&q=Année-XX/Rubrique-BLOCS ET FEUILLETS-CARNETS-POSTE/Pays-GUINEE#%") AND id_shop = "XX" ORDER BY id DESC LIMIT XX
2 queries
SELECT *
FROM `tpsXX_category` a
LEFT JOIN `tpsXX_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `tpsXX_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
2 queries
SELECT `id_lang` FROM `tpsXX_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `tpsXX_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
		SELECT c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
		FROM `tpsXX_category` c
		 INNER JOIN tpsXX_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		LEFT JOIN `tpsXX_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `tpsXX_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = XX
		AND `active` = XX
		AND cg.`id_group` =XX
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, category_shop.`position` ASC
2 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tpsXX_product p LEFT JOIN tpsXX_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tpsXX_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tpsXX_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN tpsXX_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tpsXX_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tpsXX_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN tpsXX_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN tpsXX_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN tpsXX_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tpsXX_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature_value=XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND cp.id_category='XX' GROUP BY p.id_product) p INNER JOIN tpsXX_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN tpsXX_feature_product fp_XX ON (p.id_product = fp_XX.id_product) LEFT JOIN tpsXX_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((fp_XX.id_feature_value=XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX))) GROUP BY fp.id_feature_value
2 queries
			SELECT cl.`link_rewrite`
			FROM `tpsXX_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
2 queries
SELECT XX FROM `tpsXX_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

Tables stress

316 product
246 product_shop
144 product_attribute
141 cart_product
140 image
140 image_shop
140 product_attribute_shop
140 pack
131 product_lang
88 feature_product
87 category_lang
76 feature_value_lang
75 stock_available
74 product_attribute_combination
71 feature
71 feature_shop
71 feature_lang
71 specific_price
70 product_group_reduction_cache
70 image_lang
70 attribute
70 attribute_lang
70 attribute_group
27 module
22 module_shop
22 quantity_discount_rule
21 category
21 quantity_discount_rule_lang
18 quantity_discount_rule_message
18 quantity_discount_rule_message_lang
13 category_shop
9 category_group
8 tdelementor_related
8 tdelementor_related_shop
8 quantity_discount_rule_family
6 hook
6 feature_value
6 layered_indexable_feature_value_lang_value
5 lang
5 currency
5 category_product
4 shop_url
4 shop
4 lang_shop
4 country
4 currency_shop
4 product_sale
3 hook_alias
3 tdelementor_post
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 lgseoredirect
2 currency_lang
2 group
2 group_shop
2 image_type
2 cart_rule
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 quantity_discount_rule_condition
1 address_format
1 required_field
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_filter_block
1 tax
1 tax_lang
1 feature_flag
1 tdwishlist
1 tdnewsletter
1 tdnewsletter_lang

ObjectModel instances

Name Instances Source
Product 240 /classes/Link.php:113 (__construct) [id: 37066]
/classes/Link.php:113 (__construct) [id: 37251]
/classes/Link.php:113 (__construct) [id: 37374]
/classes/Link.php:113 (__construct) [id: 37404]
/classes/Link.php:113 (__construct) [id: 37415]
/classes/Link.php:113 (__construct) [id: 37439]
/classes/Link.php:113 (__construct) [id: 37457]
/classes/Link.php:113 (__construct) [id: 37463]
/classes/Link.php:113 (__construct) [id: 37470]
/classes/Link.php:113 (__construct) [id: 37474]
/classes/Link.php:113 (__construct) [id: 37481]
/classes/Link.php:113 (__construct) [id: 37484]
/classes/Link.php:113 (__construct) [id: 37489]
/classes/Link.php:113 (__construct) [id: 37499]
/classes/Link.php:113 (__construct) [id: 37515]
/classes/Link.php:113 (__construct) [id: 37521]
/classes/Link.php:113 (__construct) [id: 37529]
/classes/Link.php:113 (__construct) [id: 37539]
/classes/Link.php:113 (__construct) [id: 37545]
/classes/Link.php:113 (__construct) [id: 37553]
/classes/Link.php:113 (__construct) [id: 37559]
/classes/Link.php:113 (__construct) [id: 37569]
/classes/Link.php:113 (__construct) [id: 37578]
/classes/Link.php:113 (__construct) [id: 37583]
/classes/Link.php:113 (__construct) [id: 37601]
/classes/Link.php:113 (__construct) [id: 37718]
/classes/Link.php:113 (__construct) [id: 37769]
/classes/Link.php:113 (__construct) [id: 37803]
/classes/Link.php:113 (__construct) [id: 37861]
/classes/Link.php:113 (__construct) [id: 37868]
/classes/Link.php:113 (__construct) [id: 37876]
/classes/Link.php:113 (__construct) [id: 37882]
/classes/Link.php:113 (__construct) [id: 37890]
/classes/Link.php:113 (__construct) [id: 37898]
/classes/Link.php:113 (__construct) [id: 37905]
/classes/Link.php:113 (__construct) [id: 37910]
/classes/Link.php:113 (__construct) [id: 37984]
/classes/Link.php:113 (__construct) [id: 37989]
/classes/Link.php:113 (__construct) [id: 57172]
/classes/Link.php:113 (__construct) [id: 57338]
/classes/Link.php:113 (__construct) [id: 57382]
/classes/Link.php:113 (__construct) [id: 57388]
/classes/Link.php:113 (__construct) [id: 57427]
/classes/Link.php:113 (__construct) [id: 57432]
/classes/Link.php:113 (__construct) [id: 57453]
/classes/Link.php:113 (__construct) [id: 57476]
/classes/Link.php:113 (__construct) [id: 57481]
/classes/Link.php:113 (__construct) [id: 57501]
/classes/Link.php:113 (__construct) [id: 57542]
/classes/Link.php:113 (__construct) [id: 57548]
/classes/Link.php:113 (__construct) [id: 57561]
/classes/Link.php:113 (__construct) [id: 57571]
/classes/Link.php:113 (__construct) [id: 57591]
/classes/Link.php:113 (__construct) [id: 57620]
/classes/Link.php:113 (__construct) [id: 57625]
/classes/Link.php:113 (__construct) [id: 57631]
/classes/Link.php:113 (__construct) [id: 57680]
/classes/Link.php:113 (__construct) [id: 57774]
/classes/Link.php:113 (__construct) [id: 57833]
/classes/Link.php:113 (__construct) [id: 57890]
/classes/Link.php:113 (__construct) [id: 57986]
/classes/Link.php:113 (__construct) [id: 58004]
/classes/Link.php:113 (__construct) [id: 58010]
/classes/Link.php:113 (__construct) [id: 58019]
/classes/Link.php:113 (__construct) [id: 58035]
/classes/Link.php:113 (__construct) [id: 58046]
/classes/Link.php:113 (__construct) [id: 58063]
/classes/Link.php:113 (__construct) [id: 58069]
/classes/Link.php:113 (__construct) [id: 58117]
/classes/Link.php:113 (__construct) [id: 58124]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37066]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37251]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37374]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37404]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37415]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37439]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37457]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37463]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37470]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37474]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37481]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37484]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37489]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37499]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37515]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37521]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37529]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37539]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37545]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37553]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37559]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37569]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37578]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37583]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37601]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37718]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37769]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37803]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37861]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37868]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37876]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37882]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37898]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37905]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37910]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37984]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 37989]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57172]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57338]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57382]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57388]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57427]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57432]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57453]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57476]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57481]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57501]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57542]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57548]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57561]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57571]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57591]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57620]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57625]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57631]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57680]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57774]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57833]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 57986]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58004]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58010]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58019]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58035]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58046]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58063]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58069]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58117]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58124]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37066]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37251]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37374]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37404]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37415]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37439]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37457]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37463]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37470]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37474]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37481]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37484]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37489]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37499]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37515]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37521]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37529]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37539]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37545]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37553]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37559]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37569]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37578]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37583]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37601]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37718]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37769]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37803]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37861]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 37868]
/classes/Link.php:113 (__construct) [id: 37066]
/classes/Link.php:113 (__construct) [id: 37251]
/classes/Link.php:113 (__construct) [id: 37374]
/classes/Link.php:113 (__construct) [id: 37404]
/classes/Link.php:113 (__construct) [id: 37415]
/classes/Link.php:113 (__construct) [id: 37439]
/classes/Link.php:113 (__construct) [id: 37457]
/classes/Link.php:113 (__construct) [id: 37463]
/classes/Link.php:113 (__construct) [id: 37470]
/classes/Link.php:113 (__construct) [id: 37474]
/classes/Link.php:113 (__construct) [id: 37481]
/classes/Link.php:113 (__construct) [id: 37484]
/classes/Link.php:113 (__construct) [id: 37489]
/classes/Link.php:113 (__construct) [id: 37499]
/classes/Link.php:113 (__construct) [id: 37515]
/classes/Link.php:113 (__construct) [id: 37521]
/classes/Link.php:113 (__construct) [id: 37529]
/classes/Link.php:113 (__construct) [id: 37539]
/classes/Link.php:113 (__construct) [id: 37545]
/classes/Link.php:113 (__construct) [id: 37553]
/classes/Link.php:113 (__construct) [id: 37559]
/classes/Link.php:113 (__construct) [id: 37569]
/classes/Link.php:113 (__construct) [id: 37578]
/classes/Link.php:113 (__construct) [id: 37583]
/classes/Link.php:113 (__construct) [id: 37601]
/classes/Link.php:113 (__construct) [id: 37718]
/classes/Link.php:113 (__construct) [id: 37769]
/classes/Link.php:113 (__construct) [id: 37803]
/classes/Link.php:113 (__construct) [id: 37861]
/classes/Link.php:113 (__construct) [id: 37868]
/classes/Link.php:113 (__construct) [id: 37876]
/classes/Link.php:113 (__construct) [id: 37882]
/classes/Link.php:113 (__construct) [id: 37890]
/classes/Link.php:113 (__construct) [id: 37898]
/classes/Link.php:113 (__construct) [id: 37905]
/classes/Link.php:113 (__construct) [id: 37910]
/classes/Link.php:113 (__construct) [id: 37984]
/classes/Link.php:113 (__construct) [id: 37989]
/classes/Link.php:113 (__construct) [id: 57172]
/classes/Link.php:113 (__construct) [id: 57338]
/classes/Link.php:113 (__construct) [id: 57382]
/classes/Link.php:113 (__construct) [id: 57388]
/classes/Link.php:113 (__construct) [id: 57427]
/classes/Link.php:113 (__construct) [id: 57432]
/classes/Link.php:113 (__construct) [id: 57453]
/classes/Link.php:113 (__construct) [id: 57476]
/classes/Link.php:113 (__construct) [id: 57481]
/classes/Link.php:113 (__construct) [id: 57501]
/classes/Link.php:113 (__construct) [id: 57542]
/classes/Link.php:113 (__construct) [id: 57548]
/classes/Link.php:113 (__construct) [id: 57561]
/classes/Link.php:113 (__construct) [id: 57571]
/classes/Link.php:113 (__construct) [id: 57591]
/classes/Link.php:113 (__construct) [id: 57620]
/classes/Link.php:113 (__construct) [id: 57625]
/classes/Link.php:113 (__construct) [id: 57631]
/classes/Link.php:113 (__construct) [id: 57680]
/classes/Link.php:113 (__construct) [id: 57774]
/classes/Link.php:113 (__construct) [id: 57833]
/classes/Link.php:113 (__construct) [id: 57890]
/classes/Link.php:113 (__construct) [id: 57986]
/classes/Link.php:113 (__construct) [id: 58004]
/classes/Link.php:113 (__construct) [id: 58010]
/classes/Link.php:113 (__construct) [id: 58019]
/classes/Link.php:113 (__construct) [id: 58035]
/classes/Link.php:113 (__construct) [id: 58046]
/classes/Link.php:113 (__construct) [id: 58063]
/classes/Link.php:113 (__construct) [id: 58069]
/classes/Link.php:113 (__construct) [id: 58117]
/classes/Link.php:113 (__construct) [id: 58124]
Category 133 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 661]
/classes/Meta.php:380 (__construct) [id: 661]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/tdthemesettings/tdthemesettings.php:904 (__construct) [id: 661]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 661]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1329 (__construct) [id: 661]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1390 (__construct) [id: 2]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 92]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 18]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/modules/tdsearchblock/tdsearchblock.php:305 (__construct) [id: 2]
Country 5 /config/config.inc.php:146 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__construct) [id: 8]
/modules/paypal/paypal.php:352 (__construct) [id: 8]
/modules/paypal/classes/AbstractMethodPaypal.php:100 (__construct) [id: 8]
QuantityDiscountRule 4 /override/classes/CartRule.php:38 (__construct) [id: ]
/override/classes/CartRule.php:53 (__construct) [id: ]
/override/classes/CartRule.php:113 (__construct) [id: ]
/override/classes/CartRule.php:113 (__construct) [id: ]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 33]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 33]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ClassTdNewsletter 1 /modules/tdnewsletter/tdnewsletter.php:640 (__construct) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/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/File/YamlParser.php
152 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
153 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
154 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
155 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
156 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
158 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
160 /var/cache/prod/yaml/ad76f6d763ad1d8643b7508b18ad91ff.php
161 /src/Core/Util/ArrayFinder.php
162 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
163 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
164 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
165 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
166 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
167 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
168 /config/defines_uri.inc.php
169 /classes/Language.php
170 /src/Core/Language/LanguageInterface.php
171 /classes/Country.php
172 /classes/PrestaShopCollection.php
173 /classes/shop/ShopGroup.php
174 /classes/Cookie.php
175 /classes/PhpEncryption.php
176 /classes/PhpEncryptionEngine.php
177 /vendor/defuse/php-encryption/src/Key.php
178 /vendor/defuse/php-encryption/src/Encoding.php
179 /vendor/defuse/php-encryption/src/Core.php
180 /vendor/defuse/php-encryption/src/Crypto.php
181 /vendor/defuse/php-encryption/src/KeyOrPassword.php
182 /vendor/defuse/php-encryption/src/RuntimeTests.php
183 /vendor/defuse/php-encryption/src/DerivedKeys.php
184 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
185 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
186 /src/Core/Session/SessionHandler.php
187 /src/Core/Session/SessionHandlerInterface.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
198 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
199 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
200 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
201 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
202 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
203 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
204 /config/smarty.config.inc.php
205 /vendor/smarty/smarty/libs/Smarty.class.php
206 /vendor/smarty/smarty/libs/functions.php
207 /vendor/smarty/smarty/libs/Autoloader.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
217 /config/smartyfront.config.inc.php
218 /classes/Smarty/SmartyResourceModule.php
219 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
220 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
221 /classes/Smarty/SmartyResourceParent.php
222 /classes/Smarty/SmartyLazyRegister.php
223 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
224 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
225 /classes/Customer.php
226 /classes/Group.php
227 /override/classes/Link.php
228 /classes/Link.php
229 /classes/shop/ShopUrl.php
230 /override/classes/Dispatcher.php
231 /classes/Dispatcher.php
232 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
233 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
234 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
235 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
236 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
237 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
238 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
239 /src/Adapter/SymfonyContainer.php
240 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
241 /config/db_slave_server.inc.php
242 /modules/lgseoredirect/lgseoredirect.php
243 /modules/lgseoredirect/config/config.inc.php
244 /modules/lgseoredirect/vendor/autoload.php
245 /modules/lgseoredirect/vendor/composer/autoload_real.php
246 /modules/lgseoredirect/vendor/composer/autoload_static.php
247 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
248 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
249 /classes/Translate.php
250 /modules/lgseoredirect/translations/fr.php
251 /modules/doofinder/doofinder.php
252 /modules/doofinder/vendor/autoload.php
253 /modules/doofinder/vendor/composer/autoload_real.php
254 /modules/doofinder/vendor/composer/autoload_static.php
255 /modules/doofinder/translations/fr.php
256 /src/PrestaShopBundle/Translation/TranslatorComponent.php
257 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
258 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
259 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
260 /vendor/symfony/contracts/Translation/TranslatorInterface.php
261 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
262 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
263 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
264 /src/PrestaShopBundle/Translation/TranslatorInterface.php
265 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
266 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
267 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
270 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
271 /vendor/symfony/contracts/Translation/TranslatorTrait.php
272 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
273 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
274 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
275 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
276 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
277 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
278 /modules/doofinder/src/Manager/HookManager.php
279 /modules/ets_superspeed/ets_superspeed.php
280 /modules/ets_superspeed/classes/cache.php
281 /modules/ets_superspeed/classes/http_build_url.php
282 /modules/ets_superspeed/classes/ets_superspeed_defines.php
283 /modules/ets_superspeed/classes/ets_superspeed_cache_page.php
284 /modules/ets_superspeed/classes/ets_superspeed_cache_page_error.php
285 /modules/ets_superspeed/classes/ets_superspeed_cache_page_log.php
286 /modules/ets_superspeed/classes/ets_superspeed_pagination_class.php
287 /modules/ets_superspeed/classes/ets_superspeed_compressor_image.php
288 /modules/ets_superspeed/classes/ets_superspeed_upload_image.php
289 /modules/ets_superspeed/classes/ets_superspeed_browse_image.php
290 /modules/ps_eventbus/ps_eventbus.php
291 /modules/ps_eventbus/vendor/autoload.php
292 /modules/ps_eventbus/vendor/composer/autoload_real.php
293 /modules/ps_eventbus/vendor/composer/autoload_static.php
294 /modules/ps_eventbus/src/Traits/UseHooks.php
295 /modules/ps_eventbus/src/Traits/Hooks/UseCarrierHooks.php
296 /modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php
297 /modules/ps_eventbus/src/Traits/Hooks/UseCartRuleHooks.php
298 /modules/ps_eventbus/src/Traits/Hooks/UseCategoryHooks.php
299 /modules/ps_eventbus/src/Traits/Hooks/UseCombinationHooks.php
300 /modules/ps_eventbus/src/Traits/Hooks/UseCurrencyHooks.php
301 /modules/ps_eventbus/src/Traits/Hooks/UseCustomerHooks.php
302 /modules/ps_eventbus/src/Traits/Hooks/UseEmployeeHooks.php
303 /modules/ps_eventbus/src/Traits/Hooks/UseImageHooks.php
304 /modules/ps_eventbus/src/Traits/Hooks/UseImageTypeHooks.php
305 /modules/ps_eventbus/src/Traits/Hooks/UseLanguageHooks.php
306 /modules/ps_eventbus/src/Traits/Hooks/UseManufacturerHooks.php
307 /modules/ps_eventbus/src/Traits/Hooks/UseOrderCarrierHooks.php
308 /modules/ps_eventbus/src/Traits/Hooks/UseOrderCartRuleHooks.php
309 /modules/ps_eventbus/src/Traits/Hooks/UseOrderDetailHooks.php
310 /modules/ps_eventbus/src/Traits/Hooks/UseOrderHistoryHooks.php
311 /modules/ps_eventbus/src/Traits/Hooks/UseOrderHooks.php
312 /modules/ps_eventbus/src/Traits/Hooks/UseProductHooks.php
313 /modules/ps_eventbus/src/Traits/Hooks/UseSpecificPriceHooks.php
314 /modules/ps_eventbus/src/Traits/Hooks/UseStockHooks.php
315 /modules/ps_eventbus/src/Traits/Hooks/UseStockMvtHooks.php
316 /modules/ps_eventbus/src/Traits/Hooks/UseStoreHooks.php
317 /modules/ps_eventbus/src/Traits/Hooks/UseSupplierHooks.php
318 /modules/ps_eventbus/src/Traits/Hooks/UseWishlistHooks.php
319 /modules/ps_eventbus/translations/fr.php
320 /modules/psassistant/psassistant.php
321 /src/PrestaShopBundle/Translation/DomainNormalizer.php
322 /src/Adapter/Localization/LegacyTranslator.php
323 /modules/psassistant/translations/fr.php
324 /modules/axeptiocookies/axeptiocookies.php
325 /modules/axeptiocookies/vendor/autoload.php
326 /modules/axeptiocookies/vendor/composer/autoload_real.php
327 /modules/axeptiocookies/vendor/composer/platform_check.php
328 /modules/axeptiocookies/vendor/composer/autoload_static.php
329 /modules/axeptiocookies/vendor/paragonie/random_compat/lib/random.php
330 /modules/axeptiocookies/vendor/symfony/polyfill-apcu/bootstrap.php
331 /modules/axeptiocookies/vendor/symfony/polyfill-php70/bootstrap.php
332 /modules/axeptiocookies/src/Utils/ModuleTrait.php
333 /src/Core/Security/Hashing.php
334 /modules/axeptiocookies/translations/fr.php
335 /modules/axeptiocookies/src/Hook/HookDispatcher.php
336 /modules/axeptiocookies/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php
337 /modules/axeptiocookies/src/Hook/CommonHook.php
338 /modules/axeptiocookies/vendor/totpsclasslib/src/Hook/AbstractHook.php
339 /modules/axeptiocookies/vendor/totpsclasslib/src/Utils/Translate/TranslateTrait.php
340 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
341 /modules/axeptiocookies/src/Smarty/CookiesCompletePrefilter.php
342 /modules/axeptiocookies/src/Smarty/WidgetPrefilter.php
343 /modules/axeptiocookies/src/Utils/ServiceContainer.php
344 /modules/axeptiocookies/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
345 /modules/axeptiocookies/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
346 /modules/axeptiocookies/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
347 /var/cache/prod/AxeptiocookiesFrontContainer.php
348 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
349 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
350 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
351 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
352 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
353 /vendor/psr/container/src/ContainerExceptionInterface.php
354 /vendor/psr/container/src/NotFoundExceptionInterface.php
355 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
356 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
357 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
358 /vendor/symfony/contracts/Service/ResetInterface.php
359 /modules/axeptiocookies/src/Update/UpdateHandler.php
360 /modules/axeptiocookies/src/Service/ProjectService.php
361 /modules/axeptiocookies/src/API/Client/Client.php
362 /modules/axeptiocookies/src/API/Response/Factory/ResponseFactory.php
363 /modules/axeptiocookies/src/Service/ConfigurationService.php
364 /modules/axeptiocookies/src/Repository/ConfigurationRepository.php
365 /modules/axeptiocookies/src/Service/ModuleService.php
366 /modules/axeptiocookies/src/Repository/ModuleRepository.php
367 /modules/axeptiocookies/src/Validator/ConfigurationValidator.php
368 /modules/axeptiocookies/src/Service/HookService.php
369 /modules/axeptiocookies/src/Cache/ProjectCache.php
370 /modules/axeptiocookies/vendor/totpsclasslib/src/Utils/CacheStorage/CacheStorage.php
371 /modules/axeptiocookies/src/Service/ImageService.php
372 /controllers/front/listing/CategoryController.php
373 /classes/controller/ProductListingFrontController.php
374 /classes/controller/ProductPresentingFrontController.php
375 /override/classes/controller/FrontController.php
376 /classes/controller/FrontController.php
377 /src/Adapter/Presenter/Object/ObjectPresenter.php
378 /src/Adapter/Presenter/PresenterInterface.php
379 /src/Adapter/Presenter/Cart/CartPresenter.php
380 /src/Adapter/Image/ImageRetriever.php
381 /classes/tax/TaxConfiguration.php
382 /classes/Smarty/TemplateFinder.php
383 /classes/assets/StylesheetManager.php
384 /classes/assets/AbstractAssetManager.php
385 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
386 /classes/assets/JavascriptManager.php
387 /classes/assets/CccReducer.php
388 /classes/Category.php
389 /classes/webservice/WebserviceRequest.php
390 /src/Adapter/ContainerBuilder.php
391 /src/Adapter/Environment.php
392 /src/Core/EnvironmentInterface.php
393 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
394 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
395 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
396 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
397 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
398 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
399 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
400 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
401 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
402 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
403 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
404 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
405 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
406 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
407 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
408 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
409 /vendor/symfony/contracts/Cache/ItemInterface.php
410 /vendor/psr/cache/src/CacheItemInterface.php
411 /vendor/psr/cache/src/CacheItemPoolInterface.php
412 /vendor/symfony/contracts/Cache/CacheInterface.php
413 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
415 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
417 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
418 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
419 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
420 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
421 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
422 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
423 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
424 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
425 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
426 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
427 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
428 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
429 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
430 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
431 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
432 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
433 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
434 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
435 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
436 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
437 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
438 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
439 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
440 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
441 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
442 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
443 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
444 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
445 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
446 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
447 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
448 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
449 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
450 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
451 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
452 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
453 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
454 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
455 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
456 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
457 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
458 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
459 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
460 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
461 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
462 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
463 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
464 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
465 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
466 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
467 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
468 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
469 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
470 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
471 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
472 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
473 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
474 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
475 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
476 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
477 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
478 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
479 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
480 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
481 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
482 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
483 /var/cache/prod/FrontContainer.php
484 /src/Adapter/Container/LegacyContainer.php
485 /src/Adapter/Container/LegacyContainerInterface.php
486 /modules/ps_contactinfo/vendor/autoload.php
487 /modules/ps_contactinfo/vendor/composer/autoload_real.php
488 /modules/ps_contactinfo/vendor/composer/autoload_static.php
489 /modules/ps_searchbar/vendor/autoload.php
490 /modules/ps_searchbar/vendor/composer/autoload_real.php
491 /modules/ps_searchbar/vendor/composer/platform_check.php
492 /modules/ps_searchbar/vendor/composer/autoload_static.php
493 /modules/ps_specials/vendor/autoload.php
494 /modules/ps_specials/vendor/composer/autoload_real.php
495 /modules/ps_specials/vendor/composer/platform_check.php
496 /modules/ps_specials/vendor/composer/autoload_static.php
497 /modules/ps_newproducts/vendor/autoload.php
498 /modules/ps_newproducts/vendor/composer/autoload_real.php
499 /modules/ps_newproducts/vendor/composer/platform_check.php
500 /modules/ps_newproducts/vendor/composer/autoload_static.php
501 /modules/ps_bestsellers/vendor/autoload.php
502 /modules/ps_bestsellers/vendor/composer/autoload_real.php
503 /modules/ps_bestsellers/vendor/composer/platform_check.php
504 /modules/ps_bestsellers/vendor/composer/autoload_static.php
505 /modules/ps_categorytree/vendor/autoload.php
506 /modules/ps_categorytree/vendor/composer/autoload_real.php
507 /modules/ps_categorytree/vendor/composer/autoload_static.php
508 /modules/ps_facetedsearch/vendor/autoload.php
509 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
510 /modules/ps_facetedsearch/vendor/composer/platform_check.php
511 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
512 /modules/contactform/vendor/autoload.php
513 /modules/contactform/vendor/composer/autoload_real.php
514 /modules/contactform/vendor/composer/platform_check.php
515 /modules/contactform/vendor/composer/autoload_static.php
516 /modules/ps_viewedproduct/vendor/autoload.php
517 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
518 /modules/ps_viewedproduct/vendor/composer/platform_check.php
519 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
520 /modules/ps_accounts/vendor/autoload.php
521 /modules/ps_accounts/vendor/composer/autoload_real.php
522 /modules/ps_accounts/vendor/composer/platform_check.php
523 /modules/ps_accounts/vendor/composer/autoload_static.php
524 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
525 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
526 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
527 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
528 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
529 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
530 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
531 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
532 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
533 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
534 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
535 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
536 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
537 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
538 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
539 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
540 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
541 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
542 /modules/ps_themecusto/vendor/autoload.php
543 /modules/ps_themecusto/vendor/composer/autoload_real.php
544 /modules/ps_themecusto/vendor/composer/platform_check.php
545 /modules/ps_themecusto/vendor/composer/autoload_static.php
546 /modules/psassistant/vendor/autoload.php
547 /modules/psassistant/vendor/composer/autoload_real.php
548 /modules/psassistant/vendor/composer/platform_check.php
549 /modules/psassistant/vendor/composer/autoload_static.php
550 /modules/ps_categoryproducts/vendor/autoload.php
551 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
552 /modules/ps_categoryproducts/vendor/composer/platform_check.php
553 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
554 /modules/ps_emailalerts/vendor/autoload.php
555 /modules/ps_emailalerts/vendor/composer/autoload_real.php
556 /modules/ps_emailalerts/vendor/composer/autoload_static.php
557 /modules/ps_distributionapiclient/vendor/autoload.php
558 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
559 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
560 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
561 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
562 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
563 /modules/ps_edition_basic/vendor/autoload.php
564 /modules/ps_edition_basic/vendor/composer/autoload_real.php
565 /modules/ps_edition_basic/vendor/composer/platform_check.php
566 /modules/ps_edition_basic/vendor/composer/autoload_static.php
567 /modules/ps_edition_basic/vendor/clue/stream-filter/src/functions_include.php
568 /modules/ps_edition_basic/vendor/clue/stream-filter/src/functions.php
569 /modules/ps_edition_basic/vendor/guzzlehttp/psr7/src/functions_include.php
570 /modules/ps_edition_basic/vendor/guzzlehttp/psr7/src/functions.php
571 /modules/ps_edition_basic/vendor/php-http/message/src/filters.php
572 /modules/ps_crossselling/vendor/autoload.php
573 /modules/ps_crossselling/vendor/composer/autoload_real.php
574 /modules/ps_crossselling/vendor/composer/platform_check.php
575 /modules/ps_crossselling/vendor/composer/autoload_static.php
576 /modules/paybox/vendor/autoload.php
577 /modules/paybox/vendor/composer/autoload_real.php
578 /modules/paybox/vendor/composer/platform_check.php
579 /modules/paybox/vendor/composer/autoload_static.php
580 /modules/shoppingfeed/vendor/autoload.php
581 /modules/shoppingfeed/vendor/composer/autoload_real.php
582 /modules/shoppingfeed/vendor/composer/autoload_static.php
583 /modules/shoppingfeed/vendor/shoppingfeed/php-feed-generator/src/functions.php
584 /modules/shoppingfeed/vendor/prefixed/guzzlehttp/guzzle/src/functions_include.php
585 /modules/shoppingfeed/vendor/prefixed/guzzlehttp/guzzle/src/functions.php
586 /modules/shoppingfeed/vendor/prefixed/guzzlehttp/psr7/src/functions_include.php
587 /modules/shoppingfeed/vendor/prefixed/guzzlehttp/psr7/src/functions.php
588 /modules/shoppingfeed/vendor/prefixed/guzzlehttp/promises/src/functions_include.php
589 /modules/shoppingfeed/vendor/prefixed/guzzlehttp/promises/src/functions.php
590 /modules/shoppingfeed/classes/Compatibility/backword-compatibility.php
591 /modules/quantitydiscountpro/vendor/autoload.php
592 /modules/quantitydiscountpro/vendor/composer/autoload_real.php
593 /modules/quantitydiscountpro/vendor/composer/autoload_static.php
594 /modules/pmcaptcha/vendor/autoload.php
595 /modules/pmcaptcha/vendor/composer/autoload_real.php
596 /modules/pmcaptcha/vendor/composer/autoload_static.php
597 /modules/paypal/vendor/autoload.php
598 /modules/paypal/vendor/composer/autoload_real.php
599 /modules/paypal/vendor/composer/autoload_static.php
600 /src/Core/Localization/Locale/Repository.php
601 /src/Core/Localization/Locale/RepositoryInterface.php
602 /src/Core/Localization/CLDR/LocaleRepository.php
603 /src/Core/Localization/CLDR/LocaleDataSource.php
604 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
605 /src/Core/Data/Layer/AbstractDataLayer.php
606 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
607 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
608 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
609 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
610 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
611 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
612 /vendor/symfony/contracts/Cache/CacheTrait.php
613 /vendor/psr/cache/src/InvalidArgumentException.php
614 /vendor/psr/cache/src/CacheException.php
615 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
616 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
617 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
618 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
619 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
620 /src/Core/Localization/CLDR/Reader.php
621 /src/Core/Localization/CLDR/ReaderInterface.php
622 /src/Core/Localization/Currency/Repository.php
623 /src/Core/Localization/Currency/RepositoryInterface.php
624 /src/Core/Localization/Currency/CurrencyDataSource.php
625 /src/Core/Localization/Currency/DataSourceInterface.php
626 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
627 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
628 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
629 /src/Adapter/Currency/CurrencyDataProvider.php
630 /src/Core/Currency/CurrencyDataProviderInterface.php
631 /src/Adapter/LegacyContext.php
632 /src/Adapter/Tools.php
633 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
634 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
635 /vendor/prestashop/decimal/src/Operation/Rounding.php
636 /src/Core/Localization/Locale.php
637 /src/Core/Localization/LocaleInterface.php
638 /src/Core/Localization/Specification/Price.php
639 /src/Core/Localization/Specification/Number.php
640 /src/Core/Localization/Specification/NumberInterface.php
641 /src/Core/Localization/Specification/Factory.php
642 /src/Core/Localization/CLDR/LocaleData.php
643 /src/Core/Localization/CLDR/NumberSymbolsData.php
644 /src/Core/Localization/CLDR/CurrencyData.php
645 /src/Core/Localization/CLDR/Locale.php
646 /src/Core/Localization/CLDR/LocaleInterface.php
647 /src/Core/Localization/Specification/NumberSymbolList.php
648 /classes/Currency.php
649 /src/Core/Localization/Currency/LocalizedCurrencyId.php
650 /src/Core/Localization/Currency/CurrencyData.php
651 /src/Core/Localization/Currency/CurrencyCollection.php
652 /src/Core/Localization/Currency.php
653 /src/Core/Localization/CurrencyInterface.php
654 /src/Core/Localization/Specification/NumberCollection.php
655 /src/Core/Localization/Number/Formatter.php
656 /override/classes/Cart.php
657 /classes/Cart.php
658 /src/Adapter/AddressFactory.php
659 /override/classes/CartRule.php
660 /classes/CartRule.php
661 /modules/quantitydiscountpro/quantitydiscountpro.php
662 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php
663 /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php
664 /modules/quantitydiscountpro/classes/QuantityDiscountDatabase.php
665 /modules/quantitydiscountpro/classes/QuantityDiscountRuleCondition.php
666 /modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php
667 /modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php
668 /modules/quantitydiscountpro/classes/QuantityDiscountRuleMessage.php
669 /modules/quantitydiscountpro/classes/array_column.php
670 /classes/Product.php
671 /src/Core/Domain/Product/ValueObject/RedirectType.php
672 /src/Core/Util/DateTime/DateTime.php
673 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
674 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
675 /src/Core/Domain/Product/ValueObject/ProductType.php
676 /src/Core/Domain/Product/ValueObject/Reference.php
677 /src/Core/Domain/Product/ValueObject/Ean13.php
678 /src/Core/Domain/Product/ValueObject/Isbn.php
679 /src/Core/Domain/Product/ValueObject/Upc.php
680 /src/Core/Domain/Product/ProductSettings.php
681 /modules/quantitydiscountpro/translations/fr.php
682 /modules/pmcaptcha/pmcaptcha.php
683 /modules/pmcaptcha/classes/PMCaptchaConstant.php
684 /modules/pmcaptcha/classes/PMCaptchaTools.php
685 /modules/pmcaptcha/classes/configuration/PMCaptchaAdminConfiguration.php
686 /modules/pmcaptcha/translations/fr.php
687 /src/Core/Domain/Shop/ValueObject/ShopId.php
688 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
689 /modules/blockreassurance/blockreassurance.php
690 /src/Core/Module/WidgetInterface.php
691 /override/classes/Media.php
692 /classes/Media.php
693 /modules/ps_emailsubscription/ps_emailsubscription.php
694 /modules/ps_emailalerts/ps_emailalerts.php
695 /modules/ps_emailalerts/MailAlert.php
696 /modules/paybox/paybox.php
697 /override/classes/PaymentModule.php
698 /classes/PaymentModule.php
699 /modules/paybox/src/Configuration/Settings.php
700 /modules/paybox/vendor/netresearch/jsonmapper/src/JsonMapper.php
701 /modules/paybox/src/Configuration/Account.php
702 /modules/paybox/src/Configuration/DemoAccount.php
703 /modules/paybox/src/Configuration/PaymentConfiguration.php
704 /modules/paybox/src/Configuration/SubscriptionConfiguration.php
705 /modules/paybox/src/Configuration/InstalmentConfiguration.php
706 /modules/paybox/src/Configuration/Instalment.php
707 /modules/paybox/src/Configuration/Contract.php
708 /modules/paybox/src/Utils/Tools.php
709 /vendor/monolog/monolog/src/Monolog/Logger.php
710 /vendor/monolog/monolog/src/Monolog/ResettableInterface.php
711 /vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
712 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
713 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
714 /vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
715 /vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
716 /vendor/monolog/monolog/src/Monolog/Utils.php
717 /modules/paybox/translations/fr.php
718 /modules/allinone_rewards/allinone_rewards.php
719 /modules/allinone_rewards/api/ReviewGenericAPI.php
720 /modules/allinone_rewards/plugins/RewardsCorePlugin.php
721 /modules/allinone_rewards/plugins/RewardsGenericPlugin.php
722 /modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php
723 /modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php
724 /modules/allinone_rewards/models/RewardsModel.php
725 /modules/allinone_rewards/models/RewardsAccountModel.php
726 /modules/allinone_rewards/models/RewardsSponsorshipModel.php
727 /modules/allinone_rewards/plugins/RewardsRegistrationPlugin.php
728 /modules/allinone_rewards/plugins/RewardsNewsletterPlugin.php
729 /modules/allinone_rewards/plugins/RewardsReviewPlugin.php
730 /modules/allinone_rewards/plugins/RewardsToolsPlugin.php
731 /modules/allinone_rewards/models/RewardsStateModel.php
732 /modules/allinone_rewards/models/RewardsSponsorshipCodeModel.php
733 /modules/allinone_rewards/models/RewardsReviewModel.php
734 /modules/allinone_rewards/models/RewardsPaymentModel.php
735 /modules/allinone_rewards/models/RewardsTemplateModel.php
736 /modules/allinone_rewards/models/RewardsProductModel.php
737 /modules/allinone_rewards/models/RewardsGiftProductModel.php
738 /modules/allinone_rewards/models/RewardsGiftProductAttributeModel.php
739 /modules/allinone_rewards/translations/fr.php
740 /src/Adapter/Presenter/Cart/CartLazyArray.php
741 /src/Adapter/Presenter/AbstractLazyArray.php
742 /src/Adapter/Product/PriceFormatter.php
743 /src/Core/Util/Inflector.php
744 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
745 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
746 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
747 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
748 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
749 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
750 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
751 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
752 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
753 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
754 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
755 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
756 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
757 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
758 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
759 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
760 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
761 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
762 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
763 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
764 /classes/Gender.php
765 /classes/Risk.php
766 /classes/Meta.php
767 /classes/Address.php
768 /classes/ImageType.php
769 /src/Core/Addon/Module/ModuleManagerBuilder.php
770 /var/cache/prod/yaml/52734d9ee4ea66170e4294672f22e1a3.php
771 /src/Adapter/LegacyLogger.php
772 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
773 /src/Adapter/Module/ModuleDataProvider.php
774 /src/Adapter/Module/AdminModuleDataProvider.php
775 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
776 /src/Adapter/Module/Module.php
777 /src/Core/Module/ModuleInterface.php
778 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
779 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
780 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
781 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
782 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
783 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
784 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
785 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
786 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
787 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
788 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
789 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
790 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
791 /src/Adapter/Module/ModuleDataUpdater.php
792 /src/Core/Module/ModuleManager.php
793 /src/Core/Module/ModuleManagerInterface.php
794 /src/Core/Module/ModuleRepository.php
795 /src/Core/Module/ModuleRepositoryInterface.php
796 /src/Adapter/HookManager.php
797 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
798 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
799 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
800 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
801 /modules/ps_distributionapiclient/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
802 /src/Core/Hook/HookDispatcherInterface.php
803 /classes/State.php
804 /src/Core/Security/PasswordPolicyConfiguration.php
805 /src/Core/Configuration/DataConfigurationInterface.php
806 /src/Core/Filter/FrontEndObject/MainFilter.php
807 /src/Core/Filter/FilterInterface.php
808 /src/Core/Filter/FrontEndObject/CartFilter.php
809 /src/Core/Filter/HashMapWhitelistFilter.php
810 /src/Core/Filter/CollectionFilter.php
811 /src/Core/Filter/FrontEndObject/ProductFilter.php
812 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
813 /src/Core/Filter/FrontEndObject/CustomerFilter.php
814 /src/Core/Filter/FrontEndObject/ShopFilter.php
815 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
816 /modules/tdthemesettings/tdthemesettings.php
817 /modules/tdthemesettings/classes/TdThemeCategory.php
818 /modules/tdthemesettings/translations/fr.php
819 /modules/tdelementor/tdelementor.php
820 /modules/tdelementor/classes/TdElementorWpHelper.php
821 /modules/tdelementor/includes/plugin.php
822 /modules/tdelementor/classes/TdElementorPost.php
823 /modules/tdelementor/classes/TdElementorRelated.php
824 /modules/tdelementor/classes/TdElementorTemplate.php
825 /modules/tdelementor/classes/TdElementorRevisions.php
826 /modules/tdelementor/translations/fr.php
827 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
828 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
829 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
830 /var/cache/prod/smarty/cache/pageBuilder/GlobalCssJs/1/1/1/8/PRS028_enfant/cc/fb/0a/ccfb0a14550d4cfbcad91554753506f96129d9a4.tdelementorviewstemplateshookcss_js_unique.tpl.php
831 /modules/bitmegamenu/bitmegamenu.php
832 /modules/bitmegamenu/classes/BitMenuTab.php
833 /modules/bitmegamenu/classes/BitMenuHtml.php
834 /modules/bitmegamenu/classes/BitMenuLinks.php
835 /modules/bitmegamenu/translations/fr.php
836 /modules/tdproductwishlist/tdproductwishlist.php
837 /modules/tdproductwishlist/classes/TdWishList.php
838 /modules/tdproductwishlist/translations/fr.php
839 /modules/tdsearchblock/tdsearchblock.php
840 /modules/tdsearchblock/classes/TdSearchCore.php
841 /classes/Search.php
842 /modules/tdsearchblock/classes/TdSearchProvider.php
843 /src/Core/Product/Search/ProductSearchProviderInterface.php
844 /modules/tdsearchblock/translations/fr.php
845 /modules/tdcountdown/tdcountdown.php
846 /modules/tdcountdown/translations/fr.php
847 /modules/tdfreeshipping/tdfreeshipping.php
848 /modules/tdfreeshipping/translations/fr.php
849 /modules/tdnewsletter/tdnewsletter.php
850 /modules/tdnewsletter/classes/ClassTdNewsletter.php
851 /modules/tdnewsletter/sql/TdnlSampleData.php
852 /modules/tdnewsletter/translations/fr.php
853 /modules/tdshoppingcart/tdshoppingcart.php
854 /modules/tdshoppingcart/translations/fr.php
855 /modules/boostmyshopagent/boostmyshopagent.php
856 /modules/boostmyshopagent/bmsmyp.php
857 /modules/boostmyshopagent/bmsmyf.php
858 /modules/boostmyshopagent/MyfWs.php
859 /modules/boostmyshopagent/bmsmya.php
860 /modules/boostmyshopagent/translations/fr.php
861 /modules/cdc_googletagmanager/cdc_googletagmanager.php
862 /modules/cdc_googletagmanager/classes/CdcGtmOrderLog.php
863 /modules/cdc_googletagmanager/classes/CdcGtmDataLayer.php
864 /modules/cdc_googletagmanager/services/CdcTools.php
865 /modules/cdc_googletagmanager/services/PrestashopUtils.php
866 /modules/cdc_googletagmanager/classes/DataLayer.php
867 /modules/cdc_googletagmanager/classes/AbstractDataLayerObject.php
868 /modules/cdc_googletagmanager/classes/gtm/Ecommerce.php
869 /modules/cdc_googletagmanager/classes/gtm/Refund.php
870 /modules/cdc_googletagmanager/classes/gtm/GoogleTagParams.php
871 /modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php
872 /modules/cdc_googletagmanager/services/Gtm_Product.php
873 /modules/cdc_googletagmanager/translations/fr.php
874 /modules/paypal/paypal.php
875 /modules/paypal/config_prod.php
876 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
877 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
878 /modules/paypal/translations/fr.php
879 /modules/paypal/classes/Constants/PaypalConfigurations.php
880 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
881 /modules/paypal/classes/Constants/WebHookConf.php
882 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
883 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
884 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
885 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
886 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
887 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
888 /modules/paypal/diagnostic.php
889 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
890 /modules/paypal/classes/AbstractMethodPaypal.php
891 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
892 /modules/paypal/classes/MethodEC.php
893 /modules/paypal/classes/WhiteList/WhiteListService.php
894 /modules/paypal/classes/API/PaypalApiManager.php
895 /modules/paypal/classes/API/PaypalApiManagerInterface.php
896 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
897 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
898 /modules/paypal/classes/API/PaypalClient.php
899 /modules/paypal/classes/API/Client/HttpClient.php
900 /modules/paypal/classes/API/ClientInterface.php
901 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
902 /modules/paypal/classes/API/EnvironmentInterface.php
903 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
904 /modules/paypal/classes/API/InjectorInterface.php
905 /modules/paypal/classes/API/Injector/BnCodeInjector.php
906 /modules/paypal/classes/API/Injector/UserAgentInjector.php
907 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
908 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
909 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
910 /modules/axeptiocookies/src/Factory/TemplateReplacementFactory.php
911 /modules/axeptiocookies/src/Model/Constant/TemplateFile.php
912 /modules/doofinder/src/Core/DoofinderScript.php
913 /modules/doofinder/src/Utils/DfTools.php
914 /var/cache/prod/smarty/compile/PRS028_enfant/15/c7/45/15c74550dc04b2774c1089ec1162eded285204a7_2.file.scriptV9.tpl.php
915 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
916 /src/Core/Product/Search/ProductSearchContext.php
917 /src/Core/Product/Search/ProductSearchQuery.php
918 /src/Core/Product/Search/SortOrder.php
919 /modules/ps_facetedsearch/ps_facetedsearch.php
920 /modules/ps_facetedsearch/src/HookDispatcher.php
921 /modules/ps_facetedsearch/src/Hook/Attribute.php
922 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
923 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
924 /modules/ps_facetedsearch/src/Hook/Category.php
925 /modules/ps_facetedsearch/src/Hook/Configuration.php
926 /modules/ps_facetedsearch/src/Hook/Design.php
927 /modules/ps_facetedsearch/src/Hook/Feature.php
928 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
929 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
930 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
931 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
932 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
933 /modules/ps_facetedsearch/src/Hook/Product.php
934 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
935 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
936 /modules/ps_facetedsearch/src/Filters/Provider.php
937 /modules/ps_facetedsearch/src/URLSerializer.php
938 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
939 /modules/ps_facetedsearch/src/Product/SearchProvider.php
940 /src/Core/Product/Search/FacetsRendererInterface.php
941 /modules/ps_facetedsearch/src/Filters/Converter.php
942 /modules/ps_facetedsearch/src/Product/SearchFactory.php
943 /src/Core/Product/Search/ProductSearchResult.php
944 /modules/ps_facetedsearch/src/Product/Search.php
945 /modules/ps_facetedsearch/src/Adapter/MySQL.php
946 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
947 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
948 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
949 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
950 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
951 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
952 /modules/ps_facetedsearch/src/Filters/Products.php
953 /classes/stock/StockAvailable.php
954 /modules/ps_facetedsearch/src/Filters/Block.php
955 /src/Core/Product/Search/Facet.php
956 /src/Core/Product/Search/Filter.php
957 /src/Core/Product/Search/FacetCollection.php
958 /classes/ProductAssembler.php
959 /classes/Combination.php
960 /classes/tax/Tax.php
961 /vendor/prestashop/decimal/src/DecimalNumber.php
962 /vendor/prestashop/decimal/src/Builder.php
963 /classes/SpecificPrice.php
964 /classes/tax/TaxManagerFactory.php
965 /classes/tax/TaxRulesTaxManager.php
966 /classes/tax/TaxManagerInterface.php
967 /classes/tax/TaxCalculator.php
968 /classes/GroupReduction.php
969 /src/Core/Localization/CLDR/ComputingPrecision.php
970 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
971 /classes/Pack.php
972 /classes/order/Order.php
973 /classes/Feature.php
974 /classes/ProductPresenterFactory.php
975 /src/Adapter/Presenter/Product/ProductListingPresenter.php
976 /src/Adapter/Presenter/Product/ProductPresenter.php
977 /src/Adapter/Product/ProductColorsRetriever.php
978 /src/Core/Product/ProductPresentationSettings.php
979 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
980 /src/Adapter/Presenter/Product/ProductLazyArray.php
981 /classes/Image.php
982 /src/Core/Image/ImageFormatConfiguration.php
983 /src/Core/Image/ImageFormatConfigurationInterface.php
984 /classes/FeatureFlag.php
985 /src/Core/FeatureFlag/FeatureFlagSettings.php
986 /var/cache/prod/smarty/compile/PRS028_enfant/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
987 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
988 /vendor/smarty/smarty/libs/plugins/modifier.count.php
989 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
990 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
991 /var/cache/prod/smarty/compile/PRS028_enfant/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
992 /src/Core/Product/Search/Pagination.php
993 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/fe/05/f7/fe05f76f4fdb82e33c48f3860a8458329b99b614_2.file.category.tpl.php
994 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/9d/85/da/9d85da9533f8e9e1841c94d9dad55648b175f9b3_2.file.product-list.tpl.php
995 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/30/de/96/30de9690f0c82d239f217443f448d0134241ae29_2.file.layout-both-columns.tpl.php
996 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/95/8c/8e/958c8ec10fb7745930afc4db08a96a18c5d2d42f_2.file.head.tpl.php
997 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
998 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
999 /var/cache/prod/smarty/compile/PRS028_enfant/d7/bc/91/d7bc91c05997f9ff9dfd209bfdf11846ed4f1916_2.file.gtm_tag.tpl.php
1000 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/b6/b9/ae/b6b9ae47baada999103d0b998464ea2db0b83783_2.file.head-jsonld.tpl.php
1001 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/5b/bc/5f/5bbc5f0ebd0573f25458cda2643720fb3a72fed5_2.file.product-list-jsonld.tpl.php
1002 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/60/57/1d/60571d4e585f14d66b78f57d3a6526b2ec39a6cd_2.file.pagination-seo.tpl.php
1003 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1004 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/cd/33/ee/cd33ee7833015f345fa904b44918effb939452ec_2.file.stylesheets.tpl.php
1005 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/ca/c9/7c/cac97c2054679875fc17f38eac45a9edd91f94ef_2.file.javascript.tpl.php
1006 /classes/ProductDownload.php
1007 /src/Core/Cart/Calculator.php
1008 /src/Core/Cart/CartRowCollection.php
1009 /src/Core/Cart/Fees.php
1010 /src/Core/Cart/AmountImmutable.php
1011 /src/Core/Cart/CartRuleCollection.php
1012 /src/Core/Cart/CartRuleCalculator.php
1013 /src/Adapter/Product/PriceCalculator.php
1014 /src/Core/Cart/CartRow.php
1015 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1016 /src/Core/Util/String/StringModifier.php
1017 /src/Core/Util/String/StringModifierInterface.php
1018 /var/cache/prod/smarty/compile/PRS028_enfant/5f/62/de/5f62de8ce8d1572c769c69138714dc85f5f56a6c_2.file.gtm_tag_noscript.tpl.php
1019 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/b5/6e/5b/b56e5b0096ac384e8e7d0a1ff9a3a0245765449a_2.file.preloader.tpl.php
1020 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/b5/31/3d/b5313dc78201236cdd0cc8ab300c5ab04ee2184c_2.file.svg-icons.tpl.php
1021 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/f3/af/9e/f3af9ebdd50e6c116fc7d08e708ded901bf94b92_2.file.product-activation.tpl.php
1022 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e5/c7/cc/e5c7cc79424b57c8f9bdb2307544217afed72177_2.file.header.tpl.php
1023 /var/cache/prod/smarty/cache/pageBuilder/20/21/category/661/1/1/1/8/PRS028_enfant/67/41/26/674126966219b51c5c9f9e9084e4cacd411a9c43.tdelementorviewstemplateshookpage_content.tpl.php
1024 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1025 /modules/paypal/classes/InstallmentBanner/BannerManager.php
1026 /modules/paypal/classes/InstallmentBanner/Banner.php
1027 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/84/16/db/8416db37b283f18ae91607e18405a17af337094e_2.file.breadcrumb.tpl.php
1028 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e9/6a/e9/e96ae92576d3557ec21ed120e9ee2859b03cb6e6_2.file.notifications.tpl.php
1029 /modules/ps_categorytree/ps_categorytree.php
1030 /var/cache/prod/smarty/compile/PRS028_enfant/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1031 /var/cache/prod/smarty/compile/PRS028_enfant/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1032 /modules/tdcolumnblocks/tdcolumnblocks.php
1033 /modules/tdcolumnblocks/classes/TdColumnBlock.php
1034 /modules/tdcolumnblocks/sql/ColumnBlockSampleData.php
1035 /modules/tdcolumnblocks/translations/fr.php
1036 /classes/controller/AdminController.php
1037 /var/cache/prod/smarty/cache/tdcolumnblocks/1/1/1/8/PRS028_enfant/b8/8b/bc/b88bbc027dbef104948935236cfe501e5c0faae9.tdcolumnblocksviewstemplateshooktdcolumnblocks.tpl.php
1038 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/a7/ac/0a/a7ac0a80dcb415e798ef118d653e76bc242ed479_2.file.category-header.tpl.php
1039 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/25/a6/d5/25a6d52e83d4f5f8dcb1712f6793a392262b3927_2.file.subcategories.tpl.php
1040 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/6a/ce/ac/6aceac1956f801a299c0b2b4161636837acc5ca1_2.file.products-top.tpl.php
1041 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1042 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e9/f0/96/e9f0969c8de50473fd28810c5ba07e18c6c9db0e_2.file.sort-orders.tpl.php
1043 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e7/d7/ca/e7d7cae2753b276a5efcea00ad63b881e6a0b6d4_2.file.products.tpl.php
1044 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/d4/e6/35/d4e635f260f83c219bbb8b047e46a250a531fc96_2.file.product.tpl.php
1045 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/5b/53/58/5b53583fb0a9eaeba32ecd27828ea8646fccea75_2.file.product-6.tpl.php
1046 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/93/13/df/9313df1df8357f53d215e38217c17c317d725a50_2.file.product-miniature-thumb.tpl.php
1047 /var/cache/prod/smarty/compile/PRS028_enfant/14/9a/38/149a386d467e305cee598a3c50913ecc997d14b2_2.file.tdproductwishlist_button.tpl.php
1048 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/fb/b6/f2/fbb6f24e470c54c5e2acf7bc8ce617acfa3cb4d0_2.file.product-miniature-quickview.tpl.php
1049 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/60/4c/f5/604cf54bc48ac2ab667a1e5f9ebed242a765e056_2.file.product-miniature-name.tpl.php
1050 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/ed/37/7a/ed377adc48cc61d7cdbe2622cd5e740529cff69a_2.file.product-miniature-price.tpl.php
1051 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1052 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/53/2e/97/532e976668dae466aed5a32fdc48a63bb1691ef2_2.file.product-miniature-btn.tpl.php
1053 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/7a/e9/a9/7ae9a94f075700376ae6f0943e336947eed3bf7e_2.file.pagination.tpl.php
1054 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/17/9e/80/179e800b0eff0001cb21edf5e3abee1e036e1b33_2.file.products-bottom.tpl.php
1055 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/c1/31/8d/c1318d7572f0927fcf96864be33f71a8906b1baf_2.file.category-footer.tpl.php
1056 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/4f/22/da/4f22da32f77082787efa76c0ea1d7143c327a020_2.file.footer.tpl.php
1057 /var/cache/prod/smarty/cache/pageBuilder/12/category/661/1/1/1/8/PRS028_enfant/67/41/26/674126966219b51c5c9f9e9084e4cacd411a9c43.tdelementorviewstemplateshookpage_content.tpl.php
1058 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/7e/06/89/7e0689946db8c38de4b5a8fb4ff9617062159e62_2.file.back-to-top.tpl.php
1059 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/39/02/68/3902686fdadc51756c75fdef8ce5aecfb9967826_2.file.offcanvas-modal.tpl.php
1060 /var/cache/prod/smarty/compile/PRS028_enfant/50/62/fc/5062fc4434a40b12948e803bedee5789fb9b6a23_2.file.tdproductwishlist_top.tpl.php
1061 /modules/ps_languageselector/ps_languageselector.php
1062 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/cb/78/a9/cb78a98f0b78f4156b086142151b6f7ca9207e04_2.file.password-policy-template.tpl.php
1063 /var/cache/prod/smarty/cache/bitmegamenu/index/1/1/1/8/PRS028_enfant/39/cc/80/39cc80943d0fb6672513d4bb3d37ae6e7b62a653.bitmegamenuviewstemplateshookmobile.tpl.php
1064 /src/Adapter/Cart/CartPresenter.php
1065 /var/cache/prod/smarty/compile/PRS028_enfant/34/db/9f/34db9f9616ac6fce025791b42859f3c6be6e26bc_2.module.tdshoppingcartviewstemplateshooktdshoppingcartsidecart.tpl.php
1066 /var/cache/prod/smarty/compile/PRS028_enfant/fc/94/27/fc94270f070632bc2bfa5ebe14940b2bd8b4ff2c_2.module.tdnewsletterviewstemplateshooktdnewsletter.tpl.php
1067 /var/cache/prod/smarty/cache/tdSearch/1/1/1/8/PRS028_enfant/f7/6e/1c/f76e1c6fc06b16562b3f1ccf7193e1af74affc9c.tdsearchblockviewstemplateshooktdsearchblocksidesearch.tpl.php
1068 /controllers/admin/AdminLoginController.php
1069 /var/cache/prod/smarty/compile/PRS028_enfant/f2/de/7b/f2de7b27288699defdd17a551f253eb7ef346f05_2.module.pmcaptchaviewstemplatescaptcha_js.tpl.php
1070 /modules/axeptiocookies/src/Cache/CacheParams.php
1071 /var/cache/prod/axeptiocookies/28b5120947375797b140b9cff4afdb0a.php
1072 /modules/axeptiocookies/src/Model/Integration/IntegrationModel.php
1073 /var/cache/prod/smarty/compile/e6/79/6c/e6796c488ffd2ccc9cd513ff9b216ead21d9ab6a_2.module.axeptiocookiesviewstemplatesfronthookfooter.tpl.php
1074 /modules/ets_superspeed/translations/fr.php
1075 /modules/ets_superspeed/classes/ext/minify_html