ACCUEIL

ACCUEIL

Filtrer par

Affichage 4861-4950 de 7323 article(s)
Load Time 1391 ms
Querying Time 1073 ms
Queries 1751
Memory Peak Usage 46.0 Mb
Included Files 1214 files - 15.45 Mb
PrestaShop Cache - Mb
Global vars 1.24 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 6.306 ms 6.306 ms 2.81 Mb 3.3 Mb
__construct 0.007 ms 6.313 ms - Mb 3.3 Mb
init 22.601 ms 28.914 ms 0.64 Mb 3.8 Mb
checkAccess 0.001 ms 28.915 ms - Mb 3.8 Mb
setMedia 2.344 ms 31.259 ms 0.26 Mb 3.8 Mb
postProcess 0.001 ms 31.260 ms - Mb 3.8 Mb
initHeader 0.000 ms 31.260 ms - Mb 3.8 Mb
initContent 1002 ms 1034 ms 19.47 Mb 23.3 Mb
initFooter 0.001 ms 1034 ms - Mb 23.3 Mb
display 357.570 ms 1391 ms 19.30 Mb 46.0 Mb
Hook Time Memory Usage
displayNavFullWidth 94.484 ms 5.32 Mb
displayFooterElementor 75.068 ms 0.98 Mb
DisplayAfterTitleTag 38.863 ms 3.06 Mb
ActionOutputHTMLBefore 25.445 ms - Mb
displayLeftColumn 16.926 ms 2.14 Mb
displayBeforeBodyClosingTag 9.645 ms 0.71 Mb
DisplayProductListFunctionalButtons 8.502 ms 0.07 Mb
DisplayHeader 5.118 ms 0.21 Mb
DisplayProductPriceBlock 2.198 ms 0.45 Mb
DisplayLeftColumn 2.158 ms 0.16 Mb
DisplayContentWrapperBottom 1.603 ms 0.08 Mb
DisplayTop 1.537 ms 0.09 Mb
DisplayFooter 1.478 ms 0.09 Mb
DisplayContentWrapperTop 1.471 ms 0.08 Mb
DisplayTdWishlistHeader 1.057 ms 0.03 Mb
Header 0.992 ms 0.02 Mb
ActionDispatcherBefore 0.979 ms 0.01 Mb
DisplayBeforeBodyClosingTag 0.855 ms 0.09 Mb
DisplayProductListReviews 0.808 ms 0.04 Mb
DisplayNavFullWidth 0.691 ms 0.02 Mb
displayFreeShippingInfo 0.677 ms 0.04 Mb
DisplayAxeptioWidget 0.416 ms - Mb
ActionFrontControllerInitAfter 0.317 ms 0.01 Mb
ProductSearchProvider 0.314 ms 0.01 Mb
ActionFrontControllerSetMedia 0.194 ms - Mb
DisplayAfterBodyOpeningTag 0.138 ms 0.01 Mb
displayNav1 0.010 ms - Mb
displayFooterBefore 0.007 ms - Mb
ActionProductSearchAfter 0.006 ms - Mb
DisplayFooterAfter 0.004 ms - Mb
ModuleRoutes 0.003 ms - Mb
ActionDispatcher 0.003 ms - Mb
displayNav2 0.002 ms - Mb
displayFooter 0.001 ms - Mb
displayTop 0.001 ms - Mb
35 hook(s) 291.971 ms 13.44 Mb
Module Time Memory Usage
doofinder 2.049 ms - Mb
ps_eventbus 1.370 ms 0.03 Mb
psassistant 0.766 ms 0.02 Mb
axeptiocookies 2.409 ms 0.03 Mb
quantitydiscountpro 10.735 ms 1.04 Mb
pmcaptcha 1.693 ms 0.08 Mb
blockreassurance 0.222 ms 0.02 Mb
ps_emailsubscription 0.090 ms 0.01 Mb
ps_emailalerts 0.100 ms 0.01 Mb
paybox 1.171 ms 0.12 Mb
allinone_rewards 1.324 ms 0.18 Mb
tdelementor 173.503 ms 6.49 Mb
tdthemesettings 2.641 ms 0.07 Mb
bitmegamenu 0.578 ms 0.13 Mb
tdproductwishlist 9.824 ms 0.16 Mb
tdsearchblock 8.547 ms 0.53 Mb
tdcountdown 0.121 ms 0.01 Mb
tdfreeshipping 0.823 ms 0.05 Mb
tdnewsletter 0.712 ms 0.04 Mb
tdshoppingcart 1.120 ms 0.07 Mb
boostmyshopagent 0.196 ms 0.01 Mb
cdc_googletagmanager 39.619 ms 3.37 Mb
paypal 2.365 ms 0.09 Mb
ps_facetedsearch 1.142 ms 0.09 Mb
ps_categorytree 17.000 ms 2.15 Mb
tdcolumnblocks 0.579 ms 0.01 Mb
ps_languageselector 0.087 ms 0.01 Mb
ets_superspeed 26.804 ms - Mb
28 module(s) 307.589 ms 14.29 Mb

Stopwatch SQL - 1751 queries

# Query Time (ms) Rows Filesort Group By Location
78
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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='754' 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
475.652 ms 268280 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
1612
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.191 ms 671 Yes Yes /classes/Category.php:799
48
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` = 754
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
8.056 ms 1 Yes Yes /classes/Category.php:924
1597
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.395 ms 727 Yes /modules/tdsearchblock/tdsearchblock.php:342
1746
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.247 ms 727 Yes /modules/tdsearchblock/tdsearchblock.php:342
1596
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
4.897 ms 727 Yes /modules/tdsearchblock/tdsearchblock.php:342
80
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-11 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 (42564,64181,42856,42941,42946,64202,64204,43211,43216,43242,43535,43649,43771,43794,43824,43866,43970,44012,44018,44040,63213,63215,63217,63219,63220,63222,63229,63234,63236,63246,63247,63251,63254,63257,63261,63265,63266,63268,61300,61637,61643,61644,61646,61648,61651,61654,61655,61656,61658,61663,61673,61677,61680,61681,61683,64373,61688,61691,61694,61696,61704,61706,61722,61727,64374,61752,61768,61770,61773,61781,61793,61795,61802,61812,61818,61824,61826,61832,61849,61850,61855,61858,61860,61864,61867,39707,39712,39735,39740,39784)
4.580 ms 90 /classes/ProductAssembler.php:95
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.605 ms 1389 /classes/Configuration.php:180
95
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.737 ms 633 /classes/Hook.php:456
1423
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` = 61855
ORDER BY `position`
1.466 ms 1 Yes /classes/Product.php:3545
94
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.366 ms 0 /classes/Hook.php:1326
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`
1.221 ms 177 Yes Yes /classes/Hook.php:1267
79
SELECT SQL_NO_CACHE data FROM tps93061_layered_filter_block WHERE hash="4de27cde257fce5ca7aba2032cf08d09" LIMIT 1
1.160 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
1577
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "bitmegamenu" LIMIT 1
0.862 ms 1 /classes/module/Module.php:2659
580
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.825 ms 2 Yes /classes/SpecificPrice.php:576
1738
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.822 ms 885 /modules/tdproductwishlist/tdproductwishlist.php:488
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `tps93061_hook` h
WHERE (h.active = 1)
0.787 ms 1136 /classes/Hook.php:1366
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tps93061_hook`
0.742 ms 1136 /classes/Hook.php:1326
424
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.711 ms 2 Yes /classes/SpecificPrice.php:576
602
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` = 61637
AND image_shop.`cover` = 1 LIMIT 1
0.668 ms 1 /classes/Product.php:3570
1123
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.636 ms 1 /classes/Product.php:5659
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.626 ms 1 Yes /classes/shop/Shop.php:715
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` = 61663) AND (b.`id_shop` = 1) LIMIT 1
0.597 ms 1 /src/Adapter/EntityMapper.php:71
1343
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` = 61300
ORDER BY `position`
0.591 ms 1 Yes /classes/Product.php:3545
964
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` = 61768 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` = 61768 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.588 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.573 ms 111 /classes/module/Module.php:346
63
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` = 754
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.570 ms 1 Yes Yes /classes/Category.php:924
866
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.568 ms 2 Yes /classes/SpecificPrice.php:576
892
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.562 ms 2 Yes /classes/SpecificPrice.php:576
1266
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` = 42564
ORDER BY `position`
0.551 ms 1 Yes /classes/Product.php:3545
957
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.549 ms 2 Yes /classes/SpecificPrice.php:576
1616
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` <= 781 AND c.`nright` >= 782 AND c.`nleft` >= 1 AND c.`nright` <= 1454 ORDER BY `nleft` DESC
0.547 ms 727 Yes /classes/Category.php:1600
918
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.538 ms 2 Yes /classes/SpecificPrice.php:576
1547
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.535 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
853
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.530 ms 2 Yes /classes/SpecificPrice.php:576
873
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` = 61696 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` = 61696 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.527 ms 0 /classes/Cart.php:1430
879
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.527 ms 2 Yes /classes/SpecificPrice.php:576
944
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.526 ms 2 Yes /classes/SpecificPrice.php:576
983
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.526 ms 2 Yes /classes/SpecificPrice.php:576
1292
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` = 43771
ORDER BY `position`
0.526 ms 1 Yes /classes/Product.php:3545
905
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.525 ms 2 Yes /classes/SpecificPrice.php:576
425
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` = 63222)
0.524 ms 1 /classes/Product.php:3860
346
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.520 ms 2 Yes /classes/SpecificPrice.php:576
1009
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.517 ms 2 Yes /classes/SpecificPrice.php:576
996
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.517 ms 2 Yes /classes/SpecificPrice.php:576
1322
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` = 63234
ORDER BY `position`
0.516 ms 1 Yes /classes/Product.php:3545
970
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.514 ms 2 Yes /classes/SpecificPrice.php:576
931
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.513 ms 2 Yes /classes/SpecificPrice.php:576
860
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` = 61694 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` = 61694 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.512 ms 0 /classes/Cart.php:1430
593
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.509 ms 2 Yes /classes/SpecificPrice.php:576
1272
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` = 42856
ORDER BY `position`
0.506 ms 1 Yes /classes/Product.php:3545
899
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` = 61706 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` = 61706 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
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 = 61704
ORDER BY f.position ASC
0.503 ms 4 Yes /classes/Product.php:6021
75
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.501 ms 289 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
1625
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 (42564) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.501 ms 1 Yes Yes /classes/Product.php:4524
177
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.497 ms 2 Yes /classes/SpecificPrice.php:576
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.495 ms 1 Yes /classes/shop/Shop.php:1364
1554
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` a
LEFT JOIN `tps93061_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = 1
WHERE (a.`id_tdelementor_post` = 20) LIMIT 1
0.495 ms 1 /src/Adapter/EntityMapper.php:71
925
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` = 61727 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` = 61727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.492 ms 0 /classes/Cart.php:1430
24
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.492 ms 111 /classes/module/Module.php:346
912
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` = 61722 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` = 61722 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.492 ms 0 /classes/Cart.php:1430
112
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.491 ms 2 Yes /classes/SpecificPrice.php:576
1548
SELECT SQL_NO_CACHE 1 FROM `tps93061_cart_rule` WHERE ((date_to >= "2025-11-11 00:00:00" AND date_to <= "2025-11-11 23:59:59") OR (date_from >= "2025-11-11 00:00:00" AND date_from <= "2025-11-11 23:59:59") OR (date_from < "2025-11-11 00:00:00" AND date_to > "2025-11-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.486 ms 1 /classes/CartRule.php:357
536
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 = 63257
ORDER BY f.position ASC
0.485 ms 4 Yes /classes/Product.php:6021
977
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` = 61770 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` = 61770 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
463
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.482 ms 2 Yes /classes/SpecificPrice.php:576
1642
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 (43794) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.480 ms 1 Yes Yes /classes/Product.php:4524
951
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` = 61752 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` = 61752 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.479 ms 0 /classes/Cart.php:1430
1727
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` a
LEFT JOIN `tps93061_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = 1
WHERE (a.`id_tdelementor_post` = 12) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
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` = 61704 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` = 61704 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.475 ms 0 /classes/Cart.php:1430
968
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` = 61770) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
938
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` = 64374 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` = 64374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.473 ms 0 /classes/Cart.php:1430
57
SELECT SQL_NO_CACHE *
FROM `tps93061_category` a0
LEFT JOIN `tps93061_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 781) AND (a0.`nright` > 782) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.468 ms 727 Yes /classes/PrestaShopCollection.php:383
91
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.468 ms 2 Yes /classes/SpecificPrice.php:576
301
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` = 43866 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` = 43866 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
1016
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` = 61793 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` = 61793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.467 ms 0 /classes/Cart.php:1430
184
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` = 64204 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` = 64204 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.466 ms 0 /classes/Cart.php:1430
1231
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.466 ms 2 Yes /classes/SpecificPrice.php:576
990
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` = 61773 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` = 61773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.463 ms 0 /classes/Cart.php:1430
476
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.459 ms 2 Yes /classes/SpecificPrice.php:576
900
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 = 61706
ORDER BY f.position ASC
0.458 ms 4 Yes /classes/Product.php:6021
1630
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 (64181) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.458 ms 1 Yes Yes /classes/Product.php:4524
1003
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` = 61781 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` = 61781 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.456 ms 0 /classes/Cart.php:1430
1694
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 (61752) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.454 ms 1 Yes Yes /classes/Product.php:4524
697
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.453 ms 2 Yes /classes/SpecificPrice.php:576
255
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.452 ms 2 Yes /classes/SpecificPrice.php:576
411
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.451 ms 2 Yes /classes/SpecificPrice.php:576
861
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 = 61694
ORDER BY f.position ASC
0.451 ms 4 Yes /classes/Product.php:6021
965
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 = 61768
ORDER BY f.position ASC
0.451 ms 4 Yes /classes/Product.php:6021
1443
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` = 42564) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:71
775
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.450 ms 2 Yes /classes/SpecificPrice.php:576
1152
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.449 ms 2 Yes /classes/SpecificPrice.php:576
1697
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 (61773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.449 ms 1 Yes Yes /classes/Product.php:4524
379
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` = 63215 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` = 63215 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
978
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 = 61770
ORDER BY f.position ASC
0.447 ms 4 Yes /classes/Product.php:6021
1126
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.447 ms 2 Yes /classes/SpecificPrice.php:576
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` = 61663
AND image_shop.`cover` = 1 LIMIT 1
0.446 ms 1 /classes/Product.php:3570
874
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 = 61696
ORDER BY f.position ASC
0.445 ms 4 Yes /classes/Product.php:6021
913
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 = 61722
ORDER BY f.position ASC
0.445 ms 4 Yes /classes/Product.php:6021
164
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.444 ms 2 Yes /classes/SpecificPrice.php:576
1004
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 = 61781
ORDER BY f.position ASC
0.443 ms 4 Yes /classes/Product.php:6021
535
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` = 63257 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` = 63257 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.442 ms 0 /classes/Cart.php:1430
782
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` = 61680 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` = 61680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.442 ms 0 /classes/Cart.php:1430
281
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.441 ms 2 Yes /classes/SpecificPrice.php:576
619
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.441 ms 2 Yes /classes/SpecificPrice.php:576
294
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.440 ms 2 Yes /classes/SpecificPrice.php:576
801
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.440 ms 2 Yes /classes/SpecificPrice.php:576
952
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 = 61752
ORDER BY f.position ASC
0.439 ms 4 Yes /classes/Product.php:6021
1583
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1
0.439 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
877
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` = 61704) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
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` = 61706) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
216
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.438 ms 2 Yes /classes/SpecificPrice.php:576
567
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.438 ms 2 Yes /classes/SpecificPrice.php:576
105
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` = 42564 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` = 42564 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.437 ms 0 /classes/Cart.php:1430
203
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.437 ms 2 Yes /classes/SpecificPrice.php:576
939
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 = 64374
ORDER BY f.position ASC
0.437 ms 4 Yes /classes/Product.php:6021
1695
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 (61768) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.437 ms 1 Yes Yes /classes/Product.php:4524
955
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` = 61768) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
1146
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` = 61855 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` = 61855 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.436 ms 0 /classes/Cart.php:1430
1631
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 (42856) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.436 ms 1 Yes Yes /classes/Product.php:4524
981
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` = 61773) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
158
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` = 42946 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` = 42946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.435 ms 0 /classes/Cart.php:1430
450
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.435 ms 2 Yes /classes/SpecificPrice.php:576
210
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 43216 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` = 43216 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.434 ms 0 /classes/Cart.php:1430
151
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.433 ms 2 Yes /classes/SpecificPrice.php:576
437
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.433 ms 2 Yes /classes/SpecificPrice.php:576
723
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.433 ms 2 Yes /classes/SpecificPrice.php:576
926
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 = 61727
ORDER BY f.position ASC
0.433 ms 4 Yes /classes/Product.php:6021
1609
SELECT SQL_NO_CACHE `iso_code`
FROM `tps93061_country`
WHERE `id_country` = 8 LIMIT 1
0.433 ms 1 /classes/Country.php:275
175
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` = 64204) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
1345
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` = 61637
ORDER BY `position`
0.432 ms 1 Yes /classes/Product.php:3545
353
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` = 44040 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` = 44040 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
359
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.431 ms 2 Yes /classes/SpecificPrice.php:576
1470
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` = 64204) LIMIT 1
0.431 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.431 ms 2 Yes /classes/SpecificPrice.php:576
814
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.431 ms 2 Yes /classes/SpecificPrice.php:576
903
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` = 61722) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
1640
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 (43649) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.430 ms 1 Yes Yes /classes/Product.php:4524
106
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 = 42564
ORDER BY f.position ASC
0.428 ms 4 Yes /classes/Product.php:6021
749
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.428 ms 2 Yes /classes/SpecificPrice.php:576
197
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` = 43211 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` = 43211 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.427 ms 0 /classes/Cart.php:1430
268
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.427 ms 2 Yes /classes/SpecificPrice.php:576
307
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.427 ms 2 Yes /classes/SpecificPrice.php:576
617
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` = 61643) AND (b.`id_shop` = 1) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
762
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.427 ms 2 Yes /classes/SpecificPrice.php:576
929
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` = 64374) AND (b.`id_shop` = 1) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
1017
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 = 61793
ORDER BY f.position ASC
0.427 ms 4 Yes /classes/Product.php:6021
1087
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.427 ms 2 Yes /classes/SpecificPrice.php:576
372
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.426 ms 2 Yes /classes/SpecificPrice.php:576
138
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.425 ms 2 Yes /classes/SpecificPrice.php:576
606
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.425 ms 2 Yes /classes/SpecificPrice.php:576
1029
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` = 61795 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` = 61795 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
1022
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.425 ms 2 Yes /classes/SpecificPrice.php:576
1635
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 (64204) 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
132
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` = 42856 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` = 42856 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
1191
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.424 ms 2 Yes /classes/SpecificPrice.php:576
1244
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.424 ms 2 Yes /classes/SpecificPrice.php:576
125
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.423 ms 2 Yes /classes/SpecificPrice.php:576
385
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.423 ms 2 Yes /classes/SpecificPrice.php:576
515
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.423 ms 2 Yes /classes/SpecificPrice.php:576
1035
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.423 ms 2 Yes /classes/SpecificPrice.php:576
1139
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.422 ms 2 Yes /classes/SpecificPrice.php:576
788
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.421 ms 2 Yes /classes/SpecificPrice.php:576
991
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 = 61773
ORDER BY f.position ASC
0.421 ms 4 Yes /classes/Product.php:6021
1178
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.421 ms 2 Yes /classes/SpecificPrice.php:576
942
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` = 61752) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
1061
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.421 ms 2 Yes /classes/SpecificPrice.php:576
684
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.420 ms 2 Yes /classes/SpecificPrice.php:576
1074
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.420 ms 2 Yes /classes/SpecificPrice.php:576
994
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` = 61781) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.419 ms 2 Yes /classes/SpecificPrice.php:576
1218
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.419 ms 2 Yes /classes/SpecificPrice.php:576
1257
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.419 ms 2 Yes /classes/SpecificPrice.php:576
1693
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 (64374) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.419 ms 1 Yes Yes /classes/Product.php:4524
736
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.418 ms 2 Yes /classes/SpecificPrice.php:576
916
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` = 61727) AND (b.`id_shop` = 1) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:71
229
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.418 ms 2 Yes /classes/SpecificPrice.php:576
444
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` = 63229 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` = 63229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.418 ms 0 /classes/Cart.php:1430
320
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.417 ms 2 Yes /classes/SpecificPrice.php:576
541
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.417 ms 2 Yes /classes/SpecificPrice.php:576
1007
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` = 61793) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
1100
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.416 ms 2 Yes /classes/SpecificPrice.php:576
1384
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` = 61704
ORDER BY `position`
0.416 ms 1 Yes /classes/Product.php:3545
333
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.415 ms 2 Yes /classes/SpecificPrice.php:576
710
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.415 ms 2 Yes /classes/SpecificPrice.php:576
1048
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.415 ms 2 Yes /classes/SpecificPrice.php:576
1165
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.415 ms 2 Yes /classes/SpecificPrice.php:576
1205
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.415 ms 2 Yes /classes/SpecificPrice.php:576
769
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` = 61677 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` = 61677 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
242
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.414 ms 2 Yes /classes/SpecificPrice.php:576
587
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` = 63268 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` = 63268 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
851
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` = 61694) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
489
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.412 ms 2 Yes /classes/SpecificPrice.php:576
502
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.412 ms 2 Yes /classes/SpecificPrice.php:576
671
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.412 ms 2 Yes /classes/SpecificPrice.php:576
717
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` = 61656 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` = 61656 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
808
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` = 61683 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` = 61683 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
1665
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 (63266) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.412 ms 1 Yes Yes /classes/Product.php:4524
1113
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.411 ms 2 Yes /classes/SpecificPrice.php:576
1641
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 (43771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.411 ms 1 Yes Yes /classes/Product.php:4524
645
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.411 ms 2 Yes /classes/SpecificPrice.php:576
1683
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 (61683) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.410 ms 1 Yes Yes /classes/Product.php:4524
632
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.409 ms 2 Yes /classes/SpecificPrice.php:576
1094
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` = 61826 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` = 61826 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.409 ms 0 /classes/Cart.php:1430
190
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.409 ms 2 Yes /classes/SpecificPrice.php:576
340
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` = 44018 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` = 44018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.409 ms 0 /classes/Cart.php:1430
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` = 61704)
0.409 ms 1 /classes/Product.php:3860
1627
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.409 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1628
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.409 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
448
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` = 63234) AND (b.`id_shop` = 1) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
18
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.408 ms 64 Yes /classes/Dispatcher.php:654
827
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.408 ms 2 Yes /classes/SpecificPrice.php:576
840
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.407 ms 2 Yes /classes/SpecificPrice.php:576
1681
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 (61680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.407 ms 1 Yes Yes /classes/Product.php:4524
1732
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_elementor_page_settings_id_lang_1' LIMIT 1
0.407 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
145
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` = 42941 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` = 42941 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1430
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` = 63220 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` = 63220 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1430
639
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` = 61644 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` = 61644 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1430
744
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 = 61663
ORDER BY f.position ASC
0.406 ms 4 Yes /classes/Product.php:6021
1068
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` = 61818 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` = 61818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1430
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` = 63266 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` = 63266 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
658
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.405 ms 2 Yes /classes/SpecificPrice.php:576
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` = 61658 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` = 61658 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
906
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` = 61722)
0.405 ms 1 /classes/Product.php:3860
848
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 = 61691
ORDER BY f.position ASC
0.405 ms 4 Yes /classes/Product.php:6021
1543
SELECT SQL_NO_CACHE 1 FROM `tps93061_cart_rule` WHERE ((date_to >= "2025-11-11 00:00:00" AND date_to <= "2025-11-11 23:59:59") OR (date_from >= "2025-11-11 00:00:00" AND date_from <= "2025-11-11 23:59:59") OR (date_from < "2025-11-11 00:00:00" AND date_to > "2025-11-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.404 ms 1 /classes/CartRule.php:357
119
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` = 64181 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` = 64181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.404 ms 0 /classes/Cart.php:1430
561
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` = 63265 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` = 63265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.404 ms 0 /classes/Cart.php:1430
223
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` = 43242 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` = 43242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.402 ms 0 /classes/Cart.php:1430
821
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` = 64373 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` = 64373 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.402 ms 0 /classes/Cart.php:1430
1618
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.402 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1674
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 (61654) 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
1701
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 (61802) 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
341
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 = 44018
ORDER BY f.position ASC
0.401 ms 4 Yes /classes/Product.php:6021
1264
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` = 39784 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` = 39784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.401 ms 0 /classes/Cart.php:1430
1632
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 (42941) 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
509
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` = 63251 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` = 63251 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.400 ms 0 /classes/Cart.php:1430
691
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` = 61654 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` = 61654 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.400 ms 0 /classes/Cart.php:1430
1649
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 (63213) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.400 ms 1 Yes Yes /classes/Product.php:4524
1689
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 (61704) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.400 ms 1 Yes Yes /classes/Product.php:4524
315
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 = 43970
ORDER BY f.position ASC
0.400 ms 4 Yes /classes/Product.php:6021
528
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tps93061_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.400 ms 2 Yes /classes/SpecificPrice.php:576
1225
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` = 39712 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` = 39712 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
1702
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 (61812) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.399 ms 1 Yes Yes /classes/Product.php:4524
457
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` = 63234 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` = 63234 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
548
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` = 63261 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` = 63261 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
1120
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` = 61849 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` = 61849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
1346
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` = 61643
ORDER BY `position`
0.399 ms 1 Yes /classes/Product.php:3545
1546
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.399 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
171
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` = 64202 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` = 64202 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
1042
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` = 61802 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` = 61802 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
1706
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 (61832) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.398 ms 1 Yes Yes /classes/Product.php:4524
96
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.398 ms 1 /classes/tax/TaxRulesTaxManager.php:109
496
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` = 63247 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` = 63247 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
704
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` = 61655 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` = 61655 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
893
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` = 61706)
0.398 ms 1 /classes/Product.php:3860
1680
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 (61677) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.398 ms 1 Yes Yes /classes/Product.php:4524
1696
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 (61770) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.398 ms 1 Yes Yes /classes/Product.php:4524
314
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` = 43970 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` = 43970 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1430
344
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` = 44040) AND (b.`id_shop` = 1) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:71
522
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` = 63254 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` = 63254 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1430
1185
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` = 61864 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` = 61864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1430
1542
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.397 ms 1 /classes/Cart.php:4255
1651
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 (63217) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.397 ms 1 Yes Yes /classes/Product.php:4524
1671
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 (61646) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.397 ms 1 Yes Yes /classes/Product.php:4524
1679
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 (61673) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.397 ms 1 Yes Yes /classes/Product.php:4524
1718
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 (39784) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.397 ms 1 Yes Yes /classes/Product.php:4524
431
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` = 63222 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` = 63222 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.396 ms 0 /classes/Cart.php:1430
652
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` = 61646 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` = 61646 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.396 ms 0 /classes/Cart.php:1430
743
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` = 61663 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` = 61663 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.396 ms 0 /classes/Cart.php:1430
864
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` = 61696) AND (b.`id_shop` = 1) LIMIT 1
0.396 ms 1 /src/Adapter/EntityMapper.php:71
958
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` = 61768)
0.396 ms 1 /classes/Product.php:3860
1081
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` = 61824 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` = 61824 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.396 ms 0 /classes/Cart.php:1430
1159
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` = 61858 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` = 61858 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.396 ms 0 /classes/Cart.php:1430
1354
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` = 61651
ORDER BY `position`
0.396 ms 1 Yes /classes/Product.php:3545
1491
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` = 43794) LIMIT 1
0.396 ms 1 /src/Adapter/EntityMapper.php:71
1716
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 (39735) 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
120
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 = 64181
ORDER BY f.position ASC
0.395 ms 4 Yes /classes/Product.php:6021
626
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` = 61643 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` = 61643 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.395 ms 0 /classes/Cart.php:1430
1055
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` = 61812 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` = 61812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.395 ms 0 /classes/Cart.php:1430
1629
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.395 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1717
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 (39740) 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
146
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 = 42941
ORDER BY f.position ASC
0.394 ms 4 Yes /classes/Product.php:6021
354
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 = 44040
ORDER BY f.position ASC
0.394 ms 4 Yes /classes/Product.php:6021
1551
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.394 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1677
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 (61658) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.394 ms 1 Yes Yes /classes/Product.php:4524
1497
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` = 43866) LIMIT 1
0.394 ms 1 /src/Adapter/EntityMapper.php:71
1107
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` = 61832 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` = 61832 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1430
1644
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 (43866) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.393 ms 1 Yes Yes /classes/Product.php:4524
1646
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 (44012) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.393 ms 1 Yes Yes /classes/Product.php:4524
1659
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 (63247) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.393 ms 1 Yes Yes /classes/Product.php:4524
327
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` = 44012 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` = 44012 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1430
1281
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 64204
0.393 ms 1 /classes/Product.php:2902
470
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` = 63236 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` = 63236 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.392 ms 0 /classes/Cart.php:1430
971
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` = 61770)
0.392 ms 1 /classes/Product.php:3860
1251
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` = 39740 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` = 39740 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.392 ms 0 /classes/Cart.php:1430
236
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tps93061_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 43535 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` = 43535 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.391 ms 0 /classes/Cart.php:1430
613
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` = 61637 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` = 61637 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.391 ms 0 /classes/Cart.php:1430
718
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 = 61656
ORDER BY f.position ASC
0.391 ms 4 Yes /classes/Product.php:6021
834
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` = 61688 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` = 61688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.391 ms 0 /classes/Cart.php:1430
1030
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 = 61795
ORDER BY f.position ASC
0.391 ms 4 Yes /classes/Product.php:6021
1198
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` = 61867 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` = 61867 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.391 ms 0 /classes/Cart.php:1430
1712
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 (61864) 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
565
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` = 63266) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
600
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` = 61300 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` = 61300 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.390 ms 0 /classes/Cart.php:1430
678
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` = 61651 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` = 61651 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.390 ms 0 /classes/Cart.php:1430
1661
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 (63254) 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
1692
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 (61727) 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
1722
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.390 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
366
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` = 63213 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` = 63213 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
756
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` = 61673 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` = 61673 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
1124
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` = 61850) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
1172
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` = 61860 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` = 61860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
1238
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` = 39735 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` = 39735 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
1637
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 (43216) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.389 ms 1 Yes Yes /classes/Product.php:4524
1685
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 (61688) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.389 ms 1 Yes Yes /classes/Product.php:4524
1700
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 (61795) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.389 ms 1 Yes Yes /classes/Product.php:4524
1525
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63220 AND `id_shop` = 1
0.389 ms 1 /src/Adapter/EntityMapper.php:79
392
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` = 63217 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` = 63217 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.388 ms 0 /classes/Cart.php:1430
1655
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 (63229) 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
249
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` = 43649 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` = 43649 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.388 ms 0 /classes/Cart.php:1430
1046
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` = 61812) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
1212
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` = 39707 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` = 39707 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.388 ms 0 /classes/Cart.php:1430
665
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` = 61648 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` = 61648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.387 ms 0 /classes/Cart.php:1430
1133
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` = 61850 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` = 61850 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.387 ms 0 /classes/Cart.php:1430
288
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 43824 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` = 43824 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.387 ms 0 /classes/Cart.php:1430
483
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` = 63246 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` = 63246 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.387 ms 0 /classes/Cart.php:1430
854
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` = 61694)
0.387 ms 1 /classes/Product.php:3860
1494
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` = 43824) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
1634
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 (64202) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.387 ms 1 Yes Yes /classes/Product.php:4524
110
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` = 64181) AND (b.`id_shop` = 1) LIMIT 1
0.386 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.386 ms 111 /classes/module/Module.php:346
405
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` = 63219 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` = 63219 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.386 ms 0 /classes/Cart.php:1430
997
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` = 61781)
0.386 ms 1 /classes/Product.php:3860
1173
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 = 61860
ORDER BY f.position ASC
0.386 ms 4 Yes /classes/Product.php:6021
1252
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 = 39740
ORDER BY f.position ASC
0.386 ms 4 Yes /classes/Product.php:6021
1386
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` = 61706
ORDER BY `position`
0.386 ms 1 Yes /classes/Product.php:3545
1643
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 (43824) 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
1709
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 (61855) 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
1710
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 (61858) 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
172
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 = 64202
ORDER BY f.position ASC
0.385 ms 4 Yes /classes/Product.php:6021
275
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 43794 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` = 43794 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.385 ms 0 /classes/Cart.php:1430
328
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 = 44012
ORDER BY f.position ASC
0.385 ms 4 Yes /classes/Product.php:6021
1653
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 (63220) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.385 ms 1 Yes Yes /classes/Product.php:4524
1656
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 (63234) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.385 ms 1 Yes Yes /classes/Product.php:4524
185
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 = 64204
ORDER BY f.position ASC
0.385 ms 4 Yes /classes/Product.php:6021
919
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` = 61727)
0.384 ms 1 /classes/Product.php:3860
1360
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` = 61656
ORDER BY `position`
0.384 ms 1 Yes /classes/Product.php:3545
1624
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.384 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1648
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 (44040) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.384 ms 1 Yes Yes /classes/Product.php:4524
40
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.383 ms 111 /classes/module/Module.php:346
1095
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 = 61826
ORDER BY f.position ASC
0.383 ms 4 Yes /classes/Product.php:6021
1633
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 (42946) 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
1720
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.383 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
357
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` = 63213) AND (b.`id_shop` = 1) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
1687
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 (61694) 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
1703
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 (61818) 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
1686
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 (61691) 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
1707
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 (61849) 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
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` = 43771 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` = 43771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1430
562
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 = 63265
ORDER BY f.position ASC
0.382 ms 4 Yes /classes/Product.php:6021
692
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 = 61654
ORDER BY f.position ASC
0.382 ms 4 Yes /classes/Product.php:6021
847
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` = 61691 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` = 61691 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1430
945
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` = 61752)
0.382 ms 1 /classes/Product.php:3860
1121
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 = 61849
ORDER BY f.position ASC
0.382 ms 4 Yes /classes/Product.php:6021
1482
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` = 43535) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
1638
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 (43242) 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
1672
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 (61648) 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
1682
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 (61681) 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
1699
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 (61793) 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
1713
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 (61867) 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
22
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.381 ms 111 /classes/module/Module.php:346
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 = 43771
ORDER BY f.position ASC
0.381 ms 4 Yes /classes/Product.php:6021
1059
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` = 61818) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
1639
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 (43535) 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
1658
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 (63246) 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
1667
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 (61300) 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
1704
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 (61824) 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
445
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 = 63229
ORDER BY f.position ASC
0.380 ms 4 Yes /classes/Product.php:6021
867
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` = 61696)
0.380 ms 1 /classes/Product.php:3860
1647
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 (44018) 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
1698
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 (61781) 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
136
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` = 42941) AND (b.`id_shop` = 1) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
1598
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` a
LEFT JOIN `tps93061_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = 1
WHERE (a.`id_tdelementor_post` = 21) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
1636
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 (43211) 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
1652
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 (63219) 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
1714
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 (39707) 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
1715
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 (39712) 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
770
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 = 61677
ORDER BY f.position ASC
0.379 ms 4 Yes /classes/Product.php:6021
799
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` = 61683) AND (b.`id_shop` = 1) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
1670
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 (61644) 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
1688
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 (61696) 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
1708
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 (61850) 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
932
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` = 64374)
0.378 ms 1 /classes/Product.php:3860
1662
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 (63257) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.378 ms 1 Yes Yes /classes/Product.php:4524
123
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` = 42856) AND (b.`id_shop` = 1) LIMIT 1
0.378 ms 1 /src/Adapter/EntityMapper.php:71
795
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` = 61681 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` = 61681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.378 ms 0 /classes/Cart.php:1430
984
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` = 61773)
0.378 ms 1 /classes/Product.php:3860
1056
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 = 61812
ORDER BY f.position ASC
0.378 ms 4 Yes /classes/Product.php:6021
1320
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` = 63229
ORDER BY `position`
0.378 ms 1 Yes /classes/Product.php:3545
1660
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 (63251) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.378 ms 1 Yes Yes /classes/Product.php:4524
149
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` = 42946) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
1512
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` = 63213) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
1657
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 (63236) 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
370
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` = 63215) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
432
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 = 63222
ORDER BY f.position ASC
0.376 ms 4 Yes /classes/Product.php:6021
458
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 = 63234
ORDER BY f.position ASC
0.376 ms 4 Yes /classes/Product.php:6021
604
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` = 61637) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
1033
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` = 61802) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
1676
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 (61656) 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
1684
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 (64373) 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
87
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `tps93061_specific_price` WHERE `id_product` != 0
0.375 ms 225 /classes/SpecificPrice.php:310
178
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` = 64204)
0.375 ms 1 /classes/Product.php:3860
614
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 = 61637
ORDER BY f.position ASC
0.375 ms 4 Yes /classes/Product.php:6021
838
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` = 61691) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
1020
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` = 61795) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
1265
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 = 39784
ORDER BY f.position ASC
0.375 ms 4 Yes /classes/Product.php:6021
1654
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 (63222) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.375 ms 1 Yes Yes /classes/Product.php:4524
1663
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 (63261) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.375 ms 1 Yes Yes /classes/Product.php:4524
783
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 = 61680
ORDER BY f.position ASC
0.374 ms 4 Yes /classes/Product.php:6021
1010
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` = 61793)
0.374 ms 1 /classes/Product.php:3860
1666
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 (63268) 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
1664
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 (63265) 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
1678
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 (61663) 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
549
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 = 63261
ORDER BY f.position ASC
0.373 ms 4 Yes /classes/Product.php:6021
1467
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` = 64202) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
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 = 63220
ORDER BY f.position ASC
0.373 ms 4 Yes /classes/Product.php:6021
1239
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 = 39735
ORDER BY f.position ASC
0.373 ms 4 Yes /classes/Product.php:6021
1329
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` = 63251
ORDER BY `position`
0.373 ms 1 Yes /classes/Product.php:3545
1388
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` = 61722
ORDER BY `position`
0.373 ms 1 Yes /classes/Product.php:3545
1673
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 (61651) 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
1691
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 (61722) 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
1711
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 (61860) 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
1389
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` = 61727
ORDER BY `position`
0.372 ms 1 Yes /classes/Product.php:3545
1705
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 (61826) 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
198
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 = 43211
ORDER BY f.position ASC
0.372 ms 4 Yes /classes/Product.php:6021
318
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` = 44012) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
383
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` = 63217) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
1669
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 (61643) 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
1675
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 (61655) 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
1690
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 (61706) 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
406
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 = 63219
ORDER BY f.position ASC
0.371 ms 4 Yes /classes/Product.php:6021
591
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` = 61300) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
84
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` = 42564) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
1186
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 = 61864
ORDER BY f.position ASC
0.371 ms 4 Yes /classes/Product.php:6021
1473
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` = 43211) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
1668
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 (61637) 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
133
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 = 42856
ORDER BY f.position ASC
0.370 ms 4 Yes /classes/Product.php:6021
224
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 = 43242
ORDER BY f.position ASC
0.370 ms 4 Yes /classes/Product.php:6021
289
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 = 43824
ORDER BY f.position ASC
0.370 ms 4 Yes /classes/Product.php:6021
835
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 = 61688
ORDER BY f.position ASC
0.370 ms 4 Yes /classes/Product.php:6021
1082
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 = 61824
ORDER BY f.position ASC
0.370 ms 4 Yes /classes/Product.php:6021
1216
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` = 39712) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
211
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 = 43216
ORDER BY f.position ASC
0.370 ms 4 Yes /classes/Product.php:6021
380
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 = 63215
ORDER BY f.position ASC
0.370 ms 4 Yes /classes/Product.php:6021
1308
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` = 63213
ORDER BY `position`
0.370 ms 1 Yes /classes/Product.php:3545
446
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` = 63234
AND image_shop.`cover` = 1 LIMIT 1
0.369 ms 1 /classes/Product.php:3570
1199
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 = 61867
ORDER BY f.position ASC
0.369 ms 4 Yes /classes/Product.php:6021
1226
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 = 39712
ORDER BY f.position ASC
0.369 ms 4 Yes /classes/Product.php:6021
1229
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` = 39735) AND (b.`id_shop` = 1) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
1513
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63213 AND `id_shop` = 1
0.369 ms 1 /src/Adapter/EntityMapper.php:79
1721
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.369 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
487
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` = 63247) AND (b.`id_shop` = 1) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
1458
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` = 42856) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
1503
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` = 44012) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
500
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` = 63251) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
786
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` = 61681) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
1537
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63236 AND `id_shop` = 1
0.368 ms 1 /src/Adapter/EntityMapper.php:79
399
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` = 63219)
0.368 ms 1 /classes/Product.php:3860
1417
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` = 61832
ORDER BY `position`
0.368 ms 1 Yes /classes/Product.php:3545
1620
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.368 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
601
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 = 61300
ORDER BY f.position ASC
0.367 ms 4 Yes /classes/Product.php:6021
721
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` = 61658) AND (b.`id_shop` = 1) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
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 = 61658
ORDER BY f.position ASC
0.367 ms 4 Yes /classes/Product.php:6021
802
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` = 61683)
0.367 ms 1 /classes/Product.php:3860
822
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 = 64373
ORDER BY f.position ASC
0.367 ms 4 Yes /classes/Product.php:6021
1339
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` = 63266
ORDER BY `position`
0.367 ms 1 Yes /classes/Product.php:3545
1531
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63229 AND `id_shop` = 1
0.367 ms 1 /src/Adapter/EntityMapper.php:79
633
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` = 61644)
0.366 ms 1 /classes/Product.php:3860
74
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tps93061_layered_category
WHERE controller = 'category'
AND id_category = 754
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.366 ms 3 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
331
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` = 44018) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
1147
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 = 61855
ORDER BY f.position ASC
0.366 ms 4 Yes /classes/Product.php:6021
1599
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.366 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1645
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 (43970) 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
1650
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 (63215) 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
162
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` = 64202) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
334
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 44018)
0.365 ms 1 /classes/Product.php:3860
471
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 = 63236
ORDER BY f.position ASC
0.365 ms 4 Yes /classes/Product.php:6021
484
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 = 63246
ORDER BY f.position ASC
0.365 ms 4 Yes /classes/Product.php:6021
809
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 = 61683
ORDER BY f.position ASC
0.365 ms 4 Yes /classes/Product.php:6021
1245
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` = 39740)
0.365 ms 1 /classes/Product.php:3860
393
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 = 63217
ORDER BY f.position ASC
0.365 ms 4 Yes /classes/Product.php:6021
653
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 = 61646
ORDER BY f.position ASC
0.365 ms 4 Yes /classes/Product.php:6021
1522
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63219 AND `id_shop` = 1
0.365 ms 1 /src/Adapter/EntityMapper.php:79
1043
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 = 61802
ORDER BY f.position ASC
0.364 ms 4 Yes /classes/Product.php:6021
1160
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 = 61858
ORDER BY f.position ASC
0.364 ms 4 Yes /classes/Product.php:6021
1485
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` = 43649) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
1516
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63215 AND `id_shop` = 1
0.364 ms 1 /src/Adapter/EntityMapper.php:79
1536
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` = 63236) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
1619
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.364 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
302
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 = 43866
ORDER BY f.position ASC
0.363 ms 4 Yes /classes/Product.php:6021
1553
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.363 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1579
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1
0.363 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1719
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.363 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
757
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 = 61673
ORDER BY f.position ASC
0.363 ms 4 Yes /classes/Product.php:6021
1622
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.363 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1137
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` = 61855) AND (b.`id_shop` = 1) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:71
679
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 = 61651
ORDER BY f.position ASC
0.362 ms 4 Yes /classes/Product.php:6021
1069
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 = 61818
ORDER BY f.position ASC
0.362 ms 4 Yes /classes/Product.php:6021
1213
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 = 39707
ORDER BY f.position ASC
0.362 ms 4 Yes /classes/Product.php:6021
1724
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.362 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
305
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` = 43970) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
510
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 = 63251
ORDER BY f.position ASC
0.360 ms 4 Yes /classes/Product.php:6021
737
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` = 61663)
0.360 ms 1 /classes/Product.php:3860
773
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` = 61680) AND (b.`id_shop` = 1) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
1163
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` = 61860) AND (b.`id_shop` = 1) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
1433
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` = 39707
ORDER BY `position`
0.360 ms 1 Yes /classes/Product.php:3545
1528
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63222 AND `id_shop` = 1
0.360 ms 1 /src/Adapter/EntityMapper.php:79
1540
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63246 AND `id_shop` = 1
0.360 ms 1 /src/Adapter/EntityMapper.php:79
269
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` = 43794)
0.359 ms 1 /classes/Product.php:3860
497
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 = 63247
ORDER BY f.position ASC
0.359 ms 4 Yes /classes/Product.php:6021
523
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 = 63254
ORDER BY f.position ASC
0.359 ms 4 Yes /classes/Product.php:6021
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 = 63266
ORDER BY f.position ASC
0.359 ms 4 Yes /classes/Product.php:6021
588
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 = 63268
ORDER BY f.position ASC
0.359 ms 4 Yes /classes/Product.php:6021
1372
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` = 61681
ORDER BY `position`
0.359 ms 1 Yes /classes/Product.php:3545
1479
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` = 43242) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
627
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 = 61643
ORDER BY f.position ASC
0.358 ms 4 Yes /classes/Product.php:6021
1613
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.358 ms 2 /classes/Category.php:2242
159
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 = 42946
ORDER BY f.position ASC
0.358 ms 4 Yes /classes/Product.php:6021
1242
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` = 39740) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
1314
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` = 63219
ORDER BY `position`
0.358 ms 1 Yes /classes/Product.php:3545
1725
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.358 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
1747
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ybc_blog" LIMIT 1
0.358 ms 0 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
25
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` = 754) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
1203
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` = 39707) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
1552
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.357 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
253
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` = 43771) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
367
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 = 63213
ORDER BY f.position ASC
0.357 ms 4 Yes /classes/Product.php:6021
409
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` = 63220) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
825
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` = 61688) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
1108
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 = 61832
ORDER BY f.position ASC
0.357 ms 4 Yes /classes/Product.php:6021
1520
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63217) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.357 ms 1 /classes/Product.php:7726
1595
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.357 ms 1 /src/Adapter/EntityMapper.php:71
1409
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` = 61812
ORDER BY `position`
0.356 ms 1 Yes /classes/Product.php:3545
201
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` = 43216) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
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` = 43794) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
815
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` = 64373)
0.356 ms 1 /classes/Product.php:3860
841
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` = 61691)
0.356 ms 1 /classes/Product.php:3860
914
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` = 61727
AND image_shop.`cover` = 1 LIMIT 1
0.356 ms 1 /classes/Product.php:3570
1356
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` = 61654
ORDER BY `position`
0.356 ms 1 Yes /classes/Product.php:3545
1539
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` = 63246) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
227
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` = 43535) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
237
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 = 43535
ORDER BY f.position ASC
0.355 ms 4 Yes /classes/Product.php:6021
250
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 = 43649
ORDER BY f.position ASC
0.355 ms 4 Yes /classes/Product.php:6021
276
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 = 43794
ORDER BY f.position ASC
0.355 ms 4 Yes /classes/Product.php:6021
292
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` = 43866) AND (b.`id_shop` = 1) LIMIT 1
0.355 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` = 63222) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
539
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` = 63261) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
552
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` = 63265) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
796
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 = 61681
ORDER BY f.position ASC
0.355 ms 4 Yes /classes/Product.php:6021
1085
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` = 61826) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
1255
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` = 39784) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
1134
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 = 61850
ORDER BY f.position ASC
0.354 ms 4 Yes /classes/Product.php:6021
1206
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` = 39707)
0.354 ms 1 /classes/Product.php:3860
1439
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` = 39740
ORDER BY `position`
0.354 ms 1 Yes /classes/Product.php:3545
279
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` = 43824) AND (b.`id_shop` = 1) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
705
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 = 61655
ORDER BY f.position ASC
0.354 ms 4 Yes /classes/Product.php:6021
1189
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` = 61867) AND (b.`id_shop` = 1) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
1352
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` = 61648
ORDER BY `position`
0.353 ms 1 Yes /classes/Product.php:3545
1411
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` = 61818
ORDER BY `position`
0.353 ms 1 Yes /classes/Product.php:3545
1623
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.353 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
435
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` = 63229) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
1500
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` = 43970) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
1101
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` = 61832)
0.352 ms 1 /classes/Product.php:3860
1176
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` = 61864) AND (b.`id_shop` = 1) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
1519
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63217 AND `id_shop` = 1
0.352 ms 1 /src/Adapter/EntityMapper.php:79
240
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` = 43649) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
594
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` = 61300)
0.351 ms 1 /classes/Product.php:3860
812
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` = 64373) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
1166
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` = 61860)
0.351 ms 1 /classes/Product.php:3860
1441
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` = 39784
ORDER BY `position`
0.351 ms 1 Yes /classes/Product.php:3545
1545
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
107
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.350 ms 1 /classes/tax/TaxRulesTaxManager.php:109
214
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` = 43242) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
640
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 = 61644
ORDER BY f.position ASC
0.350 ms 4 Yes /classes/Product.php:6021
1098
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` = 61832) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
1232
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` = 39735)
0.350 ms 1 /classes/Product.php:3860
1327
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` = 63247
ORDER BY `position`
0.350 ms 1 Yes /classes/Product.php:3545
1382
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` = 61696
ORDER BY `position`
0.350 ms 1 Yes /classes/Product.php:3545
81
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` = 42564
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
88
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE `from` BETWEEN '2025-11-11 00:00:00' AND '2025-11-11 23:59:59' LIMIT 1
0.349 ms 1 /classes/SpecificPrice.php:377
516
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` = 63254)
0.349 ms 1 /classes/Product.php:3860
666
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 = 61648
ORDER BY f.position ASC
0.349 ms 4 Yes /classes/Product.php:6021
747
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` = 61673) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
946
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61752 AND id_shop=1 LIMIT 1
0.349 ms 1 /classes/Product.php:6876
1088
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` = 61826)
0.349 ms 1 /classes/Product.php:3860
1335
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` = 63261
ORDER BY `position`
0.349 ms 1 Yes /classes/Product.php:3545
1427
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` = 61860
ORDER BY `position`
0.349 ms 1 Yes /classes/Product.php:3545
1506
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` = 44018) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
1521
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` = 63219) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
1726
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.349 ms 13 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
295
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` = 43866)
0.348 ms 1 /classes/Product.php:3860
396
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` = 63219) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
474
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` = 63246) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
620
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` = 61643)
0.348 ms 1 /classes/Product.php:3860
1435
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` = 39712
ORDER BY `position`
0.348 ms 1 Yes /classes/Product.php:3545
1476
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` = 43216) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
1527
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` = 63222) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
1370
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` = 61680
ORDER BY `position`
0.348 ms 1 Yes /classes/Product.php:3545
461
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` = 63236) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
537
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` = 63261
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
1153
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` = 61858)
0.347 ms 1 /classes/Product.php:3860
1368
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` = 61677
ORDER BY `position`
0.347 ms 1 Yes /classes/Product.php:3545
1111
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` = 61849) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
1468
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 64202 AND `id_shop` = 1
0.347 ms 1 /src/Adapter/EntityMapper.php:79
1304
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` = 44018
ORDER BY `position`
0.346 ms 1 Yes /classes/Product.php:3545
776
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` = 61680)
0.346 ms 1 /classes/Product.php:3860
1150
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` = 61858) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
1179
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` = 61864)
0.346 ms 1 /classes/Product.php:3860
1219
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` = 39712)
0.346 ms 1 /classes/Product.php:3860
1337
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` = 63265
ORDER BY `position`
0.346 ms 1 Yes /classes/Product.php:3545
1378
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` = 61691
ORDER BY `position`
0.346 ms 1 Yes /classes/Product.php:3545
1461
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` = 42941) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
188
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` = 43211) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
1036
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` = 61802)
0.345 ms 1 /classes/Product.php:3860
1270
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` = 64181
ORDER BY `position`
0.345 ms 1 Yes /classes/Product.php:3545
1290
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` = 43649
ORDER BY `position`
0.345 ms 1 Yes /classes/Product.php:3545
1333
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` = 63257
ORDER BY `position`
0.345 ms 1 Yes /classes/Product.php:3545
1524
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` = 63220) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
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` = 61658)
0.344 ms 1 /classes/Product.php:3860
1127
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` = 61850)
0.344 ms 1 /classes/Product.php:3860
1310
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` = 63215
ORDER BY `position`
0.344 ms 1 Yes /classes/Product.php:3545
1415
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` = 61826
ORDER BY `position`
0.344 ms 1 Yes /classes/Product.php:3545
139
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` = 42941)
0.344 ms 1 /classes/Product.php:3860
360
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` = 63213)
0.344 ms 1 /classes/Product.php:3860
1376
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` = 61688
ORDER BY `position`
0.344 ms 1 Yes /classes/Product.php:3545
126
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` = 42856)
0.343 ms 1 /classes/Product.php:3860
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` = 63268) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
1286
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` = 43242
ORDER BY `position`
0.343 ms 1 Yes /classes/Product.php:3545
386
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` = 63217)
0.343 ms 1 /classes/Product.php:3860
513
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` = 63254) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
682
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` = 61654) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
875
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` = 61704
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
1280
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` = 64204
ORDER BY `position`
0.343 ms 1 Yes /classes/Product.php:3545
42
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.342 ms 1 /classes/module/Module.php:2659
113
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` = 64181)
0.342 ms 1 /classes/Product.php:3860
695
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` = 61655) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
1397
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` = 61770
ORDER BY `position`
0.342 ms 1 Yes /classes/Product.php:3545
1431
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` = 61867
ORDER BY `position`
0.342 ms 1 Yes /classes/Product.php:3545
451
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` = 63234)
0.341 ms 1 /classes/Product.php:3860
402
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63219 LIMIT 1
0.341 ms 1 /classes/Pack.php:89
669
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` = 61651) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
708
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` = 61656) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
760
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` = 61677) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
1140
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` = 61855)
0.341 ms 1 /classes/Product.php:3860
1464
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` = 42946) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
927
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` = 64374
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
165
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` = 64202)
0.340 ms 1 /classes/Product.php:3860
342
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` = 44040
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
979
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` = 61773
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
1258
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` = 39784)
0.340 ms 1 /classes/Product.php:3860
1331
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` = 63254
ORDER BY `position`
0.340 ms 1 Yes /classes/Product.php:3545
108
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` = 64181
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 1 /classes/Product.php:3570
152
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` = 42946)
0.339 ms 1 /classes/Product.php:3860
373
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` = 63215)
0.339 ms 1 /classes/Product.php:3860
789
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` = 61681)
0.339 ms 1 /classes/Product.php:3860
1437
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` = 39735
ORDER BY `position`
0.339 ms 1 Yes /classes/Product.php:3545
1455
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` = 64181) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
529
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` = 63257)
0.338 ms 1 /classes/Product.php:3860
581
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` = 63268)
0.338 ms 1 /classes/Product.php:3860
630
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` = 61644) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
940
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` = 61752
AND image_shop.`cover` = 1 LIMIT 1
0.338 ms 1 /classes/Product.php:3570
1072
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` = 61824) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
1075
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` = 61824)
0.338 ms 1 /classes/Product.php:3860
1403
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` = 61793
ORDER BY `position`
0.338 ms 1 Yes /classes/Product.php:3545
643
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` = 61646) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
1429
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` = 61864
ORDER BY `position`
0.338 ms 1 Yes /classes/Product.php:3545
1515
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` = 63215) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
1318
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` = 63222
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
1348
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` = 61644
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
1393
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` = 61752
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
1425
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` = 61858
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
1532
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63229) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.337 ms 1 /classes/Product.php:7726
526
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` = 63257) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
555
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` = 63265)
0.337 ms 1 /classes/Product.php:3860
966
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` = 61770
AND image_shop.`cover` = 1 LIMIT 1
0.337 ms 1 /classes/Product.php:3570
1005
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` = 61793
AND image_shop.`cover` = 1 LIMIT 1
0.337 ms 1 /classes/Product.php:3570
1405
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` = 61795
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
1448
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 203 AND `id_shop` = 1
0.337 ms 1 /src/Adapter/EntityMapper.php:79
656
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` = 61648) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
1530
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` = 63229) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
1617
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.336 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
1278
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` = 64202
ORDER BY `position`
0.336 ms 1 Yes /classes/Product.php:3545
1380
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` = 61694
ORDER BY `position`
0.336 ms 1 Yes /classes/Product.php:3545
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` = 43771)
0.335 ms 1 /classes/Product.php:3860
282
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` = 43824)
0.335 ms 1 /classes/Product.php:3860
438
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` = 63229)
0.335 ms 1 /classes/Product.php:3860
901
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` = 61722
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
1316
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` = 63220
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3545
1325
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` = 63246
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3545
1366
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` = 61673
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3545
1401
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` = 61781
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3545
1529
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63222) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.335 ms 1 /classes/Product.php:7726
68
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.334 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
763
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` = 61677)
0.334 ms 1 /classes/Product.php:3860
1192
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` = 61867)
0.334 ms 1 /classes/Product.php:3860
1282
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` = 43211
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3545
1288
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` = 43535
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3545
1324
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` = 63236
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3545
1413
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` = 61824
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3545
1533
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` = 63234) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
698
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` = 61655)
0.333 ms 1 /classes/Product.php:3860
953
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` = 61768
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
1306
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` = 44040
ORDER BY `position`
0.333 ms 1 Yes /classes/Product.php:3545
1364
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` = 61663
ORDER BY `position`
0.333 ms 1 Yes /classes/Product.php:3545
1745
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-11 22:23:37'
AND td.`data_start` <= '2025-11-11 22:23:37'
AND td.id_shop =1
0.333 ms 1 /modules/tdnewsletter/classes/ClassTdNewsletter.php:73
1391
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` = 64374
ORDER BY `position`
0.332 ms 1 Yes /classes/Product.php:3545
1541
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63246) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.332 ms 1 /classes/Product.php:7726
1626
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.332 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
1049
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` = 61812)
0.332 ms 1 /classes/Product.php:3860
1062
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` = 61818)
0.332 ms 1 /classes/Product.php:3860
1274
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` = 42941
ORDER BY `position`
0.332 ms 1 Yes /classes/Product.php:3545
1407
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` = 61802
ORDER BY `position`
0.332 ms 1 Yes /classes/Product.php:3545
1509
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` = 44040) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
1518
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` = 63217) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
1555
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1
0.331 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1589
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_elementor_page_settings_id_lang_1' LIMIT 1
0.331 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
503
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` = 63251)
0.331 ms 1 /classes/Product.php:3860
607
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` = 61637)
0.331 ms 1 /classes/Product.php:3860
1362
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` = 61658
ORDER BY `position`
0.331 ms 1 Yes /classes/Product.php:3545
1395
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` = 61768
ORDER BY `position`
0.331 ms 1 Yes /classes/Product.php:3545
1421
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` = 61850
ORDER BY `position`
0.331 ms 1 Yes /classes/Product.php:3545
680
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` = 61654
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
490
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` = 63247)
0.330 ms 1 /classes/Product.php:3860
1114
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` = 61849)
0.330 ms 1 /classes/Product.php:3860
1723
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.330 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
30
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.329 ms 1 /src/Adapter/EntityMapper.php:71
992
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` = 61781
AND image_shop.`cover` = 1 LIMIT 1
0.329 ms 1 /classes/Product.php:3570
1300
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` = 43970
ORDER BY `position`
0.329 ms 1 Yes /classes/Product.php:3545
1488
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` = 43771) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
1538
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63236) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.329 ms 1 /classes/Product.php:7726
1419
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` = 61849
ORDER BY `position`
0.329 ms 1 Yes /classes/Product.php:3545
828
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` = 61688)
0.328 ms 1 /classes/Product.php:3860
1018
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` = 61795
AND image_shop.`cover` = 1 LIMIT 1
0.328 ms 1 /classes/Product.php:3570
1296
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` = 43824
ORDER BY `position`
0.328 ms 1 Yes /classes/Product.php:3545
1489
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43771 AND `id_shop` = 1
0.328 ms 1 /src/Adapter/EntityMapper.php:79
711
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` = 61656)
0.328 ms 1 /classes/Product.php:3860
1294
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` = 43794
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3545
1302
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` = 44012
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3545
1350
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` = 61646
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3545
347
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 44040)
0.326 ms 1 /classes/Product.php:3860
442
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63229 LIMIT 1
0.326 ms 1 /classes/Pack.php:90
121
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` = 42856
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
477
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` = 63246)
0.326 ms 1 /classes/Product.php:3860
1298
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` = 43866
ORDER BY `position`
0.326 ms 1 Yes /classes/Product.php:3545
1399
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` = 61773
ORDER BY `position`
0.326 ms 1 Yes /classes/Product.php:3545
1312
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` = 63217
ORDER BY `position`
0.325 ms 1 Yes /classes/Product.php:3545
1341
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` = 63268
ORDER BY `position`
0.324 ms 1 Yes /classes/Product.php:3545
441
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63229 LIMIT 1
0.323 ms 1 /classes/Pack.php:89
1605
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.323 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1374
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` = 61683
ORDER BY `position`
0.322 ms 1 Yes /classes/Product.php:3545
1375
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` = 64373
ORDER BY `position`
0.322 ms 1 Yes /classes/Product.php:3545
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` = 61706
AND image_shop.`cover` = 1 LIMIT 1
0.321 ms 1 /classes/Product.php:3570
134
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` = 42941
AND image_shop.`cover` = 1 LIMIT 1
0.321 ms 1 /classes/Product.php:3570
1514
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63213) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.321 ms 1 /classes/Product.php:7726
204
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` = 43216)
0.320 ms 1 /classes/Product.php:3860
1284
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` = 43216
ORDER BY `position`
0.320 ms 1 Yes /classes/Product.php:3545
1358
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` = 61655
ORDER BY `position`
0.320 ms 1 Yes /classes/Product.php:3545
1408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61802
0.320 ms 1 /classes/Product.php:2902
1735
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.320 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
849
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` = 61694
AND image_shop.`cover` = 1 LIMIT 1
0.319 ms 1 /classes/Product.php:3570
464
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` = 63236)
0.318 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` = 63266)
0.317 ms 1 /classes/Product.php:3860
1344
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61300
0.317 ms 1 /classes/Product.php:2902
1565
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "smartblog" LIMIT 1
0.317 ms 0 /classes/module/Module.php:2659
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.316 ms 1 /classes/Language.php:1216
290
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` = 43866
AND image_shop.`cover` = 1 LIMIT 1
0.316 ms 1 /classes/Product.php:3570
43
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.316 ms 1 /classes/module/Module.php:2132
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` = 63220)
0.316 ms 1 /classes/Product.php:3860
1276
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` = 42946
ORDER BY `position`
0.316 ms 1 Yes /classes/Product.php:3545
191
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` = 43211)
0.315 ms 1 /classes/Product.php:3860
92
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` = 42564)
0.315 ms 1 /classes/Product.php:3860
303
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` = 43970
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 1 /classes/Product.php:3570
862
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` = 61696
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 1 /classes/Product.php:3570
230
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 43535)
0.314 ms 1 /classes/Product.php:3860
433
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` = 63229
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
836
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` = 61691
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
35
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.313 ms 1 /src/Adapter/EntityMapper.php:71
1014
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61793 LIMIT 1
0.313 ms 1 /classes/Pack.php:90
1096
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` = 61832
AND image_shop.`cover` = 1 LIMIT 1
0.313 ms 1 /classes/Product.php:3570
76
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` = 754) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
368
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` = 63215
AND image_shop.`cover` = 1 LIMIT 1
0.311 ms 1 /classes/Product.php:3570
563
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` = 63266
AND image_shop.`cover` = 1 LIMIT 1
0.310 ms 1 /classes/Product.php:3570
66
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.309 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
1268
SELECT SQL_NO_CACHE state FROM tps93061_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.309 ms 1 /classes/FeatureFlag.php:105
1387
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61706
0.309 ms 1 /classes/Product.php:2902
33
SELECT SQL_NO_CACHE *
FROM `tps93061_currency_lang`
WHERE `id_currency` = 1
0.308 ms 1 /src/Adapter/EntityMapper.php:79
199
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` = 43216
AND image_shop.`cover` = 1 LIMIT 1
0.308 ms 1 /classes/Product.php:3570
719
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` = 61658
AND image_shop.`cover` = 1 LIMIT 1
0.308 ms 1 /classes/Product.php:3570
750
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` = 61673)
0.308 ms 1 /classes/Product.php:3860
823
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` = 61688
AND image_shop.`cover` = 1 LIMIT 1
0.308 ms 1 /classes/Product.php:3570
1253
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` = 39784
AND image_shop.`cover` = 1 LIMIT 1
0.308 ms 1 /classes/Product.php:3570
85
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE id_product = 0 LIMIT 1
0.308 ms 1 /classes/SpecificPrice.php:426
1562
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1
0.307 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1561
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1
0.307 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
329
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` = 44018
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
1593
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.306 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
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.306 ms 1 /src/Adapter/EntityMapper.php:71
64
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` = '754' LIMIT 1
0.306 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
542
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` = 63261)
0.306 ms 1 /classes/Product.php:3860
870
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61696 LIMIT 1
0.306 ms 1 /classes/Pack.php:89
685
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` = 61654)
0.305 ms 1 /classes/Product.php:3860
1227
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` = 39735
AND image_shop.`cover` = 1 LIMIT 1
0.305 ms 1 /classes/Product.php:3570
1471
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 64204 AND `id_shop` = 1
0.305 ms 1 /src/Adapter/EntityMapper.php:79
1492
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43794 AND `id_shop` = 1
0.305 ms 1 /src/Adapter/EntityMapper.php:79
1550
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.305 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
147
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` = 42946
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
1000
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61781 LIMIT 1
0.304 ms 1 /classes/Pack.php:89
1057
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` = 61818
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
1161
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` = 61860
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
73
SELECT SQL_NO_CACHE `id_category`
FROM `tps93061_category_shop`
WHERE `id_category` = 754
AND `id_shop` = 1 LIMIT 1
0.303 ms 1 /classes/Category.php:2450
550
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` = 63265
AND image_shop.`cover` = 1 LIMIT 1
0.303 ms 1 /classes/Product.php:3570
1385
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61704
0.303 ms 1 /classes/Product.php:2902
1544
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
499
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.302 ms 1 /classes/Product.php:5659
1044
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` = 61812
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
1083
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` = 61826
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
1603
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_elementor_page_settings_id_lang_1' LIMIT 1
0.302 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1614
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` = 754 LIMIT 1
0.302 ms 1 /classes/Category.php:1585
355
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` = 63213
AND image_shop.`cover` = 1 LIMIT 1
0.301 ms 1 /classes/Product.php:3570
1326
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63246
0.301 ms 1 /classes/Product.php:2902
1340
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63266
0.301 ms 1 /classes/Product.php:2902
1447
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` = 203) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
615
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` = 61643
AND image_shop.`cover` = 1 LIMIT 1
0.301 ms 1 /classes/Product.php:3570
60
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` p
WHERE (p.post_type = "header")
0.300 ms 58 /modules/tdelementor/tdelementor.php:1388
308
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` = 43970)
0.300 ms 1 /classes/Product.php:3860
485
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` = 63247
AND image_shop.`cover` = 1 LIMIT 1
0.300 ms 1 /classes/Product.php:3570
950
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61752) 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
1444
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 42564 AND `id_shop` = 1
0.300 ms 1 /src/Adapter/EntityMapper.php:79
771
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` = 61680
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
784
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` = 61681
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
51
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
102
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 42564 LIMIT 1
0.299 ms 1 /classes/Pack.php:89
217
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` = 43242)
0.299 ms 1 /classes/Product.php:3860
321
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` = 44012)
0.299 ms 1 /classes/Product.php:3860
1200
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` = 39707
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
1739
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.299 ms 1 /classes/module/Module.php:2659
54
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.298 ms 1 /src/Adapter/EntityMapper.php:71
394
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` = 63219
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
1174
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` = 61864
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
1267
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 42564
0.298 ms 1 /classes/Product.php:2902
1495
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43824 AND `id_shop` = 1
0.298 ms 1 /src/Adapter/EntityMapper.php:79
1742
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.298 ms 0 /classes/module/Module.php:2132
243
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` = 43649)
0.298 ms 1 /classes/Product.php:3860
498
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` = 63251
AND image_shop.`cover` = 1 LIMIT 1
0.298 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.297 ms 1 /classes/Language.php:1080
212
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` = 43242
AND image_shop.`cover` = 1 LIMIT 1
0.297 ms 1 /classes/Product.php:3570
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.297 ms 1 /classes/shop/Shop.php:218
101
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.296 ms 0 /classes/tax/TaxRulesTaxManager.php:109
173
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` = 64204
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
225
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` = 43535
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
316
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` = 44012
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
381
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` = 63217
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
896
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61706 LIMIT 1
0.296 ms 1 /classes/Pack.php:89
1031
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` = 61802
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
1621
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
52
SELECT SQL_NO_CACHE format
FROM `tps93061_address_format`
WHERE `id_country` = 8 LIMIT 1
0.295 ms 1 /classes/AddressFormat.php:656
186
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` = 43211
AND image_shop.`cover` = 1 LIMIT 1
0.295 ms 1 /classes/Product.php:3570
872
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61696) 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
1347
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61643
0.295 ms 1 /classes/Product.php:2902
1424
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61855
0.295 ms 1 /classes/Product.php:2902
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` = 43794
AND image_shop.`cover` = 1 LIMIT 1
0.294 ms 1 /classes/Product.php:3570
511
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` = 63254
AND image_shop.`cover` = 1 LIMIT 1
0.294 ms 1 /classes/Product.php:3570
1580
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1
0.294 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
377
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63215 LIMIT 1
0.293 ms 1 /classes/Pack.php:90
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` = 63222
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
745
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` = 61673
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
976
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61770) 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
1023
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` = 61795)
0.293 ms 1 /classes/Product.php:3860
1122
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` = 61850
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
1418
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61832
0.293 ms 1 /classes/Product.php:2902
1534
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 63234 AND `id_shop` = 1
0.293 ms 1 /src/Adapter/EntityMapper.php:79
65
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.292 ms 1 /classes/Currency.php:1136
530
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63257 AND id_shop=1 LIMIT 1
0.292 ms 1 /classes/Product.php:6876
646
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` = 61646)
0.292 ms 1 /classes/Product.php:3860
659
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` = 61648)
0.292 ms 1 /classes/Product.php:3860
898
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61706) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.292 ms 1 /classes/stock/StockAvailable.php:453
1187
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` = 61867
AND image_shop.`cover` = 1 LIMIT 1
0.292 ms 1 /classes/Product.php:3570
26
SELECT SQL_NO_CACHE * FROM `tps93061_currency` c ORDER BY `iso_code` ASC
0.291 ms 1 Yes /classes/Currency.php:709
41
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.291 ms 13 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:276
672
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` = 61651)
0.291 ms 1 /classes/Product.php:3860
961
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61768 LIMIT 1
0.291 ms 1 /classes/Pack.php:89
975
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61770 LIMIT 1
0.291 ms 1 /classes/Pack.php:90
1501
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43970 AND `id_shop` = 1
0.291 ms 1 /src/Adapter/EntityMapper.php:79
1240
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` = 39740
AND image_shop.`cover` = 1 LIMIT 1
0.291 ms 1 /classes/Product.php:3570
1459
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 42856 AND `id_shop` = 1
0.291 ms 1 /src/Adapter/EntityMapper.php:79
1581
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1
0.291 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
238
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` = 43649
AND image_shop.`cover` = 1 LIMIT 1
0.290 ms 1 /classes/Product.php:3570
641
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` = 61646
AND image_shop.`cover` = 1 LIMIT 1
0.290 ms 1 /classes/Product.php:3570
1510
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 44040 AND `id_shop` = 1
0.290 ms 1 /src/Adapter/EntityMapper.php:79
407
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` = 63220
AND image_shop.`cover` = 1 LIMIT 1
0.290 ms 1 /classes/Product.php:3570
1584
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1
0.290 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1734
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.290 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
99
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 42564 AND `id_group` = 1 LIMIT 1
0.289 ms 0 /classes/GroupReduction.php:156
472
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` = 63246
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
589
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` = 61300
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
693
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` = 61655
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
1373
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61681
0.289 ms 1 /classes/Product.php:2902
1606
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.289 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
32
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.288 ms 1 /src/Adapter/EntityMapper.php:71
160
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` = 64202
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
251
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` = 43771
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
524
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` = 63257
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
882
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61704 AND `id_group` = 1 LIMIT 1
0.288 ms 0 /classes/GroupReduction.php:156
922
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61727 LIMIT 1
0.288 ms 1 /classes/Pack.php:89
959
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61768 AND id_shop=1 LIMIT 1
0.288 ms 1 /classes/Product.php:6876
1148
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` = 61858
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
1214
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` = 39712
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
1474
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43211 AND `id_shop` = 1
0.288 ms 1 /src/Adapter/EntityMapper.php:79
742
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61663) 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
1092
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61826 LIMIT 1
0.287 ms 1 /classes/Pack.php:90
1135
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` = 61855
AND image_shop.`cover` = 1 LIMIT 1
0.287 ms 1 /classes/Product.php:3570
1469
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 64202) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.287 ms 1 /classes/Product.php:7726
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` = 63268
AND image_shop.`cover` = 1 LIMIT 1
0.286 ms 1 /classes/Product.php:3570
897
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61706 LIMIT 1
0.286 ms 1 /classes/Pack.php:90
987
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61773 LIMIT 1
0.286 ms 1 /classes/Pack.php:89
44
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_emailalerts" LIMIT 1
0.286 ms 1 /classes/module/Module.php:2659
1462
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 42941 AND `id_shop` = 1
0.286 ms 1 /src/Adapter/EntityMapper.php:79
654
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` = 61648
AND image_shop.`cover` = 1 LIMIT 1
0.285 ms 1 /classes/Product.php:3570
49
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.285 ms 0 /classes/module/Module.php:2659
706
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` = 61656
AND image_shop.`cover` = 1 LIMIT 1
0.285 ms 1 /classes/Product.php:3570
935
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 64374 LIMIT 1
0.285 ms 1 /classes/Pack.php:89
1582
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1
0.285 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1585
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1
0.285 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
891
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61706
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.284 ms 0 /classes/SpecificPrice.php:259
911
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61722) 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
28
SELECT SQL_NO_CACHE value FROM `tps93061_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.284 ms 1 /classes/shop/Shop.php:1183
67
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.284 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
135
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.284 ms 1 /classes/Product.php:5659
277
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` = 43824
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
928
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.284 ms 1 /classes/Product.php:5659
933
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 64374 AND id_shop=1 LIMIT 1
0.284 ms 1 /classes/Product.php:6876
1446
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 42564) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.284 ms 1 /classes/Product.php:7726
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tps93061_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.283 ms 1 /classes/shop/ShopUrl.php:182
859
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61694) 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
937
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 64374) 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
1483
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43535 AND `id_shop` = 1
0.283 ms 1 /src/Adapter/EntityMapper.php:79
1560
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.283 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1600
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1
0.283 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1729
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1
0.283 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
77
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 754 AND `id_shop` = 1
0.282 ms 1 /src/Adapter/EntityMapper.php:79
667
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` = 61651
AND image_shop.`cover` = 1 LIMIT 1
0.282 ms 1 /classes/Product.php:3570
948
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61752 LIMIT 1
0.282 ms 1 /classes/Pack.php:89
902
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.282 ms 1 /classes/Product.php:5659
924
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61727) 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
881
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61704 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6876
1271
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 64181
0.281 ms 1 /classes/Product.php:2902
1416
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61826
0.281 ms 1 /classes/Product.php:2902
1504
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 44012 AND `id_shop` = 1
0.281 ms 1 /src/Adapter/EntityMapper.php:79
1733
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.281 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
27
SELECT SQL_NO_CACHE `id_lang` FROM `tps93061_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.281 ms 1 /classes/Language.php:883
55
SELECT SQL_NO_CACHE *
FROM `tps93061_country_lang`
WHERE `id_country` = 8
0.281 ms 1 /src/Adapter/EntityMapper.php:79
161
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.281 ms 1 /classes/Product.php:5659
758
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` = 61677
AND image_shop.`cover` = 1 LIMIT 1
0.281 ms 1 /classes/Product.php:3570
1109
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` = 61849
AND image_shop.`cover` = 1 LIMIT 1
0.281 ms 1 /classes/Product.php:3570
1498
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43866 AND `id_shop` = 1
0.281 ms 1 /src/Adapter/EntityMapper.php:79
1728
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.281 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
857
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61694 LIMIT 1
0.280 ms 1 /classes/Pack.php:89
1481
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43242) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.280 ms 1 /classes/Product.php:7726
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `tps93061_hook_alias`
0.280 ms 87 /classes/Hook.php:287
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` = 'hook'
AND bc.`key_related` = 'displayContactElementor' LIMIT 1
0.280 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
72
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.280 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
179
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 64204 AND id_shop=1 LIMIT 1
0.280 ms 1 /classes/Product.php:6876
183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 64204) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.280 ms 1 /classes/stock/StockAvailable.php:453
628
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` = 61644
AND image_shop.`cover` = 1 LIMIT 1
0.280 ms 1 /classes/Product.php:3570
915
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.280 ms 1 /classes/Product.php:5659
1465
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 42946 AND `id_shop` = 1
0.280 ms 1 /src/Adapter/EntityMapper.php:79
1592
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.280 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
415
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63220 LIMIT 1
0.279 ms 1 /classes/Pack.php:89
923
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61727 LIMIT 1
0.279 ms 1 /classes/Pack.php:90
980
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.279 ms 1 /classes/Product.php:5659
459
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` = 63236
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:3570
558
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63265 LIMIT 1
0.279 ms 1 /classes/Pack.php:89
720
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.279 ms 1 /classes/Product.php:5659
885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61704) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.279 ms 1 /classes/stock/StockAvailable.php:453
907
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61722 AND id_shop=1 LIMIT 1
0.279 ms 1 /classes/Product.php:6876
936
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 64374 LIMIT 1
0.279 ms 1 /classes/Pack.php:90
963
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61768) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.279 ms 1 /classes/stock/StockAvailable.php:453
967
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.279 ms 1 /classes/Product.php:5659
974
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61770 LIMIT 1
0.279 ms 1 /classes/Pack.php:89
1291
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43649
0.279 ms 1 /classes/Product.php:2902
98
SELECT SQL_NO_CACHE *
FROM `tps93061_tax_lang`
WHERE `id_tax` = 33
0.278 ms 1 /src/Adapter/EntityMapper.php:79
144
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 42941) 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
174
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.278 ms 1 /classes/Product.php:5659
810
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` = 64373
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 1 /classes/Product.php:3570
876
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.278 ms 1 /classes/Product.php:5659
909
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61722 LIMIT 1
0.278 ms 1 /classes/Pack.php:89
1070
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` = 61824
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 1 /classes/Product.php:3570
1222
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 39712 LIMIT 1
0.278 ms 1 /classes/Pack.php:89
1321
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63229
0.278 ms 1 /classes/Product.php:2902
1363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61658
0.278 ms 1 /classes/Product.php:2902
1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61688
0.278 ms 1 /classes/Product.php:2902
1480
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43242 AND `id_shop` = 1
0.278 ms 1 /src/Adapter/EntityMapper.php:79
1558
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1
0.278 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1608
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.278 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
17
SELECT SQL_NO_CACHE name, alias FROM `tps93061_hook_alias`
0.277 ms 87 /classes/Hook.php:339
69
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.277 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
86
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE `id_product` != 0 LIMIT 1
0.277 ms 224 /classes/SpecificPrice.php:297
729
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61658) 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
797
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` = 61683
AND image_shop.`cover` = 1 LIMIT 1
0.277 ms 1 /classes/Product.php:3570
1410
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61812
0.277 ms 1 /classes/Product.php:2902
1414
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61824
0.277 ms 1 /classes/Product.php:2902
1472
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 64204) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.277 ms 1 /classes/Product.php:7726
1604
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.277 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
36
SELECT SQL_NO_CACHE *
FROM `tps93061_group_lang`
WHERE `id_group` = 1
0.276 ms 1 /src/Adapter/EntityMapper.php:79
1590
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.276 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
908
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61722 AND `id_group` = 1 LIMIT 1
0.276 ms 0 /classes/GroupReduction.php:156
1002
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61781) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.276 ms 1 /classes/stock/StockAvailable.php:453
1436
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 39712
0.276 ms 1 /classes/Product.php:2902
1743
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdfreeshipping" LIMIT 1
0.275 ms 1 /classes/module/Module.php:2659
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.275 ms 1 /src/Adapter/EntityMapper.php:71
9
SELECT SQL_NO_CACHE id_shop
FROM `tps93061_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.275 ms 1 /classes/ObjectModel.php:1729
1432
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61867
0.275 ms 1 /classes/Product.php:2902
1434
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 39707
0.275 ms 1 /classes/Product.php:2902
1549
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.275 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
954
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.274 ms 1 /classes/Product.php:5659
985
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61773 AND id_shop=1 LIMIT 1
0.274 ms 1 /classes/Product.php:6876
806
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61683 LIMIT 1
0.274 ms 1 /classes/Pack.php:90
883
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61704 LIMIT 1
0.274 ms 1 /classes/Pack.php:89
1015
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.274 ms 1 /classes/stock/StockAvailable.php:453
1060
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61818
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.274 ms 0 /classes/SpecificPrice.php:259
1357
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61654
0.274 ms 1 /classes/Product.php:2902
1404
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61793
0.274 ms 1 /classes/Product.php:2902
1440
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 39740
0.274 ms 1 /classes/Product.php:2902
1559
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1
0.274 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
311
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43970 LIMIT 1
0.273 ms 1 /classes/Pack.php:89
855
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61694 AND id_shop=1 LIMIT 1
0.273 ms 1 /classes/Product.php:6876
1338
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63265
0.273 ms 1 /classes/Product.php:2902
1477
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43216 AND `id_shop` = 1
0.273 ms 1 /src/Adapter/EntityMapper.php:79
1557
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.273 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
3
SELECT SQL_NO_CACHE *
FROM `tps93061_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.272 ms 1 /src/Adapter/EntityMapper.php:71
545
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63261 LIMIT 1
0.272 ms 1 /classes/Pack.php:89
894
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61706 AND id_shop=1 LIMIT 1
0.272 ms 1 /classes/Product.php:6876
1442
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 39784
0.272 ms 1 /classes/Product.php:2902
1507
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 44018 AND `id_shop` = 1
0.272 ms 1 /src/Adapter/EntityMapper.php:79
1564
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1
0.272 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1744
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 99 AND `id_shop` = 1 LIMIT 1
0.272 ms 1 /classes/module/Module.php:2132
46
SELECT SQL_NO_CACHE `id_category`
FROM `tps93061_category_shop`
WHERE `id_category` = 754
AND `id_shop` = 1 LIMIT 1
0.272 ms 1 /classes/Category.php:2450
1323
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63234
0.272 ms 1 /classes/Product.php:2902
1428
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61860
0.272 ms 1 /classes/Product.php:2902
1452
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1
0.272 ms 1 /src/Adapter/EntityMapper.php:79
345
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 44040
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.271 ms 0 /classes/SpecificPrice.php:259
865
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61696
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.271 ms 0 /classes/SpecificPrice.php:259
889
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.271 ms 1 /classes/Product.php:5659
1456
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 64181 AND `id_shop` = 1
0.271 ms 1 /src/Adapter/EntityMapper.php:79
116
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 64181 LIMIT 1
0.271 ms 1 /classes/Pack.php:89
803
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61683 AND id_shop=1 LIMIT 1
0.271 ms 1 /classes/Product.php:6876
1535
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63234) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.271 ms 1 /classes/Product.php:7726
1336
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63261
0.270 ms 1 /classes/Product.php:2902
884
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61704 LIMIT 1
0.270 ms 1 /classes/Pack.php:90
956
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61768
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.270 ms 0 /classes/SpecificPrice.php:259
969
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61770
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.270 ms 0 /classes/SpecificPrice.php:259
1032
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.270 ms 1 /classes/Product.php:5659
358
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63213
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.269 ms 0 /classes/SpecificPrice.php:259
1449
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.269 ms 1 /src/Adapter/EntityMapper.php:71
56
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tps93061_required_field
0.269 ms 1 /classes/ObjectModel.php:1592
486
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.269 ms 1 /classes/Product.php:5659
534
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.269 ms 1 /classes/stock/StockAvailable.php:453
852
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61694
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.269 ms 0 /classes/SpecificPrice.php:259
868
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61696 AND id_shop=1 LIMIT 1
0.269 ms 1 /classes/Product.php:6876
1013
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61793 LIMIT 1
0.269 ms 1 /classes/Pack.php:89
1293
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43771
0.269 ms 1 /classes/Product.php:2902
1400
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61773
0.269 ms 1 /classes/Product.php:2902
1450
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.269 ms 1 /src/Adapter/EntityMapper.php:79
1349
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61644
0.268 ms 1 /classes/Product.php:2902
129
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 42856 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
467
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63236 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
1309
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63213
0.268 ms 1 /classes/Product.php:2902
1342
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63268
0.268 ms 1 /classes/Product.php:2902
1353
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61648
0.268 ms 1 /classes/Product.php:2902
1383
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61696
0.268 ms 1 /classes/Product.php:2902
1394
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61752
0.268 ms 1 /classes/Product.php:2902
1556
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1
0.268 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 42564) 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
181
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 64204 LIMIT 1
0.267 ms 1 /classes/Pack.php:89
350
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 44040 LIMIT 1
0.267 ms 1 /classes/Pack.php:89
352
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 44040) 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
569
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63266 AND id_shop=1 LIMIT 1
0.267 ms 1 /classes/Product.php:6876
1330
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63251
0.267 ms 1 /classes/Product.php:2902
1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61677
0.267 ms 1 /classes/Product.php:2902
1402
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61781
0.267 ms 1 /classes/Product.php:2902
1412
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61818
0.267 ms 1 /classes/Product.php:2902
1426
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61858
0.267 ms 1 /classes/Product.php:2902
1430
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61864
0.267 ms 1 /classes/Product.php:2902
1563
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1
0.267 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1588
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1
0.267 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
930
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 64374
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.267 ms 0 /classes/SpecificPrice.php:259
1451
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` = 16) LIMIT 1
0.267 ms 1 /src/Adapter/EntityMapper.php:71
58
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdelementor" LIMIT 1
0.266 ms 1 /classes/module/Module.php:2659
82
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` = 203 LIMIT 1
0.266 ms 1 /classes/Category.php:1378
426
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63222 AND id_shop=1 LIMIT 1
0.266 ms 1 /classes/Product.php:6876
677
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61651) 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
818
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 64373 LIMIT 1
0.266 ms 1 /classes/Pack.php:89
869
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61696 AND `id_group` = 1 LIMIT 1
0.266 ms 0 /classes/GroupReduction.php:156
972
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61770 AND id_shop=1 LIMIT 1
0.266 ms 1 /classes/Product.php:6876
989
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61773) 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
993
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.266 ms 1 /classes/Product.php:5659
1289
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43535
0.266 ms 1 /classes/Product.php:2902
1332
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63254
0.266 ms 1 /classes/Product.php:2902
200
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.266 ms 1 /classes/Product.php:5659
811
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.266 ms 1 /classes/Product.php:5659
1511
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 44040) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.266 ms 1 /classes/Product.php:7726
878
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61704
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.265 ms 0 /classes/SpecificPrice.php:259
941
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.265 ms 1 /classes/Product.php:5659
1273
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 42856
0.265 ms 1 /classes/Product.php:2902
1594
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.265 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
428
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63222 LIMIT 1
0.265 ms 1 /classes/Pack.php:89
910
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61722 LIMIT 1
0.265 ms 1 /classes/Pack.php:90
982
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61773
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.265 ms 0 /classes/SpecificPrice.php:259
1299
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43866
0.265 ms 1 /classes/Product.php:2902
1736
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.265 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
465
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63236 AND id_shop=1 LIMIT 1
0.264 ms 1 /classes/Product.php:6876
871
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61696 LIMIT 1
0.264 ms 1 /classes/Pack.php:90
934
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 64374 AND `id_group` = 1 LIMIT 1
0.264 ms 0 /classes/GroupReduction.php:156
1019
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.264 ms 1 /classes/Product.php:5659
364
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63213 LIMIT 1
0.264 ms 1 /classes/Pack.php:90
1215
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 204 LIMIT 1
0.264 ms 1 /classes/Product.php:5659
1305
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 44018
0.264 ms 1 /classes/Product.php:2902
1317
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63220
0.264 ms 1 /classes/Product.php:2902
1576
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.264 ms 0 /classes/module/Module.php:2132
1610
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.264 ms 1 /classes/module/Module.php:2659
1731
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.264 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
330
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.263 ms 1 /classes/Product.php:5659
566
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63266
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.263 ms 0 /classes/SpecificPrice.php:259
1311
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63215
0.263 ms 1 /classes/Product.php:2902
1454
SELECT SQL_NO_CACHE *
FROM `tps93061_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.263 ms 1 /src/Adapter/EntityMapper.php:79
100
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_group`
WHERE `id_group` = 1 LIMIT 1
0.263 ms 1 /classes/Group.php:154
235
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43535) 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
726
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61658 AND `id_group` = 1 LIMIT 1
0.263 ms 0 /classes/GroupReduction.php:156
858
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61694 LIMIT 1
0.263 ms 1 /classes/Pack.php:90
998
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61781 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6876
1355
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61651
0.263 ms 1 /classes/Product.php:2902
1392
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 64374
0.263 ms 1 /classes/Product.php:2902
1601
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1
0.263 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
93
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 42564 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6876
97
SELECT SQL_NO_CACHE *
FROM `tps93061_tax` a
WHERE (a.`id_tax` = 33) LIMIT 1
0.262 ms 1 /src/Adapter/EntityMapper.php:71
363
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63213 LIMIT 1
0.262 ms 1 /classes/Pack.php:89
478
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63246 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6876
560
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63265) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
686
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61654 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6876
766
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61677 LIMIT 1
0.262 ms 1 /classes/Pack.php:89
1084
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.262 ms 1 /classes/Product.php:5659
1154
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61858 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6876
1287
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43242
0.262 ms 1 /classes/Product.php:2902
1334
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63257
0.262 ms 1 /classes/Product.php:2902
1361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61656
0.262 ms 1 /classes/Product.php:2902
1371
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61680
0.262 ms 1 /classes/Product.php:2902
1486
SELECT SQL_NO_CACHE *
FROM `tps93061_product_lang`
WHERE `id_product` = 43649 AND `id_shop` = 1
0.262 ms 1 /src/Adapter/EntityMapper.php:79
1574
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1
0.262 ms 1 /classes/module/Module.php:2132
1730
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1
0.262 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
142
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 42941 LIMIT 1
0.261 ms 1 /classes/Pack.php:89
590
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
713
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61656 AND `id_group` = 1 LIMIT 1
0.261 ms 0 /classes/GroupReduction.php:156
740
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61663 LIMIT 1
0.261 ms 1 /classes/Pack.php:89
988
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61773 LIMIT 1
0.261 ms 1 /classes/Pack.php:90
1169
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61860 LIMIT 1
0.261 ms 1 /classes/Pack.php:89
1275
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 42941
0.261 ms 1 /classes/Product.php:2902
1438
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 39735
0.261 ms 1 /classes/Product.php:2902
1499
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43866) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.261 ms 1 /classes/Product.php:7726
20
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1
0.261 ms 1 /classes/module/Module.php:2132
31
SELECT SQL_NO_CACHE `id_lang` FROM `tps93061_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.261 ms 1 /classes/Language.php:883
70
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.261 ms 41 /modules/tdelementor/classes/TdElementorWpHelper.php:863
382
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
400
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63219 AND id_shop=1 LIMIT 1
0.261 ms 1 /classes/Product.php:6876
904
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61722
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.261 ms 0 /classes/SpecificPrice.php:259
1119
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61849) 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
1006
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.260 ms 1 /classes/Product.php:5659
1269
SELECT SQL_NO_CACHE * FROM `tps93061_image_type`
0.260 ms 8 /classes/ImageType.php:161
1315
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63219
0.260 ms 1 /classes/Product.php:2902
1523
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63219) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.260 ms 1 /classes/Product.php:7726
1591
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 20 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.260 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
1607
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.260 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
623
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61643 LIMIT 1
0.260 ms 1 /classes/Pack.php:89
733
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.260 ms 1 /classes/Product.php:5659
1143
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61855 LIMIT 1
0.260 ms 1 /classes/Pack.php:89
1279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 64202
0.260 ms 1 /classes/Product.php:2902
1313
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63217
0.260 ms 1 /classes/Product.php:2902
1422
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61850
0.260 ms 1 /classes/Product.php:2902
1460
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 42856) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.260 ms 1 /classes/Product.php:7726
1737
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.260 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 64181) 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
1381
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61694
0.259 ms 1 /classes/Product.php:2902
1420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61849
0.259 ms 1 /classes/Product.php:2902
943
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61752
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.259 ms 0 /classes/SpecificPrice.php:259
962
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61768 LIMIT 1
0.259 ms 1 /classes/Pack.php:90
1011
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61793 AND id_shop=1 LIMIT 1
0.259 ms 1 /classes/Product.php:6876
1283
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43211
0.259 ms 1 /classes/Product.php:2902
1398
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61770
0.259 ms 1 /classes/Product.php:2902
1478
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43216) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.259 ms 1 /classes/Product.php:7726
1484
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43535) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.259 ms 1 /classes/Product.php:7726
155
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 42946 LIMIT 1
0.258 ms 1 /classes/Pack.php:89
532
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63257 LIMIT 1
0.258 ms 1 /classes/Pack.php:89
597
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61300 LIMIT 1
0.258 ms 1 /classes/Pack.php:89
921
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61727 AND `id_group` = 1 LIMIT 1
0.258 ms 0 /classes/GroupReduction.php:156
1066
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61818 LIMIT 1
0.258 ms 1 /classes/Pack.php:90
1301
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43970
0.258 ms 1 /classes/Product.php:2902
1307
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 44040
0.258 ms 1 /classes/Product.php:2902
1328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63247
0.258 ms 1 /classes/Product.php:2902
1351
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61646
0.258 ms 1 /classes/Product.php:2902
1475
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43211) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.258 ms 1 /classes/Product.php:7726
114
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 64181 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
182
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 64204 LIMIT 1
0.257 ms 1 /classes/Pack.php:90
220
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43242 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
304
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.257 ms 1 /classes/Product.php:5659
434
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.257 ms 1 /classes/Product.php:5659
506
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63251 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
772
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.257 ms 1 /classes/Product.php:5659
949
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61752 LIMIT 1
0.257 ms 1 /classes/Pack.php:90
1117
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61849 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
1195
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61867 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
1235
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 39735 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
1285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43216
0.257 ms 1 /classes/Product.php:2902
1390
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61727
0.257 ms 1 /classes/Product.php:2902
1396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61768
0.257 ms 1 /classes/Product.php:2902
1493
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43794) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.257 ms 1 /classes/Product.php:7726
1741
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.257 ms 1 /classes/module/Module.php:2659
1365
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61663
0.257 ms 1 /classes/Product.php:2902
29
SELECT SQL_NO_CACHE c.id_currency
FROM `tps93061_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.256 ms 1 /classes/Currency.php:893
53
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tps93061_country`
WHERE `id_country` = 8 LIMIT 1
0.256 ms 1 /classes/Country.php:405
61
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` p
WHERE (p.post_type = "footer")
0.256 ms 58 /modules/tdelementor/tdelementor.php:1388
140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 42941 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6876
351
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 44040 LIMIT 1
0.256 ms 1 /classes/Pack.php:90
410
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63220
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.256 ms 0 /classes/SpecificPrice.php:259
452
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63234 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6876
454
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63234 LIMIT 1
0.256 ms 1 /classes/Pack.php:89
690
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61654) 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
856
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61694 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
917
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61727
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.256 ms 0 /classes/SpecificPrice.php:259
973
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61770 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
1319
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 63222
0.256 ms 1 /classes/Product.php:2902
1359
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61655
0.256 ms 1 /classes/Product.php:2902
1463
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 42941) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.256 ms 1 /classes/Product.php:7726
313
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43970) 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
531
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63257 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
774
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61680
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.256 ms 0 /classes/SpecificPrice.php:259
863
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.256 ms 1 /classes/Product.php:5659
1175
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.256 ms 1 /classes/Product.php:5659
1587
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1
0.256 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
59
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1
0.255 ms 1 /classes/module/Module.php:2132
338
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 44018 LIMIT 1
0.255 ms 1 /classes/Pack.php:90
343
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
413
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63220 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6876
533
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63257 LIMIT 1
0.255 ms 1 /classes/Pack.php:90
595
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61300 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6876
1246
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 39740 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6876
1297
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43824
0.255 ms 1 /classes/Product.php:2902
1406
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61795
0.255 ms 1 /classes/Product.php:2902
1750
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_banner" LIMIT 1
0.255 ms 1 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
369
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
920
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61727 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6876
1566
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.255 ms 0 /classes/module/Module.php:2132
1568
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.255 ms 1 /classes/module/Module.php:2132
1586
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1
0.255 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
649
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61646 LIMIT 1
0.254 ms 1 /classes/Pack.php:89
735
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61663
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.254 ms 0 /classes/SpecificPrice.php:259
21
SELECT SQL_NO_CACHE * FROM `tps93061_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.254 ms 1 /classes/module/Module.php:2041
62
SELECT SQL_NO_CACHE *
FROM `tps93061_tdelementor_post` p
WHERE (p.post_type = "home")
0.254 ms 58 /modules/tdelementor/tdelementor.php:1388
109
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
226
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
348
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 44040 AND id_shop=1 LIMIT 1
0.254 ms 1 /classes/Product.php:6876
361
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63213 AND id_shop=1 LIMIT 1
0.254 ms 1 /classes/Product.php:6876
571
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63266 LIMIT 1
0.254 ms 1 /classes/Pack.php:89
616
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
986
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61773 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:156
999
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61781 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:156
1130
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61850 LIMIT 1
0.254 ms 1 /classes/Pack.php:89
1145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61855) 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
1277
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 42946
0.254 ms 1 /classes/Product.php:2902
1379
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61691
0.254 ms 1 /classes/Product.php:2902
1502
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43970) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.254 ms 1 /classes/Product.php:7726
1615
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tps93061_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.254 ms 1 /classes/Category.php:1591
1748
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ps_imageslider" LIMIT 1
0.254 ms 1 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
895
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61706 AND `id_group` = 1 LIMIT 1
0.253 ms 0 /classes/GroupReduction.php:156
261
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43771) 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
603
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
780
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61680 LIMIT 1
0.253 ms 1 /classes/Pack.php:90
1091
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61826 LIMIT 1
0.253 ms 1 /classes/Pack.php:89
1303
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 44012
0.253 ms 1 /classes/Product.php:2902
1367
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 61673
0.253 ms 1 /classes/Product.php:2902
1453
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.253 ms 1 /src/Adapter/EntityMapper.php:71
153
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 42946 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6876
233
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43535 LIMIT 1
0.252 ms 1 /classes/Pack.php:89
417
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63220) 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
460
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
592
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61300
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.252 ms 0 /classes/SpecificPrice.php:259
642
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
714
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61656 LIMIT 1
0.252 ms 1 /classes/Pack.php:89
1197
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61867) 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
1295
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tps93061_product_attribute`
WHERE `id_product` = 43794
0.252 ms 1 /classes/Product.php:2902
1517
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63215) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.252 ms 1 /classes/Product.php:7726
781
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61680) 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
7
SELECT SQL_NO_CACHE *
FROM `tps93061_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
283
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43824 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6876
559
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63265 LIMIT 1
0.251 ms 1 /classes/Pack.php:90
599
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61300) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:453
751
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61673 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6876
779
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61680 LIMIT 1
0.251 ms 1 /classes/Pack.php:89
960
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61768 AND `id_group` = 1 LIMIT 1
0.251 ms 0 /classes/GroupReduction.php:156
1487
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43649) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.251 ms 1 /classes/Product.php:7726
1526
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 63220) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.251 ms 1 /classes/Product.php:7726
326
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 44012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:453
83
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.250 ms 1 /classes/Product.php:5659
89
SELECT SQL_NO_CACHE 1 FROM `tps93061_specific_price` WHERE `to` BETWEEN '2025-11-11 00:00:00' AND '2025-11-11 23:59:59' LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:381
168
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 64202 LIMIT 1
0.250 ms 1 /classes/Pack.php:89
208
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43216 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
572
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63266 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
573
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63266) 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
650
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61646 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
681
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.250 ms 1 /classes/Product.php:5659
767
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61677 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
1171
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61860) 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
1211
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 39707) 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
1248
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 39740 LIMIT 1
0.250 ms 1 /classes/Pack.php:89
1261
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 39784 LIMIT 1
0.250 ms 1 /classes/Pack.php:89
1490
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43771) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.250 ms 1 /classes/Product.php:7726
293
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43866
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.250 ms 0 /classes/SpecificPrice.php:259
387
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63217 AND id_shop=1 LIMIT 1
0.250 ms 1 /classes/Product.php:6876
447
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.250 ms 1 /classes/Product.php:5659
683
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61654
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.250 ms 0 /classes/SpecificPrice.php:259
738
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61663 AND id_shop=1 LIMIT 1
0.250 ms 1 /classes/Product.php:6876
947
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61752 AND `id_group` = 1 LIMIT 1
0.250 ms 0 /classes/GroupReduction.php:156
1034
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61802
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.250 ms 0 /classes/SpecificPrice.php:259
1237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 39735) 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
1466
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 42946) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.249 ms 1 /classes/Product.php:7726
1569
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdshoppingcart" LIMIT 1
0.249 ms 1 /classes/module/Module.php:2659
38
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "quantitydiscountpro" LIMIT 1
0.249 ms 1 /classes/module/Module.php:2659
156
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 42946 LIMIT 1
0.249 ms 1 /classes/Pack.php:90
176
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 64204
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.249 ms 0 /classes/SpecificPrice.php:259
180
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 64204 AND `id_group` = 1 LIMIT 1
0.249 ms 0 /classes/GroupReduction.php:156
319
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 44012
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.249 ms 0 /classes/SpecificPrice.php:259
349
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 44040 AND `id_group` = 1 LIMIT 1
0.249 ms 0 /classes/GroupReduction.php:156
547
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63261) 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
564
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
995
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61781
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.249 ms 0 /classes/SpecificPrice.php:259
1093
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61826) 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
1241
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 204 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
1505
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 44012) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.249 ms 1 /classes/Product.php:7726
1740
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.249 ms 1 /classes/module/Module.php:2132
1749
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "blockbanner" LIMIT 1
0.249 ms 0 /modules/ets_superspeed/classes/ets_superspeed_defines.php:2381
296
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43866 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6876
768
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61677) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:453
228
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43535
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.248 ms 0 /classes/SpecificPrice.php:259
291
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.248 ms 1 /classes/Product.php:5659
335
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 44018 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6876
337
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 44018 LIMIT 1
0.248 ms 1 /classes/Pack.php:89
365
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63213) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:453
378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63215) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:453
722
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61658
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.248 ms 0 /classes/SpecificPrice.php:259
805
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61683 LIMIT 1
0.248 ms 1 /classes/Pack.php:89
1149
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.248 ms 1 /classes/Product.php:5659
1182
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61864 LIMIT 1
0.248 ms 1 /classes/Pack.php:89
1233
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 39735 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6876
1445
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` = 203 LIMIT 1
0.248 ms 0 /classes/Category.php:1378
1457
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 64181) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.248 ms 1 /classes/Product.php:7726
1496
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 43824) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.248 ms 1 /classes/Product.php:7726
1567
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdsearchblock" LIMIT 1
0.248 ms 1 /classes/module/Module.php:2659
19
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "ets_superspeed" LIMIT 1
0.247 ms 1 /classes/module/Module.php:2659
45
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 57 AND `id_shop` = 1 LIMIT 1
0.247 ms 1 /classes/module/Module.php:2132
50
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.247 ms 0 /classes/module/Module.php:2132
280
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43824
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.247 ms 0 /classes/SpecificPrice.php:259
443
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
449
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63234
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.247 ms 0 /classes/SpecificPrice.php:259
473
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
482
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
701
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61655 LIMIT 1
0.247 ms 1 /classes/Pack.php:89
703
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61655) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
1001
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61781 LIMIT 1
0.247 ms 1 /classes/Pack.php:90
1106
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61832) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
1158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61858) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
1224
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 39712) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
1260
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 39784 AND `id_group` = 1 LIMIT 1
0.247 ms 0 /classes/GroupReduction.php:156
34
SELECT SQL_NO_CACHE id_shop
FROM `tps93061_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.246 ms 1 /classes/ObjectModel.php:1729
111
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 64181
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.246 ms 0 /classes/SpecificPrice.php:259
157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 42946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
170
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 64202) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
317
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.246 ms 1 /classes/Product.php:5659
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63222) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
507
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63251 LIMIT 1
0.246 ms 1 /classes/Pack.php:90
582
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63268 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6876
584
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63268 LIMIT 1
0.246 ms 1 /classes/Pack.php:89
842
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61691 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6876
850
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.246 ms 1 /classes/Product.php:5659
1008
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61793
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.246 ms 0 /classes/SpecificPrice.php:259
1039
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61802 LIMIT 1
0.246 ms 1 /classes/Pack.php:89
1125
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61850
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.246 ms 0 /classes/SpecificPrice.php:259
1508
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `tps93061_product_lang` pl
WHERE (pl.id_product = 44018) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1
0.246 ms 1 /classes/Product.php:7726
141
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 42941 AND `id_group` = 1 LIMIT 1
0.245 ms 0 /classes/GroupReduction.php:156
143
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 42941 LIMIT 1
0.245 ms 1 /classes/Pack.php:90
356
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
495
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63247) 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
556
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63265 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
1080
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61824) 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
1194
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61867 AND `id_group` = 1 LIMIT 1
0.245 ms 0 /classes/GroupReduction.php:156
1234
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 39735 AND `id_group` = 1 LIMIT 1
0.245 ms 0 /classes/GroupReduction.php:156
1602
SELECT SQL_NO_CACHE value FROM tps93061_tdelementor_meta WHERE id = 21 AND name = '_wp_page_template_id_lang_1' LIMIT 1
0.245 ms 8 /modules/tdelementor/classes/TdElementorWpHelper.php:984
546
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63261 LIMIT 1
0.245 ms 1 /classes/Pack.php:90
790
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61681 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
1052
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61812 LIMIT 1
0.245 ms 1 /classes/Pack.php:89
1073
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61824
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.245 ms 0 /classes/SpecificPrice.php:259
1078
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61824 LIMIT 1
0.245 ms 1 /classes/Pack.php:89
1167
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61860 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
103
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 42564 LIMIT 1
0.244 ms 1 /classes/Pack.php:90
389
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63217 LIMIT 1
0.244 ms 1 /classes/Pack.php:89
543
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63261 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
741
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61663 LIMIT 1
0.244 ms 1 /classes/Pack.php:90
785
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
792
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61681 LIMIT 1
0.244 ms 1 /classes/Pack.php:89
1128
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61850 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
37
SELECT SQL_NO_CACHE id_shop
FROM `tps93061_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.244 ms 1 /classes/ObjectModel.php:1729
39
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 122 AND `id_shop` = 1 LIMIT 1
0.244 ms 1 /classes/module/Module.php:2132
195
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43211 LIMIT 1
0.244 ms 1 /classes/Pack.php:90
312
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43970 LIMIT 1
0.244 ms 1 /classes/Pack.php:90
466
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63236 AND `id_group` = 1 LIMIT 1
0.244 ms 0 /classes/GroupReduction.php:156
798
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
800
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61683
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.244 ms 0 /classes/SpecificPrice.php:259
807
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61683) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
846
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61691) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
1045
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
1157
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61858 LIMIT 1
0.244 ms 1 /classes/Pack.php:90
1184
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
1201
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` = 204 LIMIT 1
0.244 ms 1 /classes/Category.php:1378
1573
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdproductwishlist" LIMIT 1
0.244 ms 1 /classes/module/Module.php:2659
213
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
285
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43824 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
456
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63234) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
833
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61688) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
1058
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
1156
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61858 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
1243
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 39740
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.243 ms 0 /classes/SpecificPrice.php:259
1250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 39740) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
122
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
131
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 42856) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
148
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43211) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
207
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43216 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
298
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43866 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 44018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
408
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
519
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63254 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
638
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61644) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
1012
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61793 AND `id_group` = 1 LIMIT 1
0.243 ms 0 /classes/GroupReduction.php:156
1064
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61818 AND `id_group` = 1 LIMIT 1
0.243 ms 0 /classes/GroupReduction.php:156
1076
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61824 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
1138
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61855
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.243 ms 0 /classes/SpecificPrice.php:259
1209
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 39707 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
1254
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 204 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
820
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 64373) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
90
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 42564
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.242 ms 0 /classes/SpecificPrice.php:259
117
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 64181 LIMIT 1
0.242 ms 1 /classes/Pack.php:90
205
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43216 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
416
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63220 LIMIT 1
0.242 ms 1 /classes/Pack.php:90
439
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63229 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
493
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63247 LIMIT 1
0.242 ms 1 /classes/Pack.php:89
538
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.242 ms 1 /classes/Product.php:5659
612
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61637) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
625
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61643) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
651
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61646) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
675
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61651 LIMIT 1
0.242 ms 1 /classes/Pack.php:89
688
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61654 LIMIT 1
0.242 ms 1 /classes/Pack.php:89
725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61658 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
777
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61680 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
787
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61681
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.242 ms 0 /classes/SpecificPrice.php:259
1063
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61818 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
1067
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
1086
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61826
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.242 ms 0 /classes/SpecificPrice.php:259
1142
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61855 AND `id_group` = 1 LIMIT 1
0.242 ms 0 /classes/GroupReduction.php:156
1188
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.242 ms 1 /classes/Product.php:5659
1259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 39784 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
1263
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 39784) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
1611
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.242 ms 1 /classes/module/Module.php:2132
127
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 42856 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
218
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43242 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
324
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 44012 LIMIT 1
0.241 ms 1 /classes/Pack.php:89
469
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.241 ms 1 /classes/stock/StockAvailable.php:453
553
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63265
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.241 ms 0 /classes/SpecificPrice.php:259
660
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61648 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
824
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.241 ms 1 /classes/Product.php:5659
1041
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61802) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.241 ms 1 /classes/stock/StockAvailable.php:453
231
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43535 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
1578
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1
0.241 ms 1 /classes/module/Module.php:2132
166
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 64202 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6876
194
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43211 LIMIT 1
0.240 ms 1 /classes/Pack.php:89
395
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
455
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63234 LIMIT 1
0.240 ms 1 /classes/Pack.php:90
494
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63247 LIMIT 1
0.240 ms 1 /classes/Pack.php:90
376
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63215 LIMIT 1
0.240 ms 1 /classes/Pack.php:89
404
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
778
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61680 AND `id_group` = 1 LIMIT 1
0.240 ms 0 /classes/GroupReduction.php:156
837
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
1180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61864 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6876
1202
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 204 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43649) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
258
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43771 AND `id_group` = 1 LIMIT 1
0.239 ms 0 /classes/GroupReduction.php:156
287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43824) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43866) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
309
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43970 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6876
664
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
746
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.239 ms 1 /classes/Product.php:5659
1223
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 39712 LIMIT 1
0.239 ms 1 /classes/Pack.php:90
1228
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 204 LIMIT 1
0.239 ms 1 /classes/Product.php:5659
47
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tps93061_category_group ctg
WHERE ctg.`id_category` = 754 AND ctg.`id_group` = 1 LIMIT 1
0.239 ms 1 /classes/Category.php:1754
272
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43794 LIMIT 1
0.239 ms 1 /classes/Pack.php:89
421
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.239 ms 1 /classes/Product.php:5659
468
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63236 LIMIT 1
0.239 ms 1 /classes/Pack.php:90
702
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61655 LIMIT 1
0.239 ms 1 /classes/Pack.php:90
727
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61658 LIMIT 1
0.239 ms 1 /classes/Pack.php:89
753
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61673 LIMIT 1
0.239 ms 1 /classes/Pack.php:89
1037
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61802 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6876
1054
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
1065
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61818 LIMIT 1
0.239 ms 1 /classes/Pack.php:89
1162
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.239 ms 1 /classes/Product.php:5659
1204
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 39707
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.239 ms 0 /classes/SpecificPrice.php:259
222
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43242) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
259
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43771 LIMIT 1
0.238 ms 1 /classes/Pack.php:89
391
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63217) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
610
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61637 LIMIT 1
0.238 ms 1 /classes/Pack.php:89
150
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 42946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:259
202
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43216
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:259
374
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63215 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
480
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 63246 LIMIT 1
0.238 ms 1 /classes/Pack.php:89
636
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61644 LIMIT 1
0.238 ms 1 /classes/Pack.php:89
712
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61656 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
816
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 64373 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
844
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61691 LIMIT 1
0.238 ms 1 /classes/Pack.php:89
1141
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61855 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
1217
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 39712
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:259
1220
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 39712 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
1256
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 39784
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:259
130
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 42856 LIMIT 1
0.237 ms 1 /classes/Pack.php:90
270
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43794 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
322
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 44012 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
371
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63215
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 0 /classes/SpecificPrice.php:259
397
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63219
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 0 /classes/SpecificPrice.php:259
414
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63220 AND `id_group` = 1 LIMIT 1
0.237 ms 0 /classes/GroupReduction.php:156
508
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63251) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:453
551
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.237 ms 1 /classes/Product.php:5659
598
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61300 LIMIT 1
0.237 ms 1 /classes/Pack.php:90
608
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61637 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
673
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61651 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
689
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61654 LIMIT 1
0.237 ms 1 /classes/Pack.php:90
699
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61655 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
1051
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61812 AND `id_group` = 1 LIMIT 1
0.237 ms 0 /classes/GroupReduction.php:156
1104
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61832 LIMIT 1
0.237 ms 1 /classes/Pack.php:89
1136
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.237 ms 1 /classes/Product.php:5659
1151
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61858
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 0 /classes/SpecificPrice.php:259
1190
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61867
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 0 /classes/SpecificPrice.php:259
1196
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61867 LIMIT 1
0.237 ms 1 /classes/Pack.php:90
1236
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 39735 LIMIT 1
0.237 ms 1 /classes/Pack.php:90
1575
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdmegamenu" LIMIT 1
0.237 ms 0 /classes/module/Module.php:2659
124
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 42856
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:259
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43216) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:453
219
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43242 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
246
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 43649 LIMIT 1
0.236 ms 1 /classes/Pack.php:89
274
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 43794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:453
362
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63213 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
557
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63265 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
570
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63266 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
579
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63268
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:259
707
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.236 ms 1 /classes/Product.php:5659
1079
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61824 LIMIT 1
0.236 ms 1 /classes/Pack.php:90
1144
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61855 LIMIT 1
0.236 ms 1 /classes/Pack.php:90
1164
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61860
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:259
1221
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 39712 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
1230
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 39735
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:259
1572
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1
0.236 ms 0 /classes/module/Module.php:2132
163
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 64202
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:259
1207
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 39707 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6876
192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43211 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6876
278
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
453
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63234 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
694
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
755
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61673) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
819
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 64373 LIMIT 1
0.235 ms 1 /classes/Pack.php:90
1102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61832 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6876
1170
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61860 LIMIT 1
0.235 ms 1 /classes/Pack.php:90
239
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
257
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43771 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6876
375
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63215 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
429
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63222 LIMIT 1
0.235 ms 1 /classes/Pack.php:90
481
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63246 LIMIT 1
0.235 ms 1 /classes/Pack.php:90
1089
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61826 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6876
1177
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61864
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.235 ms 0 /classes/SpecificPrice.php:259
716
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61656) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.234 ms 1 /classes/stock/StockAvailable.php:453
804
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61683 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
1181
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61864 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
137
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 42941
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.234 ms 0 /classes/SpecificPrice.php:259
169
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 64202 LIMIT 1
0.234 ms 1 /classes/Pack.php:90
325
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 44012 LIMIT 1
0.234 ms 1 /classes/Pack.php:90
384
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63217
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.234 ms 0 /classes/SpecificPrice.php:259
517
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63254 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6876
647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61646 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6876
648
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61646 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
662
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61648 LIMIT 1
0.234 ms 1 /classes/Pack.php:89
748
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61673
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.234 ms 0 /classes/SpecificPrice.php:259
831
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61688 LIMIT 1
0.234 ms 1 /classes/Pack.php:89
1097
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
221
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43242 LIMIT 1
0.233 ms 1 /classes/Pack.php:90
585
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63268 LIMIT 1
0.233 ms 1 /classes/Pack.php:90
1026
SELECT SQL_NO_CACHE COUNT(*) FROM `tps93061_pack` WHERE id_product_pack = 61795 LIMIT 1
0.233 ms 1 /classes/Pack.php:89
1050
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61812 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6876
512
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
715
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61656 LIMIT 1
0.233 ms 1 /classes/Pack.php:90
759
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
794
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61681) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
1132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61850) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
1247
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 39740 AND `id_group` = 1 LIMIT 1
0.233 ms 0 /classes/GroupReduction.php:156
440
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63229 AND `id_group` = 1 LIMIT 1
0.232 ms 0 /classes/GroupReduction.php:156
252
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.232 ms 1 /classes/Product.php:5659
254
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43771
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:259
265
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.232 ms 1 /classes/Product.php:5659
286
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43824 LIMIT 1
0.232 ms 1 /classes/Pack.php:90
306
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43970
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:259
436
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63229
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:259
491
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63247 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6876
504
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 63251 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6876
586
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63268) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:453
1053
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61812 LIMIT 1
0.232 ms 1 /classes/Pack.php:90
1183
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61864 LIMIT 1
0.232 ms 1 /classes/Pack.php:90
1193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61867 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6876
1262
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 39784 LIMIT 1
0.232 ms 1 /classes/Pack.php:90
234
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43535 LIMIT 1
0.231 ms 1 /classes/Pack.php:90
273
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43794 LIMIT 1
0.231 ms 1 /classes/Pack.php:90
423
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63222
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.231 ms 0 /classes/SpecificPrice.php:259
577
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
637
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61644 LIMIT 1
0.231 ms 1 /classes/Pack.php:90
826
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61688
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.231 ms 0 /classes/SpecificPrice.php:259
839
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61691
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.231 ms 0 /classes/SpecificPrice.php:259
1024
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61795 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
1028
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 61795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:453
1077
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61824 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
1249
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 39740 LIMIT 1
0.231 ms 1 /classes/Pack.php:90
388
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63217 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
187
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
241
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43649
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.230 ms 0 /classes/SpecificPrice.php:259
332
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 44018
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.230 ms 0 /classes/SpecificPrice.php:259
390
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63217 LIMIT 1
0.230 ms 1 /classes/Pack.php:90
488
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63247
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.230 ms 0 /classes/SpecificPrice.php:259
634
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61644 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
1110
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
1570
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1
0.230 ms 1 /classes/module/Module.php:2132
624
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61643 LIMIT 1
0.230 ms 1 /classes/Pack.php:90
655
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
1115
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61849 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
310
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43970 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
323
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 44012 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
621
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61643 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6876
1047
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61812
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.229 ms 0 /classes/SpecificPrice.php:259
215
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43242
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.228 ms 0 /classes/SpecificPrice.php:259
299
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43866 LIMIT 1
0.228 ms 1 /classes/Pack.php:90
403
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63219 LIMIT 1
0.228 ms 1 /classes/Pack.php:90
629
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
1040
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61802 LIMIT 1
0.228 ms 1 /classes/Pack.php:90
244
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 43649 AND id_shop=1 LIMIT 1
0.228 ms 1 /classes/Product.php:6876
501
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63251
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.228 ms 0 /classes/SpecificPrice.php:259
521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tps93061_stock_available`
WHERE (id_product = 63254) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.228 ms 1 /classes/stock/StockAvailable.php:453
668
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
674
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61651 AND `id_group` = 1 LIMIT 1
0.228 ms 0 /classes/GroupReduction.php:156
696
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61655
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.228 ms 0 /classes/SpecificPrice.php:259
813
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 64373
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.228 ms 0 /classes/SpecificPrice.php:259
829
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61688 AND id_shop=1 LIMIT 1
0.228 ms 1 /classes/Product.php:6876
1210
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 39707 LIMIT 1
0.228 ms 1 /classes/Pack.php:90
618
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61643
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
115
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 64181 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
260
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43771 LIMIT 1
0.227 ms 1 /classes/Pack.php:90
267
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43794
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
297
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43866 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
336
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 44018 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
427
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63222 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
462
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63236
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
540
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63261
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
709
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61656
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
1071
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.227 ms 1 /classes/Product.php:5659
1129
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61850 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
1155
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61858 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
154
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 42946 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
206
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43216 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
247
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 43649 LIMIT 1
0.226 ms 1 /classes/Pack.php:90
284
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43824 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
514
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63254
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.226 ms 0 /classes/SpecificPrice.php:259
525
SELECT SQL_NO_CACHE name FROM tps93061_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 203 LIMIT 1
0.226 ms 1 /classes/Product.php:5659
527
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63257
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.226 ms 0 /classes/SpecificPrice.php:259
128
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 42856 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
475
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 63246
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.226 ms 0 /classes/SpecificPrice.php:259
596
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61300 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:156
644
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61646
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.225 ms 0 /classes/SpecificPrice.php:259
700
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61655 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:156
754
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61673 LIMIT 1
0.225 ms 1 /classes/Pack.php:90
845
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61691 LIMIT 1
0.225 ms 1 /classes/Pack.php:90
1021
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61795
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.225 ms 0 /classes/SpecificPrice.php:259
1168
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61860 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:156
622
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61643 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:156
1118
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61849 LIMIT 1
0.225 ms 1 /classes/Pack.php:90
167
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 64202 AND `id_group` = 1 LIMIT 1
0.224 ms 0 /classes/GroupReduction.php:156
728
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61658 LIMIT 1
0.224 ms 1 /classes/Pack.php:90
739
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61663 AND `id_group` = 1 LIMIT 1
0.224 ms 0 /classes/GroupReduction.php:156
1090
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61826 AND `id_group` = 1 LIMIT 1
0.224 ms 0 /classes/GroupReduction.php:156
1099
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61832
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.224 ms 0 /classes/SpecificPrice.php:259
1131
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61850 LIMIT 1
0.224 ms 1 /classes/Pack.php:90
189
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 43211
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.224 ms 0 /classes/SpecificPrice.php:259
657
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61648
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.224 ms 0 /classes/SpecificPrice.php:259
663
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61648 LIMIT 1
0.224 ms 1 /classes/Pack.php:90
764
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tps93061_product_shop`
WHERE `id_product` = 61677 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6876
761
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61677
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.223 ms 0 /classes/SpecificPrice.php:259
401
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63219 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
605
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61637
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.223 ms 0 /classes/SpecificPrice.php:259
670
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61651
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.223 ms 0 /classes/SpecificPrice.php:259
752
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61673 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
832
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61688 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
479
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63246 AND `id_group` = 1 LIMIT 1
0.222 ms 0 /classes/GroupReduction.php:156
520
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 63254 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
611
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61637 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
631
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61644
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
793
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61681 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
1027
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61795 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
1038
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61802 AND `id_group` = 1 LIMIT 1
0.222 ms 0 /classes/GroupReduction.php:156
1105
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61832 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
1112
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tps93061_specific_price_priority`
WHERE `id_product` = 61849
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
1571
SELECT SQL_NO_CACHE `id_module` FROM `tps93061_module` WHERE `name` = "tdcompare" LIMIT 1
0.222 ms 1 /classes/module/Module.php:2659
271
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43794 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
583
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63268 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
609
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61637 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
676
SELECT SQL_NO_CACHE product_type FROM `tps93061_product` WHERE id_product = 61651 LIMIT 1
0.221 ms 1 /classes/Pack.php:90
817
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 64373 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
843
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61691 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
492
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63247 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
687
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61654 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
232
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43535 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
1208
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 39707 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
518
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63254 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
193
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43211 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
1116
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61849 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:156
544
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63261 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:156
1103
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61832 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:156
505
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 63251 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
661
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61648 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
830
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61688 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
791
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61681 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:156
245
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 43649 AND `id_group` = 1 LIMIT 1
0.215 ms 0 /classes/GroupReduction.php:156
765
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61677 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
635
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61644 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
1025
SELECT SQL_NO_CACHE `reduction`
FROM `tps93061_product_group_reduction_cache`
WHERE `id_product` = 61795 AND `id_group` = 1 LIMIT 1
0.209 ms 0 /classes/GroupReduction.php:156

Doubles

90 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
90 queries
SELECT name FROM tpsXX_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
90 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
90 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `tpsXX_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
90 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `tpsXX_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
90 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)
90 queries
                            SELECT `id_tax_rules_group`
                            FROM `tpsXX_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
90 queries
			SELECT `reduction`
			FROM `tpsXX_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
90 queries
SELECT COUNT(*) FROM `tpsXX_pack` WHERE id_product_pack = XX LIMIT XX
90 queries
SELECT product_type FROM `tpsXX_product` WHERE id_product = XX LIMIT XX
90 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
90 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
90 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
90 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`
90 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;
85 queries
SELECT `id_product_attribute`
            FROM `tpsXX_product_attribute`
            WHERE `id_product` = XX
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
21 queries
SELECT value FROM tpsXX_tdelementor_meta WHERE id = XX AND name = '_wp_page_template_id_lang_XX' LIMIT XX
17 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;
5 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
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
4 queries
SELECT value FROM tpsXX_tdelementor_meta WHERE id = XX AND name = 'elementor_viewport_md' LIMIT XX
4 queries
SELECT value FROM tpsXX_tdelementor_meta WHERE id = XX AND name = 'elementor_viewport_lg' LIMIT XX
3 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
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 *
FROM `tpsXX_tdelementor_post` a
LEFT JOIN `tpsXX_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = XX
WHERE (a.`id_tdelementor_post` = XX) LIMIT XX
3 queries
SELECT value FROM tpsXX_tdelementor_meta WHERE id = XX AND name = '_elementor_page_settings_id_lang_XX' LIMIT XX
3 queries
            SELECT c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
            FROM `tpsXX_category` c
            INNER JOIN `tpsXX_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = XX AND cl.id_shop = XX )
            INNER JOIN `tpsXX_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = XX)
            WHERE (c.`active` = XX OR c.`id_category` = XX)
            AND c.`id_category` != XX
            
            AND nleft >= XX AND nright <= XX
            AND c.id_category IN (
                SELECT id_category
                FROM `tpsXX_category_group`
                WHERE `id_group` IN (XX)
            )
            ORDER BY `level_depth` ASC, cs.`position` 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_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 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

393 product
303 product_shop
181 cart_product
180 image
180 image_shop
180 product_attribute_shop
180 pack
176 product_attribute
151 product_lang
110 category_lang
95 specific_price
92 stock_available
91 feature
91 feature_shop
91 feature_lang
91 product_attribute_combination
90 specific_price_priority
90 product_group_reduction_cache
90 feature_product
90 feature_value_lang
90 image_lang
90 attribute
90 attribute_lang
90 attribute_group
46 tdelementor_meta
28 module
23 module_shop
22 quantity_discount_rule
21 quantity_discount_rule_lang
20 category
18 quantity_discount_rule_message
18 quantity_discount_rule_message_lang
15 category_shop
8 category_group
8 tdelementor_related
8 tdelementor_related_shop
8 quantity_discount_rule_family
6 hook
6 tdelementor_post
5 lang
5 currency
4 shop_url
4 shop
4 lang_shop
4 country
4 currency_shop
3 hook_alias
3 tax_rule
3 tax_rules_group
3 tdelementor_post_lang
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 group_shop
2 image_type
2 category_product
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 product_sale
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 300 /classes/Link.php:113 (__construct) [id: 42564]
/classes/Link.php:113 (__construct) [id: 64181]
/classes/Link.php:113 (__construct) [id: 42856]
/classes/Link.php:113 (__construct) [id: 42941]
/classes/Link.php:113 (__construct) [id: 42946]
/classes/Link.php:113 (__construct) [id: 64202]
/classes/Link.php:113 (__construct) [id: 64204]
/classes/Link.php:113 (__construct) [id: 43211]
/classes/Link.php:113 (__construct) [id: 43216]
/classes/Link.php:113 (__construct) [id: 43242]
/classes/Link.php:113 (__construct) [id: 43535]
/classes/Link.php:113 (__construct) [id: 43649]
/classes/Link.php:113 (__construct) [id: 43771]
/classes/Link.php:113 (__construct) [id: 43794]
/classes/Link.php:113 (__construct) [id: 43824]
/classes/Link.php:113 (__construct) [id: 43866]
/classes/Link.php:113 (__construct) [id: 43970]
/classes/Link.php:113 (__construct) [id: 44012]
/classes/Link.php:113 (__construct) [id: 44018]
/classes/Link.php:113 (__construct) [id: 44040]
/classes/Link.php:113 (__construct) [id: 63213]
/classes/Link.php:113 (__construct) [id: 63215]
/classes/Link.php:113 (__construct) [id: 63217]
/classes/Link.php:113 (__construct) [id: 63219]
/classes/Link.php:113 (__construct) [id: 63220]
/classes/Link.php:113 (__construct) [id: 63222]
/classes/Link.php:113 (__construct) [id: 63229]
/classes/Link.php:113 (__construct) [id: 63234]
/classes/Link.php:113 (__construct) [id: 63236]
/classes/Link.php:113 (__construct) [id: 63246]
/classes/Link.php:113 (__construct) [id: 63247]
/classes/Link.php:113 (__construct) [id: 63251]
/classes/Link.php:113 (__construct) [id: 63254]
/classes/Link.php:113 (__construct) [id: 63257]
/classes/Link.php:113 (__construct) [id: 63261]
/classes/Link.php:113 (__construct) [id: 63265]
/classes/Link.php:113 (__construct) [id: 63266]
/classes/Link.php:113 (__construct) [id: 63268]
/classes/Link.php:113 (__construct) [id: 61300]
/classes/Link.php:113 (__construct) [id: 61637]
/classes/Link.php:113 (__construct) [id: 61643]
/classes/Link.php:113 (__construct) [id: 61644]
/classes/Link.php:113 (__construct) [id: 61646]
/classes/Link.php:113 (__construct) [id: 61648]
/classes/Link.php:113 (__construct) [id: 61651]
/classes/Link.php:113 (__construct) [id: 61654]
/classes/Link.php:113 (__construct) [id: 61655]
/classes/Link.php:113 (__construct) [id: 61656]
/classes/Link.php:113 (__construct) [id: 61658]
/classes/Link.php:113 (__construct) [id: 61663]
/classes/Link.php:113 (__construct) [id: 61673]
/classes/Link.php:113 (__construct) [id: 61677]
/classes/Link.php:113 (__construct) [id: 61680]
/classes/Link.php:113 (__construct) [id: 61681]
/classes/Link.php:113 (__construct) [id: 61683]
/classes/Link.php:113 (__construct) [id: 64373]
/classes/Link.php:113 (__construct) [id: 61688]
/classes/Link.php:113 (__construct) [id: 61691]
/classes/Link.php:113 (__construct) [id: 61694]
/classes/Link.php:113 (__construct) [id: 61696]
/classes/Link.php:113 (__construct) [id: 61704]
/classes/Link.php:113 (__construct) [id: 61706]
/classes/Link.php:113 (__construct) [id: 61722]
/classes/Link.php:113 (__construct) [id: 61727]
/classes/Link.php:113 (__construct) [id: 64374]
/classes/Link.php:113 (__construct) [id: 61752]
/classes/Link.php:113 (__construct) [id: 61768]
/classes/Link.php:113 (__construct) [id: 61770]
/classes/Link.php:113 (__construct) [id: 61773]
/classes/Link.php:113 (__construct) [id: 61781]
/classes/Link.php:113 (__construct) [id: 61793]
/classes/Link.php:113 (__construct) [id: 61795]
/classes/Link.php:113 (__construct) [id: 61802]
/classes/Link.php:113 (__construct) [id: 61812]
/classes/Link.php:113 (__construct) [id: 61818]
/classes/Link.php:113 (__construct) [id: 61824]
/classes/Link.php:113 (__construct) [id: 61826]
/classes/Link.php:113 (__construct) [id: 61832]
/classes/Link.php:113 (__construct) [id: 61849]
/classes/Link.php:113 (__construct) [id: 61850]
/classes/Link.php:113 (__construct) [id: 61855]
/classes/Link.php:113 (__construct) [id: 61858]
/classes/Link.php:113 (__construct) [id: 61860]
/classes/Link.php:113 (__construct) [id: 61864]
/classes/Link.php:113 (__construct) [id: 61867]
/classes/Link.php:113 (__construct) [id: 39707]
/classes/Link.php:113 (__construct) [id: 39712]
/classes/Link.php:113 (__construct) [id: 39735]
/classes/Link.php:113 (__construct) [id: 39740]
/classes/Link.php:113 (__construct) [id: 39784]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 42564]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 64181]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 42856]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 42941]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 42946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 64202]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 64204]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43211]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43216]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43242]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43535]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43649]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43771]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43794]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43824]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43866]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 43970]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 44012]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 44018]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 44040]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63213]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63215]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63217]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63219]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63220]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63222]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63229]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63234]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63236]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63246]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63247]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63251]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63254]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63257]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63261]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63265]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63266]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 63268]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61300]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61637]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61643]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61644]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61646]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61648]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61651]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61654]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61655]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61656]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61658]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61663]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61673]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61677]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61680]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61681]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61683]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 64373]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61688]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61691]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61694]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61696]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61704]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61706]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61722]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61727]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 64374]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61752]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61768]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61770]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61773]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61781]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61793]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61795]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61802]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61812]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61818]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61824]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61826]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61832]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61849]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61850]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61855]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61858]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61860]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61864]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 61867]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 39707]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 39712]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 39735]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 39740]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 39784]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 42564]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 64181]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 42856]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 42941]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 42946]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 64202]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 64204]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43211]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43216]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43242]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43535]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43649]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43771]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43794]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43824]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43866]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 43970]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 44012]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 44018]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 44040]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63213]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63215]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63217]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63219]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63220]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63222]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63229]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63234]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63236]
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct) [id: 63246]
/classes/Link.php:113 (__construct) [id: 42564]
/classes/Link.php:113 (__construct) [id: 64181]
/classes/Link.php:113 (__construct) [id: 42856]
/classes/Link.php:113 (__construct) [id: 42941]
/classes/Link.php:113 (__construct) [id: 42946]
/classes/Link.php:113 (__construct) [id: 64202]
/classes/Link.php:113 (__construct) [id: 64204]
/classes/Link.php:113 (__construct) [id: 43211]
/classes/Link.php:113 (__construct) [id: 43216]
/classes/Link.php:113 (__construct) [id: 43242]
/classes/Link.php:113 (__construct) [id: 43535]
/classes/Link.php:113 (__construct) [id: 43649]
/classes/Link.php:113 (__construct) [id: 43771]
/classes/Link.php:113 (__construct) [id: 43794]
/classes/Link.php:113 (__construct) [id: 43824]
/classes/Link.php:113 (__construct) [id: 43866]
/classes/Link.php:113 (__construct) [id: 43970]
/classes/Link.php:113 (__construct) [id: 44012]
/classes/Link.php:113 (__construct) [id: 44018]
/classes/Link.php:113 (__construct) [id: 44040]
/classes/Link.php:113 (__construct) [id: 63213]
/classes/Link.php:113 (__construct) [id: 63215]
/classes/Link.php:113 (__construct) [id: 63217]
/classes/Link.php:113 (__construct) [id: 63219]
/classes/Link.php:113 (__construct) [id: 63220]
/classes/Link.php:113 (__construct) [id: 63222]
/classes/Link.php:113 (__construct) [id: 63229]
/classes/Link.php:113 (__construct) [id: 63234]
/classes/Link.php:113 (__construct) [id: 63236]
/classes/Link.php:113 (__construct) [id: 63246]
/classes/Link.php:113 (__construct) [id: 63247]
/classes/Link.php:113 (__construct) [id: 63251]
/classes/Link.php:113 (__construct) [id: 63254]
/classes/Link.php:113 (__construct) [id: 63257]
/classes/Link.php:113 (__construct) [id: 63261]
/classes/Link.php:113 (__construct) [id: 63265]
/classes/Link.php:113 (__construct) [id: 63266]
/classes/Link.php:113 (__construct) [id: 63268]
/classes/Link.php:113 (__construct) [id: 61300]
/classes/Link.php:113 (__construct) [id: 61637]
/classes/Link.php:113 (__construct) [id: 61643]
/classes/Link.php:113 (__construct) [id: 61644]
/classes/Link.php:113 (__construct) [id: 61646]
/classes/Link.php:113 (__construct) [id: 61648]
/classes/Link.php:113 (__construct) [id: 61651]
/classes/Link.php:113 (__construct) [id: 61654]
/classes/Link.php:113 (__construct) [id: 61655]
/classes/Link.php:113 (__construct) [id: 61656]
/classes/Link.php:113 (__construct) [id: 61658]
/classes/Link.php:113 (__construct) [id: 61663]
/classes/Link.php:113 (__construct) [id: 61673]
/classes/Link.php:113 (__construct) [id: 61677]
/classes/Link.php:113 (__construct) [id: 61680]
/classes/Link.php:113 (__construct) [id: 61681]
/classes/Link.php:113 (__construct) [id: 61683]
/classes/Link.php:113 (__construct) [id: 64373]
/classes/Link.php:113 (__construct) [id: 61688]
/classes/Link.php:113 (__construct) [id: 61691]
/classes/Link.php:113 (__construct) [id: 61694]
/classes/Link.php:113 (__construct) [id: 61696]
/classes/Link.php:113 (__construct) [id: 61704]
/classes/Link.php:113 (__construct) [id: 61706]
/classes/Link.php:113 (__construct) [id: 61722]
/classes/Link.php:113 (__construct) [id: 61727]
/classes/Link.php:113 (__construct) [id: 64374]
/classes/Link.php:113 (__construct) [id: 61752]
/classes/Link.php:113 (__construct) [id: 61768]
/classes/Link.php:113 (__construct) [id: 61770]
/classes/Link.php:113 (__construct) [id: 61773]
/classes/Link.php:113 (__construct) [id: 61781]
/classes/Link.php:113 (__construct) [id: 61793]
/classes/Link.php:113 (__construct) [id: 61795]
/classes/Link.php:113 (__construct) [id: 61802]
/classes/Link.php:113 (__construct) [id: 61812]
/classes/Link.php:113 (__construct) [id: 61818]
/classes/Link.php:113 (__construct) [id: 61824]
/classes/Link.php:113 (__construct) [id: 61826]
/classes/Link.php:113 (__construct) [id: 61832]
/classes/Link.php:113 (__construct) [id: 61849]
/classes/Link.php:113 (__construct) [id: 61850]
/classes/Link.php:113 (__construct) [id: 61855]
/classes/Link.php:113 (__construct) [id: 61858]
/classes/Link.php:113 (__construct) [id: 61860]
/classes/Link.php:113 (__construct) [id: 61864]
/classes/Link.php:113 (__construct) [id: 61867]
/classes/Link.php:113 (__construct) [id: 39707]
/classes/Link.php:113 (__construct) [id: 39712]
/classes/Link.php:113 (__construct) [id: 39735]
/classes/Link.php:113 (__construct) [id: 39740]
/classes/Link.php:113 (__construct) [id: 39784]
Category 135 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 754]
/classes/Meta.php:380 (__construct) [id: 754]
/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: 754]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 754]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1329 (__construct) [id: 754]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1390 (__construct) [id: 2]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct) [id: 203]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 15]
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct) [id: 16]
/modules/tdsearchblock/tdsearchblock.php:305 (__construct) [id: 2]
/modules/tdsearchblock/tdsearchblock.php:305 (__construct) [id: 2]
/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]
TdElementorPost 9 /modules/tdelementor/tdelementor.php:914 (__construct) [id: 20]
/modules/tdelementor/core/base/document.php:709 (__construct) [id: 20]
/modules/tdelementor/core/base/document.php:709 (__construct) [id: 20]
/modules/tdelementor/tdelementor.php:914 (__construct) [id: 21]
/modules/tdelementor/core/base/document.php:709 (__construct) [id: 21]
/modules/tdelementor/core/base/document.php:709 (__construct) [id: 21]
/modules/tdelementor/tdelementor.php:914 (__construct) [id: 12]
/modules/tdelementor/core/base/document.php:709 (__construct) [id: 12]
/modules/tdelementor/core/base/document.php:709 (__construct) [id: 12]
Country 6 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:354 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php: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: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 33]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 33]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
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 /src/Core/Session/SessionHandler.php
181 /src/Core/Session/SessionHandlerInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
198 /config/smarty.config.inc.php
199 /vendor/smarty/smarty/libs/Smarty.class.php
200 /vendor/smarty/smarty/libs/functions.php
201 /vendor/smarty/smarty/libs/Autoloader.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
211 /config/smartyfront.config.inc.php
212 /classes/Smarty/SmartyResourceModule.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
215 /classes/Smarty/SmartyResourceParent.php
216 /classes/Smarty/SmartyLazyRegister.php
217 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
218 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
219 /classes/Customer.php
220 /classes/Group.php
221 /override/classes/Link.php
222 /classes/Link.php
223 /classes/shop/ShopUrl.php
224 /override/classes/Dispatcher.php
225 /classes/Dispatcher.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
229 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
230 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
231 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
232 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
233 /src/Adapter/SymfonyContainer.php
234 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
235 /config/db_slave_server.inc.php
236 /modules/doofinder/doofinder.php
237 /modules/doofinder/vendor/autoload.php
238 /modules/doofinder/vendor/composer/autoload_real.php
239 /modules/doofinder/vendor/composer/autoload_static.php
240 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
241 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
242 /classes/Translate.php
243 /modules/doofinder/translations/fr.php
244 /src/PrestaShopBundle/Translation/TranslatorComponent.php
245 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
246 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
247 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
248 /vendor/symfony/contracts/Translation/TranslatorInterface.php
249 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
250 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
251 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
252 /src/PrestaShopBundle/Translation/TranslatorInterface.php
253 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
254 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
256 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
257 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
258 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
259 /vendor/symfony/contracts/Translation/TranslatorTrait.php
260 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
261 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
262 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
264 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
265 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
266 /modules/doofinder/src/Manager/HookManager.php
267 /modules/ets_superspeed/ets_superspeed.php
268 /modules/ets_superspeed/classes/cache.php
269 /modules/ets_superspeed/classes/http_build_url.php
270 /modules/ets_superspeed/classes/ets_superspeed_defines.php
271 /modules/ets_superspeed/classes/ets_superspeed_cache_page.php
272 /modules/ets_superspeed/classes/ets_superspeed_cache_page_error.php
273 /modules/ets_superspeed/classes/ets_superspeed_cache_page_log.php
274 /modules/ets_superspeed/classes/ets_superspeed_pagination_class.php
275 /modules/ets_superspeed/classes/ets_superspeed_compressor_image.php
276 /modules/ets_superspeed/classes/ets_superspeed_upload_image.php
277 /modules/ets_superspeed/classes/ets_superspeed_browse_image.php
278 /modules/ps_eventbus/ps_eventbus.php
279 /modules/ps_eventbus/vendor/autoload.php
280 /modules/ps_eventbus/vendor/composer/autoload_real.php
281 /modules/ps_eventbus/vendor/composer/autoload_static.php
282 /modules/ps_eventbus/src/Traits/UseHooks.php
283 /modules/ps_eventbus/src/Traits/Hooks/UseCarrierHooks.php
284 /modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php
285 /modules/ps_eventbus/src/Traits/Hooks/UseCartRuleHooks.php
286 /modules/ps_eventbus/src/Traits/Hooks/UseCategoryHooks.php
287 /modules/ps_eventbus/src/Traits/Hooks/UseCombinationHooks.php
288 /modules/ps_eventbus/src/Traits/Hooks/UseCurrencyHooks.php
289 /modules/ps_eventbus/src/Traits/Hooks/UseCustomerHooks.php
290 /modules/ps_eventbus/src/Traits/Hooks/UseEmployeeHooks.php
291 /modules/ps_eventbus/src/Traits/Hooks/UseImageHooks.php
292 /modules/ps_eventbus/src/Traits/Hooks/UseImageTypeHooks.php
293 /modules/ps_eventbus/src/Traits/Hooks/UseLanguageHooks.php
294 /modules/ps_eventbus/src/Traits/Hooks/UseManufacturerHooks.php
295 /modules/ps_eventbus/src/Traits/Hooks/UseOrderCarrierHooks.php
296 /modules/ps_eventbus/src/Traits/Hooks/UseOrderCartRuleHooks.php
297 /modules/ps_eventbus/src/Traits/Hooks/UseOrderDetailHooks.php
298 /modules/ps_eventbus/src/Traits/Hooks/UseOrderHistoryHooks.php
299 /modules/ps_eventbus/src/Traits/Hooks/UseOrderHooks.php
300 /modules/ps_eventbus/src/Traits/Hooks/UseProductHooks.php
301 /modules/ps_eventbus/src/Traits/Hooks/UseSpecificPriceHooks.php
302 /modules/ps_eventbus/src/Traits/Hooks/UseStockHooks.php
303 /modules/ps_eventbus/src/Traits/Hooks/UseStockMvtHooks.php
304 /modules/ps_eventbus/src/Traits/Hooks/UseStoreHooks.php
305 /modules/ps_eventbus/src/Traits/Hooks/UseSupplierHooks.php
306 /modules/ps_eventbus/src/Traits/Hooks/UseWishlistHooks.php
307 /modules/ps_eventbus/translations/fr.php
308 /modules/psassistant/psassistant.php
309 /src/PrestaShopBundle/Translation/DomainNormalizer.php
310 /src/Adapter/Localization/LegacyTranslator.php
311 /modules/psassistant/translations/fr.php
312 /modules/axeptiocookies/axeptiocookies.php
313 /modules/axeptiocookies/vendor/autoload.php
314 /modules/axeptiocookies/vendor/composer/autoload_real.php
315 /modules/axeptiocookies/vendor/composer/platform_check.php
316 /modules/axeptiocookies/vendor/composer/autoload_static.php
317 /modules/axeptiocookies/vendor/paragonie/random_compat/lib/random.php
318 /modules/axeptiocookies/vendor/symfony/polyfill-apcu/bootstrap.php
319 /modules/axeptiocookies/vendor/symfony/polyfill-php70/bootstrap.php
320 /modules/axeptiocookies/src/Utils/ModuleTrait.php
321 /src/Core/Security/Hashing.php
322 /modules/axeptiocookies/translations/fr.php
323 /modules/axeptiocookies/src/Hook/HookDispatcher.php
324 /modules/axeptiocookies/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php
325 /modules/axeptiocookies/src/Hook/CommonHook.php
326 /modules/axeptiocookies/vendor/totpsclasslib/src/Hook/AbstractHook.php
327 /modules/axeptiocookies/vendor/totpsclasslib/src/Utils/Translate/TranslateTrait.php
328 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
329 /modules/axeptiocookies/src/Smarty/CookiesCompletePrefilter.php
330 /modules/axeptiocookies/src/Smarty/WidgetPrefilter.php
331 /modules/axeptiocookies/src/Utils/ServiceContainer.php
332 /modules/axeptiocookies/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
333 /modules/axeptiocookies/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
334 /modules/axeptiocookies/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
335 /var/cache/prod/AxeptiocookiesFrontContainer.php
336 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
337 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
338 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
339 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
340 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
341 /vendor/psr/container/src/ContainerExceptionInterface.php
342 /vendor/psr/container/src/NotFoundExceptionInterface.php
343 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
344 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
345 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
346 /vendor/symfony/contracts/Service/ResetInterface.php
347 /modules/axeptiocookies/src/Update/UpdateHandler.php
348 /modules/axeptiocookies/src/Service/ProjectService.php
349 /modules/axeptiocookies/src/API/Client/Client.php
350 /modules/axeptiocookies/src/API/Response/Factory/ResponseFactory.php
351 /modules/axeptiocookies/src/Service/ConfigurationService.php
352 /modules/axeptiocookies/src/Repository/ConfigurationRepository.php
353 /modules/axeptiocookies/src/Service/ModuleService.php
354 /modules/axeptiocookies/src/Repository/ModuleRepository.php
355 /modules/axeptiocookies/src/Validator/ConfigurationValidator.php
356 /modules/axeptiocookies/src/Service/HookService.php
357 /modules/axeptiocookies/src/Cache/ProjectCache.php
358 /modules/axeptiocookies/vendor/totpsclasslib/src/Utils/CacheStorage/CacheStorage.php
359 /modules/axeptiocookies/src/Service/ImageService.php
360 /controllers/front/listing/CategoryController.php
361 /classes/controller/ProductListingFrontController.php
362 /classes/controller/ProductPresentingFrontController.php
363 /override/classes/controller/FrontController.php
364 /classes/controller/FrontController.php
365 /src/Adapter/Presenter/Object/ObjectPresenter.php
366 /src/Adapter/Presenter/PresenterInterface.php
367 /src/Adapter/Presenter/Cart/CartPresenter.php
368 /src/Adapter/Image/ImageRetriever.php
369 /classes/tax/TaxConfiguration.php
370 /classes/Smarty/TemplateFinder.php
371 /classes/assets/StylesheetManager.php
372 /classes/assets/AbstractAssetManager.php
373 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
374 /classes/assets/JavascriptManager.php
375 /classes/assets/CccReducer.php
376 /classes/Category.php
377 /classes/webservice/WebserviceRequest.php
378 /src/Adapter/ContainerBuilder.php
379 /src/Adapter/Environment.php
380 /src/Core/EnvironmentInterface.php
381 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
382 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
383 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
384 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
385 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
386 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
387 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
388 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
389 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
390 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
391 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
392 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
393 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
394 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
395 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
396 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
397 /vendor/symfony/contracts/Cache/ItemInterface.php
398 /vendor/psr/cache/src/CacheItemInterface.php
399 /vendor/psr/cache/src/CacheItemPoolInterface.php
400 /vendor/symfony/contracts/Cache/CacheInterface.php
401 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
403 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
405 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
406 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
407 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
408 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
409 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
410 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
411 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
412 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
413 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
415 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
417 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
418 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
419 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
420 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
421 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
422 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
423 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
424 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
425 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
426 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
427 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
428 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
429 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
430 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
431 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
432 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
433 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
434 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
435 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
436 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
437 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
438 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
439 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
440 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
441 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
442 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
443 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
444 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
445 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
446 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
447 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
448 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
449 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
450 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
451 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
452 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
453 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
454 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
455 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
456 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
457 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
458 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
459 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
460 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
461 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
462 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
463 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
464 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
465 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
466 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
467 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
468 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
469 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
470 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
471 /var/cache/prod/FrontContainer.php
472 /src/Adapter/Container/LegacyContainer.php
473 /src/Adapter/Container/LegacyContainerInterface.php
474 /modules/ps_contactinfo/vendor/autoload.php
475 /modules/ps_contactinfo/vendor/composer/autoload_real.php
476 /modules/ps_contactinfo/vendor/composer/autoload_static.php
477 /modules/ps_searchbar/vendor/autoload.php
478 /modules/ps_searchbar/vendor/composer/autoload_real.php
479 /modules/ps_searchbar/vendor/composer/platform_check.php
480 /modules/ps_searchbar/vendor/composer/autoload_static.php
481 /modules/ps_specials/vendor/autoload.php
482 /modules/ps_specials/vendor/composer/autoload_real.php
483 /modules/ps_specials/vendor/composer/platform_check.php
484 /modules/ps_specials/vendor/composer/autoload_static.php
485 /modules/ps_newproducts/vendor/autoload.php
486 /modules/ps_newproducts/vendor/composer/autoload_real.php
487 /modules/ps_newproducts/vendor/composer/platform_check.php
488 /modules/ps_newproducts/vendor/composer/autoload_static.php
489 /modules/ps_bestsellers/vendor/autoload.php
490 /modules/ps_bestsellers/vendor/composer/autoload_real.php
491 /modules/ps_bestsellers/vendor/composer/platform_check.php
492 /modules/ps_bestsellers/vendor/composer/autoload_static.php
493 /modules/ps_categorytree/vendor/autoload.php
494 /modules/ps_categorytree/vendor/composer/autoload_real.php
495 /modules/ps_categorytree/vendor/composer/autoload_static.php
496 /modules/ps_facetedsearch/vendor/autoload.php
497 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
498 /modules/ps_facetedsearch/vendor/composer/platform_check.php
499 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
500 /modules/contactform/vendor/autoload.php
501 /modules/contactform/vendor/composer/autoload_real.php
502 /modules/contactform/vendor/composer/platform_check.php
503 /modules/contactform/vendor/composer/autoload_static.php
504 /modules/ps_viewedproduct/vendor/autoload.php
505 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
506 /modules/ps_viewedproduct/vendor/composer/platform_check.php
507 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
508 /modules/ps_themecusto/vendor/autoload.php
509 /modules/ps_themecusto/vendor/composer/autoload_real.php
510 /modules/ps_themecusto/vendor/composer/platform_check.php
511 /modules/ps_themecusto/vendor/composer/autoload_static.php
512 /modules/psassistant/vendor/autoload.php
513 /modules/psassistant/vendor/composer/autoload_real.php
514 /modules/psassistant/vendor/composer/platform_check.php
515 /modules/psassistant/vendor/composer/autoload_static.php
516 /modules/ps_categoryproducts/vendor/autoload.php
517 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
518 /modules/ps_categoryproducts/vendor/composer/platform_check.php
519 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
520 /modules/ps_emailalerts/vendor/autoload.php
521 /modules/ps_emailalerts/vendor/composer/autoload_real.php
522 /modules/ps_emailalerts/vendor/composer/autoload_static.php
523 /modules/ps_distributionapiclient/vendor/autoload.php
524 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
525 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
526 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
527 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
528 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
529 /modules/ps_edition_basic/vendor/autoload.php
530 /modules/ps_edition_basic/vendor/composer/autoload_real.php
531 /modules/ps_edition_basic/vendor/composer/platform_check.php
532 /modules/ps_edition_basic/vendor/composer/autoload_static.php
533 /modules/ps_edition_basic/vendor/clue/stream-filter/src/functions_include.php
534 /modules/ps_edition_basic/vendor/clue/stream-filter/src/functions.php
535 /modules/ps_edition_basic/vendor/guzzlehttp/psr7/src/functions_include.php
536 /modules/ps_edition_basic/vendor/guzzlehttp/psr7/src/functions.php
537 /modules/ps_edition_basic/vendor/php-http/message/src/filters.php
538 /modules/ps_crossselling/vendor/autoload.php
539 /modules/ps_crossselling/vendor/composer/autoload_real.php
540 /modules/ps_crossselling/vendor/composer/platform_check.php
541 /modules/ps_crossselling/vendor/composer/autoload_static.php
542 /modules/paybox/vendor/autoload.php
543 /modules/paybox/vendor/composer/autoload_real.php
544 /modules/paybox/vendor/composer/platform_check.php
545 /modules/paybox/vendor/composer/autoload_static.php
546 /modules/quantitydiscountpro/vendor/autoload.php
547 /modules/quantitydiscountpro/vendor/composer/autoload_real.php
548 /modules/quantitydiscountpro/vendor/composer/autoload_static.php
549 /modules/pmcaptcha/vendor/autoload.php
550 /modules/pmcaptcha/vendor/composer/autoload_real.php
551 /modules/pmcaptcha/vendor/composer/autoload_static.php
552 /modules/paypal/vendor/autoload.php
553 /modules/paypal/vendor/composer/autoload_real.php
554 /modules/paypal/vendor/composer/autoload_static.php
555 /src/Core/Localization/Locale/Repository.php
556 /src/Core/Localization/Locale/RepositoryInterface.php
557 /src/Core/Localization/CLDR/LocaleRepository.php
558 /src/Core/Localization/CLDR/LocaleDataSource.php
559 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
560 /src/Core/Data/Layer/AbstractDataLayer.php
561 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
562 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
563 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
564 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
565 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
566 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
567 /vendor/symfony/contracts/Cache/CacheTrait.php
568 /vendor/psr/cache/src/InvalidArgumentException.php
569 /vendor/psr/cache/src/CacheException.php
570 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
571 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
572 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
573 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
574 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
575 /src/Core/Localization/CLDR/Reader.php
576 /src/Core/Localization/CLDR/ReaderInterface.php
577 /src/Core/Localization/Currency/Repository.php
578 /src/Core/Localization/Currency/RepositoryInterface.php
579 /src/Core/Localization/Currency/CurrencyDataSource.php
580 /src/Core/Localization/Currency/DataSourceInterface.php
581 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
582 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
583 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
584 /src/Adapter/Currency/CurrencyDataProvider.php
585 /src/Core/Currency/CurrencyDataProviderInterface.php
586 /src/Adapter/LegacyContext.php
587 /src/Adapter/Tools.php
588 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
589 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
590 /vendor/prestashop/decimal/src/Operation/Rounding.php
591 /src/Core/Localization/Locale.php
592 /src/Core/Localization/LocaleInterface.php
593 /src/Core/Localization/Specification/Price.php
594 /src/Core/Localization/Specification/Number.php
595 /src/Core/Localization/Specification/NumberInterface.php
596 /src/Core/Localization/Specification/Factory.php
597 /src/Core/Localization/CLDR/LocaleData.php
598 /src/Core/Localization/CLDR/NumberSymbolsData.php
599 /src/Core/Localization/CLDR/CurrencyData.php
600 /src/Core/Localization/CLDR/Locale.php
601 /src/Core/Localization/CLDR/LocaleInterface.php
602 /src/Core/Localization/Specification/NumberSymbolList.php
603 /classes/Currency.php
604 /src/Core/Localization/Currency/LocalizedCurrencyId.php
605 /src/Core/Localization/Currency/CurrencyData.php
606 /src/Core/Localization/Currency/CurrencyCollection.php
607 /src/Core/Localization/Currency.php
608 /src/Core/Localization/CurrencyInterface.php
609 /src/Core/Localization/Specification/NumberCollection.php
610 /src/Core/Localization/Number/Formatter.php
611 /override/classes/Cart.php
612 /classes/Cart.php
613 /src/Adapter/AddressFactory.php
614 /override/classes/CartRule.php
615 /classes/CartRule.php
616 /modules/quantitydiscountpro/quantitydiscountpro.php
617 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php
618 /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php
619 /modules/quantitydiscountpro/classes/QuantityDiscountDatabase.php
620 /modules/quantitydiscountpro/classes/QuantityDiscountRuleCondition.php
621 /modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php
622 /modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php
623 /modules/quantitydiscountpro/classes/QuantityDiscountRuleMessage.php
624 /modules/quantitydiscountpro/classes/array_column.php
625 /classes/Product.php
626 /src/Core/Domain/Product/ValueObject/RedirectType.php
627 /src/Core/Util/DateTime/DateTime.php
628 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
629 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
630 /src/Core/Domain/Product/ValueObject/ProductType.php
631 /src/Core/Domain/Product/ValueObject/Reference.php
632 /src/Core/Domain/Product/ValueObject/Ean13.php
633 /src/Core/Domain/Product/ValueObject/Isbn.php
634 /src/Core/Domain/Product/ValueObject/Upc.php
635 /src/Core/Domain/Product/ProductSettings.php
636 /modules/quantitydiscountpro/translations/fr.php
637 /modules/pmcaptcha/pmcaptcha.php
638 /modules/pmcaptcha/classes/PMCaptchaConstant.php
639 /modules/pmcaptcha/classes/PMCaptchaTools.php
640 /modules/pmcaptcha/classes/configuration/PMCaptchaAdminConfiguration.php
641 /modules/pmcaptcha/translations/fr.php
642 /src/Core/Domain/Shop/ValueObject/ShopId.php
643 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
644 /modules/blockreassurance/blockreassurance.php
645 /src/Core/Module/WidgetInterface.php
646 /override/classes/Media.php
647 /classes/Media.php
648 /modules/ps_emailsubscription/ps_emailsubscription.php
649 /modules/ps_emailalerts/ps_emailalerts.php
650 /modules/ps_emailalerts/MailAlert.php
651 /modules/paybox/paybox.php
652 /override/classes/PaymentModule.php
653 /classes/PaymentModule.php
654 /modules/paybox/src/Configuration/Settings.php
655 /modules/paybox/vendor/netresearch/jsonmapper/src/JsonMapper.php
656 /modules/paybox/src/Configuration/Account.php
657 /modules/paybox/src/Configuration/DemoAccount.php
658 /modules/paybox/src/Configuration/PaymentConfiguration.php
659 /modules/paybox/src/Configuration/SubscriptionConfiguration.php
660 /modules/paybox/src/Configuration/InstalmentConfiguration.php
661 /modules/paybox/src/Configuration/Instalment.php
662 /modules/paybox/src/Configuration/Contract.php
663 /modules/paybox/src/Utils/Tools.php
664 /vendor/monolog/monolog/src/Monolog/Logger.php
665 /vendor/monolog/monolog/src/Monolog/ResettableInterface.php
666 /vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
667 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
668 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
669 /vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
670 /vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
671 /vendor/monolog/monolog/src/Monolog/Utils.php
672 /modules/paybox/translations/fr.php
673 /modules/allinone_rewards/allinone_rewards.php
674 /modules/allinone_rewards/api/ReviewGenericAPI.php
675 /modules/allinone_rewards/plugins/RewardsCorePlugin.php
676 /modules/allinone_rewards/plugins/RewardsGenericPlugin.php
677 /modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php
678 /modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php
679 /modules/allinone_rewards/models/RewardsModel.php
680 /modules/allinone_rewards/models/RewardsAccountModel.php
681 /modules/allinone_rewards/models/RewardsSponsorshipModel.php
682 /modules/allinone_rewards/plugins/RewardsRegistrationPlugin.php
683 /modules/allinone_rewards/plugins/RewardsNewsletterPlugin.php
684 /modules/allinone_rewards/plugins/RewardsReviewPlugin.php
685 /modules/allinone_rewards/plugins/RewardsToolsPlugin.php
686 /modules/allinone_rewards/models/RewardsStateModel.php
687 /modules/allinone_rewards/models/RewardsSponsorshipCodeModel.php
688 /modules/allinone_rewards/models/RewardsReviewModel.php
689 /modules/allinone_rewards/models/RewardsPaymentModel.php
690 /modules/allinone_rewards/models/RewardsTemplateModel.php
691 /modules/allinone_rewards/models/RewardsProductModel.php
692 /modules/allinone_rewards/models/RewardsGiftProductModel.php
693 /modules/allinone_rewards/models/RewardsGiftProductAttributeModel.php
694 /modules/allinone_rewards/translations/fr.php
695 /src/Adapter/Presenter/Cart/CartLazyArray.php
696 /src/Adapter/Presenter/AbstractLazyArray.php
697 /src/Adapter/Product/PriceFormatter.php
698 /src/Core/Util/Inflector.php
699 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
700 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
701 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
702 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
703 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
704 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
705 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
706 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
707 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
708 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
709 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
710 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
711 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
712 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
713 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
714 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
715 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
716 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
717 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
718 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
719 /classes/Gender.php
720 /classes/Risk.php
721 /classes/Meta.php
722 /classes/Address.php
723 /classes/ImageType.php
724 /src/Core/Addon/Module/ModuleManagerBuilder.php
725 /var/cache/prod/yaml/52734d9ee4ea66170e4294672f22e1a3.php
726 /src/Adapter/LegacyLogger.php
727 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
728 /src/Adapter/Module/ModuleDataProvider.php
729 /src/Adapter/Module/AdminModuleDataProvider.php
730 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
731 /src/Adapter/Module/Module.php
732 /src/Core/Module/ModuleInterface.php
733 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
734 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
735 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
736 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
737 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
738 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
739 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
740 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
741 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
742 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
743 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
744 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
745 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
746 /src/Adapter/Module/ModuleDataUpdater.php
747 /src/Core/Module/ModuleManager.php
748 /src/Core/Module/ModuleManagerInterface.php
749 /src/Core/Module/ModuleRepository.php
750 /src/Core/Module/ModuleRepositoryInterface.php
751 /src/Adapter/HookManager.php
752 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
753 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
754 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
755 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
756 /modules/ps_distributionapiclient/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
757 /src/Core/Hook/HookDispatcherInterface.php
758 /classes/State.php
759 /src/Core/Security/PasswordPolicyConfiguration.php
760 /src/Core/Configuration/DataConfigurationInterface.php
761 /src/Core/Filter/FrontEndObject/MainFilter.php
762 /src/Core/Filter/FilterInterface.php
763 /src/Core/Filter/FrontEndObject/CartFilter.php
764 /src/Core/Filter/HashMapWhitelistFilter.php
765 /src/Core/Filter/CollectionFilter.php
766 /src/Core/Filter/FrontEndObject/ProductFilter.php
767 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
768 /src/Core/Filter/FrontEndObject/CustomerFilter.php
769 /src/Core/Filter/FrontEndObject/ShopFilter.php
770 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
771 /modules/tdthemesettings/tdthemesettings.php
772 /modules/tdthemesettings/classes/TdThemeCategory.php
773 /modules/tdthemesettings/translations/fr.php
774 /modules/tdelementor/tdelementor.php
775 /modules/tdelementor/classes/TdElementorWpHelper.php
776 /modules/tdelementor/includes/plugin.php
777 /modules/tdelementor/classes/TdElementorPost.php
778 /modules/tdelementor/classes/TdElementorRelated.php
779 /modules/tdelementor/classes/TdElementorTemplate.php
780 /modules/tdelementor/classes/TdElementorRevisions.php
781 /modules/tdelementor/translations/fr.php
782 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
783 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
784 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
785 /var/cache/prod/smarty/cache/pageBuilder/GlobalCssJs/1/1/1/8/PRS028_enfant/cc/fb/0a/ccfb0a14550d4cfbcad91554753506f96129d9a4.tdelementorviewstemplateshookcss_js_unique.tpl.php
786 /modules/bitmegamenu/bitmegamenu.php
787 /modules/bitmegamenu/classes/BitMenuTab.php
788 /modules/bitmegamenu/classes/BitMenuHtml.php
789 /modules/bitmegamenu/classes/BitMenuLinks.php
790 /modules/bitmegamenu/translations/fr.php
791 /modules/tdproductwishlist/tdproductwishlist.php
792 /modules/tdproductwishlist/classes/TdWishList.php
793 /modules/tdproductwishlist/translations/fr.php
794 /modules/tdsearchblock/tdsearchblock.php
795 /modules/tdsearchblock/classes/TdSearchCore.php
796 /classes/Search.php
797 /modules/tdsearchblock/classes/TdSearchProvider.php
798 /src/Core/Product/Search/ProductSearchProviderInterface.php
799 /modules/tdsearchblock/translations/fr.php
800 /modules/tdcountdown/tdcountdown.php
801 /modules/tdcountdown/translations/fr.php
802 /modules/tdfreeshipping/tdfreeshipping.php
803 /modules/tdfreeshipping/translations/fr.php
804 /modules/tdnewsletter/tdnewsletter.php
805 /modules/tdnewsletter/classes/ClassTdNewsletter.php
806 /modules/tdnewsletter/sql/TdnlSampleData.php
807 /modules/tdnewsletter/translations/fr.php
808 /modules/tdshoppingcart/tdshoppingcart.php
809 /modules/tdshoppingcart/translations/fr.php
810 /modules/boostmyshopagent/boostmyshopagent.php
811 /modules/boostmyshopagent/bmsmyp.php
812 /modules/boostmyshopagent/bmsmyf.php
813 /modules/boostmyshopagent/MyfWs.php
814 /modules/boostmyshopagent/bmsmya.php
815 /modules/boostmyshopagent/translations/fr.php
816 /modules/cdc_googletagmanager/cdc_googletagmanager.php
817 /modules/cdc_googletagmanager/classes/CdcGtmOrderLog.php
818 /modules/cdc_googletagmanager/classes/CdcGtmDataLayer.php
819 /modules/cdc_googletagmanager/services/CdcTools.php
820 /modules/cdc_googletagmanager/services/PrestashopUtils.php
821 /modules/cdc_googletagmanager/classes/DataLayer.php
822 /modules/cdc_googletagmanager/classes/AbstractDataLayerObject.php
823 /modules/cdc_googletagmanager/classes/gtm/Ecommerce.php
824 /modules/cdc_googletagmanager/classes/gtm/Refund.php
825 /modules/cdc_googletagmanager/classes/gtm/GoogleTagParams.php
826 /modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php
827 /modules/cdc_googletagmanager/services/Gtm_Product.php
828 /modules/cdc_googletagmanager/translations/fr.php
829 /modules/paypal/paypal.php
830 /modules/paypal/config_prod.php
831 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
832 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
833 /modules/paypal/translations/fr.php
834 /modules/paypal/classes/Constants/PaypalConfigurations.php
835 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
836 /modules/paypal/classes/Constants/WebHookConf.php
837 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
838 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
839 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
840 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
841 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
842 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
843 /modules/paypal/diagnostic.php
844 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
845 /modules/paypal/classes/AbstractMethodPaypal.php
846 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
847 /modules/paypal/classes/MethodEC.php
848 /modules/paypal/classes/WhiteList/WhiteListService.php
849 /modules/paypal/classes/API/PaypalApiManager.php
850 /modules/paypal/classes/API/PaypalApiManagerInterface.php
851 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
852 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
853 /modules/paypal/classes/API/PaypalClient.php
854 /modules/paypal/classes/API/Client/HttpClient.php
855 /modules/paypal/classes/API/ClientInterface.php
856 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
857 /modules/paypal/classes/API/EnvironmentInterface.php
858 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
859 /modules/paypal/classes/API/InjectorInterface.php
860 /modules/paypal/classes/API/Injector/BnCodeInjector.php
861 /modules/paypal/classes/API/Injector/UserAgentInjector.php
862 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
863 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
864 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
865 /modules/axeptiocookies/src/Factory/TemplateReplacementFactory.php
866 /modules/axeptiocookies/src/Model/Constant/TemplateFile.php
867 /modules/doofinder/src/Core/DoofinderScript.php
868 /modules/doofinder/src/Utils/DfTools.php
869 /var/cache/prod/smarty/compile/PRS028_enfant/15/c7/45/15c74550dc04b2774c1089ec1162eded285204a7_2.file.scriptV9.tpl.php
870 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
871 /src/Core/Product/Search/ProductSearchContext.php
872 /src/Core/Product/Search/ProductSearchQuery.php
873 /src/Core/Product/Search/SortOrder.php
874 /modules/ps_facetedsearch/ps_facetedsearch.php
875 /modules/ps_facetedsearch/src/HookDispatcher.php
876 /modules/ps_facetedsearch/src/Hook/Attribute.php
877 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
878 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
879 /modules/ps_facetedsearch/src/Hook/Category.php
880 /modules/ps_facetedsearch/src/Hook/Configuration.php
881 /modules/ps_facetedsearch/src/Hook/Design.php
882 /modules/ps_facetedsearch/src/Hook/Feature.php
883 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
884 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
885 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
886 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
887 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
888 /modules/ps_facetedsearch/src/Hook/Product.php
889 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
890 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
891 /modules/ps_facetedsearch/src/Filters/Provider.php
892 /modules/ps_facetedsearch/src/URLSerializer.php
893 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
894 /modules/ps_facetedsearch/src/Product/SearchProvider.php
895 /src/Core/Product/Search/FacetsRendererInterface.php
896 /modules/ps_facetedsearch/src/Filters/Converter.php
897 /modules/ps_facetedsearch/src/Product/SearchFactory.php
898 /src/Core/Product/Search/ProductSearchResult.php
899 /modules/ps_facetedsearch/src/Product/Search.php
900 /modules/ps_facetedsearch/src/Adapter/MySQL.php
901 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
902 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
903 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
904 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
905 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
906 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
907 /modules/ps_facetedsearch/src/Filters/Products.php
908 /classes/stock/StockAvailable.php
909 /modules/ps_facetedsearch/src/Filters/Block.php
910 /src/Core/Product/Search/Facet.php
911 /src/Core/Product/Search/Filter.php
912 /src/Core/Product/Search/FacetCollection.php
913 /classes/ProductAssembler.php
914 /classes/Combination.php
915 /classes/tax/Tax.php
916 /vendor/prestashop/decimal/src/DecimalNumber.php
917 /vendor/prestashop/decimal/src/Builder.php
918 /classes/SpecificPrice.php
919 /classes/tax/TaxManagerFactory.php
920 /classes/tax/TaxRulesTaxManager.php
921 /classes/tax/TaxManagerInterface.php
922 /classes/tax/TaxCalculator.php
923 /classes/GroupReduction.php
924 /src/Core/Localization/CLDR/ComputingPrecision.php
925 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
926 /classes/Pack.php
927 /classes/order/Order.php
928 /classes/Feature.php
929 /classes/ProductPresenterFactory.php
930 /src/Adapter/Presenter/Product/ProductListingPresenter.php
931 /src/Adapter/Presenter/Product/ProductPresenter.php
932 /src/Adapter/Product/ProductColorsRetriever.php
933 /src/Core/Product/ProductPresentationSettings.php
934 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
935 /src/Adapter/Presenter/Product/ProductLazyArray.php
936 /classes/Image.php
937 /src/Core/Image/ImageFormatConfiguration.php
938 /src/Core/Image/ImageFormatConfigurationInterface.php
939 /classes/FeatureFlag.php
940 /src/Core/FeatureFlag/FeatureFlagSettings.php
941 /classes/ImageManager.php
942 /var/cache/prod/smarty/compile/PRS028_enfant/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
943 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
944 /vendor/smarty/smarty/libs/plugins/modifier.count.php
945 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
946 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
947 /var/cache/prod/smarty/compile/PRS028_enfant/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
948 /src/Core/Product/Search/Pagination.php
949 /vendor/defuse/php-encryption/src/Crypto.php
950 /vendor/defuse/php-encryption/src/KeyOrPassword.php
951 /vendor/defuse/php-encryption/src/RuntimeTests.php
952 /vendor/defuse/php-encryption/src/DerivedKeys.php
953 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
954 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
955 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/fe/05/f7/fe05f76f4fdb82e33c48f3860a8458329b99b614_2.file.category.tpl.php
956 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/9d/85/da/9d85da9533f8e9e1841c94d9dad55648b175f9b3_2.file.product-list.tpl.php
957 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/30/de/96/30de9690f0c82d239f217443f448d0134241ae29_2.file.layout-both-columns.tpl.php
958 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/95/8c/8e/958c8ec10fb7745930afc4db08a96a18c5d2d42f_2.file.head.tpl.php
959 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
960 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
961 /var/cache/prod/smarty/compile/PRS028_enfant/d7/bc/91/d7bc91c05997f9ff9dfd209bfdf11846ed4f1916_2.file.gtm_tag.tpl.php
962 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/b6/b9/ae/b6b9ae47baada999103d0b998464ea2db0b83783_2.file.head-jsonld.tpl.php
963 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/5b/bc/5f/5bbc5f0ebd0573f25458cda2643720fb3a72fed5_2.file.product-list-jsonld.tpl.php
964 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/60/57/1d/60571d4e585f14d66b78f57d3a6526b2ec39a6cd_2.file.pagination-seo.tpl.php
965 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
966 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
967 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/cd/33/ee/cd33ee7833015f345fa904b44918effb939452ec_2.file.stylesheets.tpl.php
968 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/ca/c9/7c/cac97c2054679875fc17f38eac45a9edd91f94ef_2.file.javascript.tpl.php
969 /classes/ProductDownload.php
970 /src/Core/Cart/Calculator.php
971 /src/Core/Cart/CartRowCollection.php
972 /src/Core/Cart/Fees.php
973 /src/Core/Cart/AmountImmutable.php
974 /src/Core/Cart/CartRuleCollection.php
975 /src/Core/Cart/CartRuleCalculator.php
976 /src/Adapter/Product/PriceCalculator.php
977 /src/Core/Cart/CartRow.php
978 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
979 /src/Core/Util/String/StringModifier.php
980 /src/Core/Util/String/StringModifierInterface.php
981 /var/cache/prod/smarty/compile/PRS028_enfant/5f/62/de/5f62de8ce8d1572c769c69138714dc85f5f56a6c_2.file.gtm_tag_noscript.tpl.php
982 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/b5/6e/5b/b56e5b0096ac384e8e7d0a1ff9a3a0245765449a_2.file.preloader.tpl.php
983 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/b5/31/3d/b5313dc78201236cdd0cc8ab300c5ab04ee2184c_2.file.svg-icons.tpl.php
984 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/f3/af/9e/f3af9ebdd50e6c116fc7d08e708ded901bf94b92_2.file.product-activation.tpl.php
985 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e5/c7/cc/e5c7cc79424b57c8f9bdb2307544217afed72177_2.file.header.tpl.php
986 /modules/tdelementor/includes/autoloader.php
987 /modules/tdelementor/includes/managers/controls.php
988 /modules/tdelementor/core/common/app.php
989 /modules/tdelementor/core/base/app.php
990 /modules/tdelementor/core/base/module.php
991 /modules/tdelementor/core/base/base-object.php
992 /modules/tdelementor/includes/editor-templates/library-layout.php
993 /modules/tdelementor/core/common/modules/ajax/module.php
994 /modules/tdelementor/core/settings/manager.php
995 /modules/tdelementor/core/settings/page/manager.php
996 /modules/tdelementor/core/settings/base/manager.php
997 /modules/tdelementor/core/settings/general/manager.php
998 /modules/tdelementor/includes/db.php
999 /modules/tdelementor/core/documents-manager.php
1000 /modules/tdelementor/includes/managers/schemes.php
1001 /modules/tdelementor/includes/schemes/color.php
1002 /modules/tdelementor/includes/schemes/base.php
1003 /modules/tdelementor/includes/interfaces/scheme.php
1004 /modules/tdelementor/includes/schemes/typography.php
1005 /modules/tdelementor/includes/schemes/color-picker.php
1006 /modules/tdelementor/includes/managers/elements.php
1007 /modules/tdelementor/includes/base/element-base.php
1008 /modules/tdelementor/includes/base/controls-stack.php
1009 /modules/tdelementor/includes/elements/column.php
1010 /modules/tdelementor/includes/elements/section.php
1011 /modules/tdelementor/includes/elements/repeater.php
1012 /modules/tdelementor/includes/managers/widgets.php
1013 /modules/tdelementor/includes/base/widget-base.php
1014 /modules/tdelementor/includes/managers/skins.php
1015 /modules/tdelementor/includes/base/skin-base.php
1016 /modules/tdelementor/core/files/manager.php
1017 /modules/tdelementor/core/files/assets/manager.php
1018 /modules/tdelementor/core/files/assets/svg/svg-handler.php
1019 /modules/tdelementor/includes/managers/icons.php
1020 /modules/tdelementor/includes/settings/settings.php
1021 /modules/tdelementor/includes/settings/settings-page.php
1022 /modules/tdelementor/core/responsive/responsive.php
1023 /modules/tdelementor/includes/settings/tools.php
1024 /modules/tdelementor/core/editor/editor.php
1025 /modules/tdelementor/core/editor/editor_core.php
1026 /modules/tdelementor/includes/preview.php
1027 /modules/tdelementor/includes/frontend.php
1028 /modules/tdelementor/includes/template-library/manager.php
1029 /modules/tdelementor/includes/template-library/sources/local.php
1030 /modules/tdelementor/includes/template-library/sources/base.php
1031 /modules/tdelementor/includes/template-library/sources/remote.php
1032 /modules/tdelementor/core/dynamic-tags/manager.php
1033 /modules/tdelementor/core/revisions/revisions-manager.php
1034 /modules/tdelementor/core/document-types/post.php
1035 /modules/tdelementor/core/base/document.php
1036 /modules/tdelementor/core/files/css/post.php
1037 /modules/tdelementor/core/files/css/base.php
1038 /modules/tdelementor/core/files/base.php
1039 /modules/tdelementor/includes/stylesheet.php
1040 /modules/tdelementor/includes/controls/text.php
1041 /modules/tdelementor/includes/controls/base-data.php
1042 /modules/tdelementor/includes/controls/base.php
1043 /modules/tdelementor/includes/controls/number.php
1044 /modules/tdelementor/includes/controls/textarea.php
1045 /modules/tdelementor/includes/controls/select.php
1046 /modules/tdelementor/includes/controls/switcher.php
1047 /modules/tdelementor/includes/controls/button.php
1048 /modules/tdelementor/includes/controls/base-ui.php
1049 /modules/tdelementor/includes/controls/hidden.php
1050 /modules/tdelementor/includes/controls/heading.php
1051 /modules/tdelementor/includes/controls/raw-html.php
1052 /modules/tdelementor/includes/controls/popover-toggle.php
1053 /modules/tdelementor/includes/controls/section.php
1054 /modules/tdelementor/includes/controls/tab.php
1055 /modules/tdelementor/includes/controls/tabs.php
1056 /modules/tdelementor/includes/controls/divider.php
1057 /modules/tdelementor/includes/controls/deprecated-notice.php
1058 /modules/tdelementor/includes/controls/color.php
1059 /modules/tdelementor/includes/controls/media.php
1060 /modules/tdelementor/includes/controls/base-multiple.php
1061 /modules/tdelementor/includes/controls/slider.php
1062 /modules/tdelementor/includes/controls/base-units.php
1063 /modules/tdelementor/includes/controls/dimensions.php
1064 /modules/tdelementor/includes/controls/choose.php
1065 /modules/tdelementor/includes/controls/wysiwyg.php
1066 /modules/tdelementor/includes/controls/code.php
1067 /modules/tdelementor/includes/controls/font.php
1068 /modules/tdelementor/includes/fonts.php
1069 /modules/tdelementor/includes/controls/image-dimensions.php
1070 /modules/tdelementor/includes/controls/wp-widget.php
1071 /modules/tdelementor/includes/controls/url.php
1072 /modules/tdelementor/includes/controls/repeater.php
1073 /modules/tdelementor/includes/controls/icon.php
1074 /modules/tdelementor/includes/controls/icons.php
1075 /modules/tdelementor/includes/controls/gallery.php
1076 /modules/tdelementor/includes/controls/structure.php
1077 /modules/tdelementor/includes/controls/select2.php
1078 /modules/tdelementor/includes/controls/date-time.php
1079 /modules/tdelementor/includes/controls/box-shadow.php
1080 /modules/tdelementor/includes/controls/text-shadow.php
1081 /modules/tdelementor/includes/controls/animation.php
1082 /modules/tdelementor/includes/controls/hover-animation.php
1083 /modules/tdelementor/includes/controls/exit-animation.php
1084 /modules/tdelementor/includes/controls/autocomplete.php
1085 /modules/tdelementor/includes/controls/groups/background.php
1086 /modules/tdelementor/includes/controls/groups/base.php
1087 /modules/tdelementor/includes/interfaces/group-control.php
1088 /modules/tdelementor/includes/controls/groups/border.php
1089 /modules/tdelementor/includes/controls/groups/typography.php
1090 /modules/tdelementor/includes/controls/groups/image-size.php
1091 /modules/tdelementor/includes/controls/groups/box-shadow.php
1092 /modules/tdelementor/includes/controls/groups/css-filter.php
1093 /modules/tdelementor/includes/controls/groups/text-shadow.php
1094 /modules/tdelementor/includes/shapes.php
1095 /modules/tdelementor/includes/conditions.php
1096 /modules/tdelementor/includes/widgets/common.php
1097 /modules/tdelementor/includes/widgets/heading.php
1098 /modules/tdelementor/includes/widgets/image.php
1099 /modules/tdelementor/includes/widgets/text-editor.php
1100 /modules/tdelementor/includes/widgets/video.php
1101 /modules/tdelementor/includes/widgets/button.php
1102 /modules/tdelementor/includes/widgets/divider.php
1103 /modules/tdelementor/includes/widgets/spacer.php
1104 /modules/tdelementor/includes/widgets/image-box.php
1105 /modules/tdelementor/includes/widgets/google-maps.php
1106 /modules/tdelementor/includes/widgets/icon.php
1107 /modules/tdelementor/includes/widgets/icon-box.php
1108 /modules/tdelementor/includes/widgets/star-rating.php
1109 /modules/tdelementor/includes/widgets/icon-list.php
1110 /modules/tdelementor/includes/widgets/counter.php
1111 /modules/tdelementor/includes/widgets/progress.php
1112 /modules/tdelementor/includes/widgets/testimonial.php
1113 /modules/tdelementor/includes/widgets/tabs.php
1114 /modules/tdelementor/includes/widgets/accordion.php
1115 /modules/tdelementor/includes/widgets/toggle.php
1116 /modules/tdelementor/includes/widgets/social-icons.php
1117 /modules/tdelementor/includes/widgets/alert.php
1118 /modules/tdelementor/includes/widgets/html.php
1119 /modules/tdelementor/includes/widgets/menu-anchor.php
1120 /modules/tdelementor/includes/widgets/advanced-heading.php
1121 /modules/tdelementor/includes/widgets/call-to-action.php
1122 /modules/tdelementor/includes/widgets/flip-box.php
1123 /modules/tdelementor/includes/widgets/slides.php
1124 /modules/tdelementor/includes/widgets/brands.php
1125 /modules/tdelementor/includes/widgets/category-list.php
1126 /modules/tdelementor/includes/widgets/image-slider.php
1127 /modules/tdelementor/includes/widgets/countdown.php
1128 /modules/tdelementor/includes/widgets/instagram.php
1129 /modules/tdelementor/includes/widgets/teammember-carousel.php
1130 /modules/tdelementor/includes/widgets/teammember.php
1131 /modules/tdelementor/includes/widgets/testimonial-carousel.php
1132 /modules/tdelementor/includes/widgets/products.php
1133 /modules/tdelementor/includes/widgets/products-tabs.php
1134 /modules/tdelementor/includes/widgets/contact-form.php
1135 /modules/tdelementor/includes/widgets/languages.php
1136 /modules/tdelementor/includes/widgets/currencies.php
1137 /modules/tdelementor/includes/widgets/site-logo.php
1138 /modules/tdelementor/includes/widgets/module.php
1139 /modules/tdelementor/includes/widgets/shortcode.php
1140 /modules/tdelementor/includes/widgets/email-subscription.php
1141 /modules/tdelementor/includes/widgets/my-account.php
1142 /modules/tdelementor/includes/widgets/footer-links.php
1143 /modules/tdelementor/includes/widgets/search.php
1144 /modules/tdelementor/includes/widgets/shopping-cart.php
1145 /modules/tdelementor/includes/widgets/wishlist.php
1146 /modules/tdelementor/includes/widgets/bitmegamenu.php
1147 /modules/tdelementor/core/settings/general/model.php
1148 /modules/tdelementor/core/settings/base/model.php
1149 /modules/tdelementor/includes/utils.php
1150 /modules/tdelementor/core/settings/page/model.php
1151 /var/cache/prod/smarty/cache/tdSearch/yes/form/1/1/1/8/PRS028_enfant/80/bb/54/80bb54c3bc7eb5f6992842b43496bc78c6f31f22.tdsearchblockviewstemplateshooktdsearchblock.tpl.php
1152 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1153 /var/cache/prod/smarty/compile/39/0d/ab/390dab718068113bf7b730b257f0d3c74a05691d_2.file.account.tpl.php
1154 /src/Adapter/Cart/CartPresenter.php
1155 /var/cache/prod/smarty/compile/PRS028_enfant/0c/be/16/0cbe167f90bf7b96c2f168e785c713ffca134c54_2.module.tdshoppingcartviewstemplateshooktdshoppingcart.tpl.php
1156 /var/cache/prod/smarty/cache/bitmegamenu/index/1/1/1/8/PRS028_enfant/55/3f/47/553f47f947b3b14a26ba068a0d5929875679b823.bitmegamenuviewstemplateshookhorizontal.tpl.php
1157 /var/cache/prod/smarty/cache/bitmegamenu/index/1/1/1/8/PRS028_enfant/99/c5/16/99c5166a7dc5d9d7aa29a486f3f71211e4af16a1.bitmegamenuviewstemplateshookbuttoncanvas.tpl.php
1158 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1159 /var/cache/prod/smarty/compile/PRS028_enfant/fa/df/1e/fadf1e2818158bb2ac8b1a9424e289b7a6858009_2.module.tdelementorviewstemplateshookpage_content.tpl.cache.php
1160 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1161 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1162 /var/cache/prod/smarty/cache/pageBuilder/20/21/category/754/1/1/1/8/PRS028_enfant/67/41/26/674126966219b51c5c9f9e9084e4cacd411a9c43.tdelementorviewstemplateshookpage_content.tpl.php
1163 /modules/paypal/classes/InstallmentBanner/BannerManager.php
1164 /modules/paypal/classes/InstallmentBanner/Banner.php
1165 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/84/16/db/8416db37b283f18ae91607e18405a17af337094e_2.file.breadcrumb.tpl.php
1166 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e9/6a/e9/e96ae92576d3557ec21ed120e9ee2859b03cb6e6_2.file.notifications.tpl.php
1167 /modules/ps_categorytree/ps_categorytree.php
1168 /var/cache/prod/smarty/compile/PRS028_enfant/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1169 /var/cache/prod/smarty/compile/PRS028_enfant/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1170 /modules/tdcolumnblocks/tdcolumnblocks.php
1171 /modules/tdcolumnblocks/classes/TdColumnBlock.php
1172 /modules/tdcolumnblocks/sql/ColumnBlockSampleData.php
1173 /modules/tdcolumnblocks/translations/fr.php
1174 /classes/controller/AdminController.php
1175 /var/cache/prod/smarty/cache/tdcolumnblocks/1/1/1/8/PRS028_enfant/b8/8b/bc/b88bbc027dbef104948935236cfe501e5c0faae9.tdcolumnblocksviewstemplateshooktdcolumnblocks.tpl.php
1176 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/a7/ac/0a/a7ac0a80dcb415e798ef118d653e76bc242ed479_2.file.category-header.tpl.php
1177 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/25/a6/d5/25a6d52e83d4f5f8dcb1712f6793a392262b3927_2.file.subcategories.tpl.php
1178 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/6a/ce/ac/6aceac1956f801a299c0b2b4161636837acc5ca1_2.file.products-top.tpl.php
1179 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1180 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e9/f0/96/e9f0969c8de50473fd28810c5ba07e18c6c9db0e_2.file.sort-orders.tpl.php
1181 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/e7/d7/ca/e7d7cae2753b276a5efcea00ad63b881e6a0b6d4_2.file.products.tpl.php
1182 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/d4/e6/35/d4e635f260f83c219bbb8b047e46a250a531fc96_2.file.product.tpl.php
1183 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/5b/53/58/5b53583fb0a9eaeba32ecd27828ea8646fccea75_2.file.product-6.tpl.php
1184 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/93/13/df/9313df1df8357f53d215e38217c17c317d725a50_2.file.product-miniature-thumb.tpl.php
1185 /var/cache/prod/smarty/compile/PRS028_enfant/14/9a/38/149a386d467e305cee598a3c50913ecc997d14b2_2.file.tdproductwishlist_button.tpl.php
1186 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/fb/b6/f2/fbb6f24e470c54c5e2acf7bc8ce617acfa3cb4d0_2.file.product-miniature-quickview.tpl.php
1187 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/60/4c/f5/604cf54bc48ac2ab667a1e5f9ebed242a765e056_2.file.product-miniature-name.tpl.php
1188 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/ed/37/7a/ed377adc48cc61d7cdbe2622cd5e740529cff69a_2.file.product-miniature-price.tpl.php
1189 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1190 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/53/2e/97/532e976668dae466aed5a32fdc48a63bb1691ef2_2.file.product-miniature-btn.tpl.php
1191 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/7a/e9/a9/7ae9a94f075700376ae6f0943e336947eed3bf7e_2.file.pagination.tpl.php
1192 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/17/9e/80/179e800b0eff0001cb21edf5e3abee1e036e1b33_2.file.products-bottom.tpl.php
1193 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/c1/31/8d/c1318d7572f0927fcf96864be33f71a8906b1baf_2.file.category-footer.tpl.php
1194 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/4f/22/da/4f22da32f77082787efa76c0ea1d7143c327a020_2.file.footer.tpl.php
1195 /var/cache/prod/smarty/compile/85/db/e0/85dbe06c62d90a59fe9594e1313a9c32c85ed772_2.file.email-subscription.tpl.php
1196 /var/cache/prod/smarty/cache/pageBuilder/12/category/754/1/1/1/8/PRS028_enfant/67/41/26/674126966219b51c5c9f9e9084e4cacd411a9c43.tdelementorviewstemplateshookpage_content.tpl.php
1197 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/7e/06/89/7e0689946db8c38de4b5a8fb4ff9617062159e62_2.file.back-to-top.tpl.php
1198 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/39/02/68/3902686fdadc51756c75fdef8ce5aecfb9967826_2.file.offcanvas-modal.tpl.php
1199 /var/cache/prod/smarty/compile/PRS028_enfant/50/62/fc/5062fc4434a40b12948e803bedee5789fb9b6a23_2.file.tdproductwishlist_top.tpl.php
1200 /modules/ps_languageselector/ps_languageselector.php
1201 /var/cache/prod/smarty/compile/PRS028_enfantlayouts_layout_left_column_tpl/cb/78/a9/cb78a98f0b78f4156b086142151b6f7ca9207e04_2.file.password-policy-template.tpl.php
1202 /var/cache/prod/smarty/cache/bitmegamenu/index/1/1/1/8/PRS028_enfant/39/cc/80/39cc80943d0fb6672513d4bb3d37ae6e7b62a653.bitmegamenuviewstemplateshookmobile.tpl.php
1203 /var/cache/prod/smarty/compile/PRS028_enfant/34/db/9f/34db9f9616ac6fce025791b42859f3c6be6e26bc_2.module.tdshoppingcartviewstemplateshooktdshoppingcartsidecart.tpl.php
1204 /var/cache/prod/smarty/compile/PRS028_enfant/fc/94/27/fc94270f070632bc2bfa5ebe14940b2bd8b4ff2c_2.module.tdnewsletterviewstemplateshooktdnewsletter.tpl.php
1205 /var/cache/prod/smarty/cache/tdSearch/1/1/1/8/PRS028_enfant/f7/6e/1c/f76e1c6fc06b16562b3f1ccf7193e1af74affc9c.tdsearchblockviewstemplateshooktdsearchblocksidesearch.tpl.php
1206 /controllers/admin/AdminLoginController.php
1207 /var/cache/prod/smarty/compile/PRS028_enfant/f2/de/7b/f2de7b27288699defdd17a551f253eb7ef346f05_2.module.pmcaptchaviewstemplatescaptcha_js.tpl.php
1208 /modules/axeptiocookies/src/Cache/CacheParams.php
1209 /var/cache/prod/axeptiocookies/28b5120947375797b140b9cff4afdb0a.php
1210 /modules/axeptiocookies/src/Model/Integration/IntegrationModel.php
1211 /var/cache/prod/smarty/compile/e6/79/6c/e6796c488ffd2ccc9cd513ff9b216ead21d9ab6a_2.module.axeptiocookiesviewstemplatesfronthookfooter.tpl.php
1212 /modules/ets_superspeed/translations/fr.php
1213 /modules/ets_superspeed/classes/ext/minify_html