Girl

Menu

Settings

Share

Create a free account to save loved items.

Sign in

Create a free account to use wishlists.

Sign in
Load Time3333 ms - You'd better run your shop on a toaster
Querying Time2069 ms
Queries3104
Memory Peak Usage52.3 Mb
Included Files1016 files - 12.66 Mb
PrestaShop Cache- Mb
Global vars0.07 Mb
PrestaShop Version1.7.7.3
PHP Version7.2.34 (OK)
MySQL Version8.0.33 (OK)
Memory Limit2048M
Max Execution Time259200s
Smarty Cacheenabled
Smarty Compilationnever recompile
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 110 ms 110 ms 5.31 Mb 6.69 Mb
__construct 0 ms 110 ms - Mb 6.69 Mb
init 92 ms 201 ms 2.45 Mb 7.79 Mb
checkAccess 0 ms 202 ms - Mb 7.79 Mb
setMedia 1 ms 203 ms 0.08 Mb 7.85 Mb
postProcess 1 ms 203 ms 0.03 Mb 7.88 Mb
initHeader 0 ms 203 ms - Mb 7.88 Mb
initContent 2769 ms 2972 ms 32.96 Mb 41.97 Mb
initFooter 0 ms 2972 ms - Mb 41.97 Mb
display 360 ms 3333 ms 10.99 Mb 52.27 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 3104 queries

Query Time (ms) Rows Filesort Group By Location
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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
29.4 44561 /classes/Configuration.php:160
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
17.7 1 /classes/ObjectModel.php:577
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
16.5 1 /classes/stock/StockAvailable.php:441
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('60896', '610', '1822619000', '', '1', '1', '2024-05-07 09:00:46')
14.6 1 /classes/ObjectModel.php:577
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1076
ORDER BY f.position ASC
13.9 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54056, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 9) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
13.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246122
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246122)
ORDER BY priority
12.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246152
ORDER by cr.priority ASC, cr.gift_product DESC
12.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=13 ORDER BY secc.`position`
11.9 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=3 ORDER BY secc.`position`
11.7 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=4 ORDER BY secc.`position`
11.7 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=9 ORDER BY secc.`position`
11.2 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246004 LIMIT 1
11 1 /classes/Cart.php:4194
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, active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
11 658 /classes/Hook.php:487
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246137) LIMIT 1
10.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
10.6 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE * 
FROM `ps_st_easy_content` 
WHERE `active` = 1
9.9 14 /modules/steasycontent/classes/StEasyContentClass.php:396
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246122
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246122)
ORDER BY priority
9.3 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
9.3 989 /classes/SpecificPrice.php:286
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1076) LIMIT 1
8.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 5.9 >= w.`delimiter1`
AND 5.9 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
8.3 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2037 AND `id_group` = 2 LIMIT 1
7.5 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246122
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246122)
ORDER BY priority
7.5 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_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 `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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`
7.4 2090 Yes Yes /classes/Hook.php:1161
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=2 AND secc.`active`=1  AND secc.`id_st_easy_content`=2 ORDER BY secc.`position`
6.7 4 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 21 LIMIT 1
6.7 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246004 LIMIT 1
6.7 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=2 ORDER BY secc.`position`
6.3 4 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246130 LIMIT 1
6.1 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246130
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
5.8 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2037
5.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246130 LIMIT 1
5.1 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54048) LIMIT 1
4.9 1 /src/Adapter/EntityMapper.php:75
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54048) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54048) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54048) LIMIT 1) LIMIT 1
4.9 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246130
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
4.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 4
AND setting_type = 2
4.3 90 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_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 `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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`
4.1 2090 Yes Yes /classes/Hook.php:1161
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54048
AND `id_address` = 50853
AND `deleted` = 0 LIMIT 1
4.1 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
4 143 /classes/module/Module.php:322
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246077
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246077) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
3.9 3 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1125) LIMIT 1
3.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (2037)
3.7 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 1037 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
3.7 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 456 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
3.7 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 456 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
3.7 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246130 AND `id_customization` != 0 LIMIT 1
3.6 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 119) LIMIT 1
3.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2038) LIMIT 1
3.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 5
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
3.4 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54023, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 119) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
3.4 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 5
AND setting_type = 2
3.4 95 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 4
AND setting_type = 1
3.3 1 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 541 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
3.3 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 0.9 >= w.`delimiter1`
AND 0.9 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
3.3 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.2 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 0.9 >= w.`delimiter1`
AND 0.9 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
3.2 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 17 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 17 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 209805
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 17
WHERE (cp.`id_cart` = 209805) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
3.1 22 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=4 AND secc.`active`=1  AND secc.`id_st_easy_content`=2 ORDER BY secc.`position`
3.1 4 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 5
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
3 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20306) LIMIT 1
3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246130
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246130)
ORDER BY priority
2.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
2.9 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 5
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.8 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 5
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
2.8 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 3.9 >= w.`delimiter1`
AND 3.9 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.7 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 74) AND (a0.`nright` > 75) AND (a1.`id_lang` = 21)
ORDER BY a0.`nleft` asc
2.7 380 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246004
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246004)
ORDER BY priority
2.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 0.9 >= w.`delimiter1`
AND 0.9 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.7 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1076 AND `id_group` = 2 LIMIT 1
2.6 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
2.6 810 Yes /classes/Dispatcher.php:643
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246130 LIMIT 1
2.6 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 5
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.6 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2085) LIMIT 1
2.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 5
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
2.5 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246130 LIMIT 1
2.5 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 722 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
2.5 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 5.9 >= w.`delimiter1`
AND 5.9 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.4 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1946 AND `id_shop` = 1
2.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 3
AND 6 >= w.`delimiter1`
AND 6 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.3 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 3
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
2.3 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 456 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
2.3 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246004 LIMIT 1
2.3 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 2
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
2.2 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246122
2.2 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 229 AND `id_shop` = 1 LIMIT 1
2.2 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1076) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
2.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246130
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246130)
ORDER BY priority
2.2 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 49 LIMIT 1
2.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246078
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246078) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
2.1 4 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_content_element`
WHERE `id_st_easy_content_column`=4 AND `active`=1 
ORDER BY `position` ASC
2.1 4 Yes /modules/steasycontent/classes/StEasyContentElementClass.php:64
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 3.9 >= w.`delimiter1`
AND 3.9 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.1 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 2.9 >= w.`delimiter1`
AND 2.9 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.1 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 4.9 >= w.`delimiter1`
AND 4.9 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.1 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246078
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246078)
ORDER BY priority
2.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50854 LIMIT 1
2.1 1 /classes/Address.php:304
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 1519 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
2.1 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.1 0 /classes/Hook.php:1221
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 4.9 >= w.`delimiter1`
AND 4.9 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2.1 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 16 LIMIT 1
2 1 /classes/State.php:96
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1076) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 3
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
2 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 541 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
2 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 1014 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
2 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246130
2 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 4.9 >= w.`delimiter1`
AND 4.9 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 2.9 >= w.`delimiter1`
AND 2.9 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50853 LIMIT 1
2 1 /classes/Address.php:330
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 454
2 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 2.9 >= w.`delimiter1`
AND 2.9 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
2 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 1519 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
1.9 5970 /modules/stwishlist/classes/StWishListClass.php:369
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 3
AND 6 >= w.`delimiter1`
AND 6 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.9 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2038 AND `id_shop` = 1
1.9 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.buildingtoystore.com' OR su.domain_ssl = 'www.buildingtoystore.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.9 1 Yes /classes/shop/Shop.php:1341
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
1.9 1 /classes/Country.php:401
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1529
ORDER BY f.position ASC
1.9 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 12 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 12 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246098
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 12
WHERE (cp.`id_cart` = 246098) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.9 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54035, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2046) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2024-05-07 00:00:00",
INTERVAL 180 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 21 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 21)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 47 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY `orderprice` DESC
LIMIT 0,9
1.9 15 Yes /classes/Category.php:1056
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 3
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
1.9 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE *
FROM `ps_cms` c
INNER JOIN `ps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = 21
WHERE (c.active = 1)
ORDER BY position
1.8 154 Yes /classes/CMS.php:311
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20301) LIMIT 1
1.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246040
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246040) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.8 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246019
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246019) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.8 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246095
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246095) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.8 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2086) LIMIT 1
1.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
1.8 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 12
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.8 124 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1076 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2037 AND `id_group` = 1 LIMIT 1
1.8 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 16) LIMIT 1
1.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2044 AND `id_shop` = 1
1.8 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 2.9 >= w.`delimiter1`
AND 2.9 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.7 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 5.9 >= w.`delimiter1`
AND 5.9 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.7 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246078
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246078)
ORDER BY priority
1.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 2
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
1.7 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
1.7 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.7 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.7 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1948) LIMIT 1
1.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20289
GROUP BY od.id_order_detail
1.7 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54035, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54035) LIMIT 1
1.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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
1.6 1 /classes/shop/Shop.php:201
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246004 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
1.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 3
AND 6 >= w.`delimiter1`
AND 6 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.6 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1071
ORDER BY `position`
1.6 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 4.9 >= w.`delimiter1`
AND 4.9 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.6 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.6 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246130 LIMIT 1
1.6 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 4.9 >= w.`delimiter1`
AND 4.9 < w.`delimiter2`
AND d.`id_carrier` = 49
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.6 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246152
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246152) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.6 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1529) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.6 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 3.9 >= w.`delimiter1`
AND 3.9 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.6 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54059, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 2
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.6 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 2
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
1.5 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
WHERE d.`id_zone` = 1
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter2` DESC LIMIT 1
1.5 279 Yes /classes/Carrier.php:368
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54020, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1529) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.5 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.5 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246130 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
1.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246101
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246101) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.5 4 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 2.9 >= w.`delimiter1`
AND 2.9 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.5 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 0 >= w.`delimiter1`
AND 0 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.4 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *
FROM `ps_cms` c
INNER JOIN `ps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = 21
WHERE (c.active = 1)
ORDER BY position
1.4 154 Yes /classes/CMS.php:311
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246005
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246005) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.4 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246130
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246130)
ORDER BY priority
1.4 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246173
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246173) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.4 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 4.9 >= w.`delimiter1`
AND 4.9 < w.`delimiter2`
AND d.`id_carrier` = 53
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.4 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.4 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246173
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246173)
ORDER BY priority
1.4 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246122
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246122) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.4 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE d.`price`
FROM `ps_delivery` d
LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
WHERE d.`id_zone` = 1
AND 2.9 >= w.`delimiter1`
AND 2.9 < w.`delimiter2`
AND d.`id_carrier` = 51
AND d.id_delivery = (
SELECT d2.id_delivery
FROM ps_delivery d2
WHERE d2.id_carrier = `d`.id_carrier
AND d2.id_zone = `d`.id_zone
AND d2.`id_range_weight` = `d`.`id_range_weight`
AND (d2.id_shop = 1 OR (d2.id_shop_group = 1
AND d2.id_shop IS NULL) OR (d2.id_shop_group IS NULL AND d2.id_shop IS NULL))
ORDER BY d2.id_shop DESC, d2.id_shop_group DESC
LIMIT 1
)
ORDER BY w.`delimiter1` ASC LIMIT 1
1.4 279 Yes /classes/Carrier.php:299
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 12 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 12 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246137
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 12
WHERE (cp.`id_cart` = 246137) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.4 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20302
GROUP BY od.id_order_detail
1.4 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2089 AND `id_shop` = 1
1.4 9 /src/Adapter/EntityMapper.php:82
SHOW COLUMNS FROM ps_cms_lang LIKE 'head_seo_title'
1.4 1 /modules/metatagsgenerator/metatagsgenerator.php:203
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 14 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 14 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246054
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 14
WHERE (cp.`id_cart` = 246054) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.4 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246004
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246004)
ORDER BY priority
1.4 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246137
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246137)
ORDER BY priority
1.3 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246004
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246004) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.3 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54056, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 9) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.3 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2085) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.3 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 4, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54052, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 4) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1021) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.3 4 Yes /classes/SpecificPrice.php:560
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54050) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54050) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54050) LIMIT 1) LIMIT 1
1.3 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 4, 4, 0) +  IF (`id_currency` = 5, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54052, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 4) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1021) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.3 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
1.3 700 /classes/Hook.php:1221
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54035, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.3 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1071) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.3 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1529
1.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 245895
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 245895) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.3 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246004
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
1.3 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246130
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246130)
ORDER BY priority
1.3 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246130
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246130) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.3 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246137
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246137)
ORDER BY priority
1.3 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.3 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20294
1.3 22 /classes/order/Order.php:578
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
1.3 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246031
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246031) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.3 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2087) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246130
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246130)
ORDER BY priority
1.2 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54055, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 246) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246122
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246122)
ORDER BY priority
1.2 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2035
AND `id_cart` = 246077 LIMIT 1
1.2 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246004 LIMIT 1
1.2 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246130 AND `id_customization` != 0 LIMIT 1
1.2 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 12
)
WHERE `id_cart` = 246137
ORDER by cr.priority ASC, cr.gift_product DESC
1.2 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_st_wishlist`
WHERE `id_customer` = 0
AND `id_shop` = 1
ORDER BY `name` ASC
1.2 1229 Yes /modules/stwishlist/classes/StWishListClass.php:171
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1.2 143 /classes/module/Module.php:322
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246088
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246088)
ORDER BY priority
1.2 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246101
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246101)
ORDER BY priority
1.2 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246001
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246001) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.2 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 67
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.2 124 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 246088
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 1
WHERE (cp.`id_cart` = 246088) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
1.2 1 Yes Yes /classes/Cart.php:761
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1948) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 119 AND `id_shop` = 1
1.2 11 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54042, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 209) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20294
1.2 22 /classes/order/Order.php:578
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `current_state` IN (2,3,4,5) 
AND id_shop IN (1) 
ORDER BY id_order DESC
LIMIT 0, 20
1.2 9487 /modules/storderpopup/storderpopup.php:1774
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1606) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 21 AND snl.`active`=1 
ORDER BY snl.`location`, snl.`position`
1.2 280 Yes /modules/stsidebar/classes/StSidebarClass.php:116
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 46
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.2 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
1.2 700 /classes/Hook.php:1221
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 454) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2088) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54031, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 454) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2086) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.2 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246137
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246137)
ORDER BY priority
1.2 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 15) LIMIT 1
1.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
1.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2041) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1948) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54020, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1529) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2043) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54042, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 209) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2085 AND `id_shop` = 1
1.1 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1071) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2039 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.1 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246031
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246031)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1611) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54050, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54059, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2089) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1945) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1945) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54031, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 454) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1946) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 456) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1611) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246078
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246078)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246101
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246101)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1
1.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 95
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 10 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1529 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1529 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.1 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1946) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20296
GROUP BY od.id_order_detail
1.1 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246078
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246078)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246005
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246005)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246130) LIMIT 1
1.1 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1529
ORDER BY `position`
1.1 7 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246054
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246054)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246122
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
1.1 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2040 AND `id_shop` = 1
1.1 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1547) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2044) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2038
AND `id_cart` = 246077 LIMIT 1
1.1 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246004
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246004)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20306
1.1 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2054) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1.1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2036) AND (pc.id_shop = 1)
1.1 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246040
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246040)
ORDER BY priority
1.1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1
1.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2040) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 245895
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 245895)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246101
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246101)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246095
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246095)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246152
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246152)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20287
1 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246101
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246101)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2046
1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 209805
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 209805)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54024, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2151) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1606) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54055, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 246) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 47 LIMIT 1
1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1021) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 29
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1 8 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246054
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246054)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246078
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246078)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246054
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246054)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54023, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 119) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2035
ORDER BY `position`
1 4 Yes /classes/Product.php:3096
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54045) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54045) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54045) LIMIT 1) LIMIT 1
1 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54042, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 209) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246054
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246054)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246088
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246088)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246031
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246031)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2039
1 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54035, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2046) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54050, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246031
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246031)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246173
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246173)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246001
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246001)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=21)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social`
1 4 Yes /modules/stsocial/classes/StSocialClass.php:114
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54031, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 454) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1021 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1021 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54020, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1529) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2046) AND (b.`id_shop` = 1) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1071) AND (b.`id_shop` = 1) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246004
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246004)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20288
1 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246088
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246088)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246122 LIMIT 1
1 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `ps_carrier` c
LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `ps_zone` z ON (z.`id_zone` = 5)
INNER JOIN ps_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1  AND cz.`id_zone` = 5 AND z.`active` = 1  AND EXISTS (SELECT 1 FROM ps_carrier_group
WHERE ps_carrier_group.id_carrier = c.id_carrier
AND id_group IN (3))  AND (c.is_module = 0 OR c.need_range = 1)  GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
1 3 Yes Yes /classes/Carrier.php:570
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1611) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246031
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246031)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20296
GROUP BY od.id_order_detail
1 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246005 AND `id_customization` != 0 LIMIT 1
1 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20296
GROUP BY od.id_order_detail
1 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2038) AND (b.`id_shop` = 1) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54023) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54023) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54023) LIMIT 1) LIMIT 1
1 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246088
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246088)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2151) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246001
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246001)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 7
AND setting_type = 2
1 95 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20296
1 4 /classes/order/Order.php:578
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50830 LIMIT 1
1 1 /classes/Address.php:441
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246173
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246173)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246001
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246001)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246019
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246019)
ORDER BY priority
1 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1125) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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
1 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2037 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2037 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1529 LIMIT 1
0.9 1 /classes/Product.php:856
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.9 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246122 LIMIT 1
0.9 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayBeforeBodyClosingTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.9 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 44
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 708) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246001
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246001)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54043, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1547) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 454 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 454 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 245895
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 245895)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20299
0.9 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1071 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1071 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20296
0.9 4 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 209805
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 209805)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246122 AND `id_customization` != 0 LIMIT 1
0.9 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54023
0.9 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1606 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1606 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.9 9 /classes/Language.php:790
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2044
ORDER BY `position`
0.9 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54035, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54056, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 9) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54036) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54036) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54036) LIMIT 1) LIMIT 1
0.9 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 27, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54036, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 27) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1611) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246004
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246004)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 246 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 246 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 118
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1
0.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 42 LIMIT 1
0.9 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 245895
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 245895)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 9) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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.9 1 Yes /classes/shop/Shop.php:703
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2037) AND (b.`id_shop` = 1) LIMIT 1
0.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 209) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 245895
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 245895)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2046) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1945 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1945 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20295
0.9 3 /classes/order/Order.php:578
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,45933) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,45933) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,45933) LIMIT 1) LIMIT 1
0.9 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246122 LIMIT 1
0.9 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 47
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 1 Yes Yes /classes/Category.php:918
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54028) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54028) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54028) LIMIT 1) LIMIT 1
0.9 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246152
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246152)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246098
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246098)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50853 LIMIT 1
0.9 1 /classes/Address.php:441
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.9 9 /classes/Language.php:991
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2044) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 245895
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 245895)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1125) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 5 Yes /classes/SpecificPrice.php:560
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54032) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54032) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54032) LIMIT 1) LIMIT 1
0.9 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2046) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2038
ORDER BY `position`
0.9 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1021) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.9 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246077
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246077)
ORDER BY priority
0.9 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20301
0.9 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2038 LIMIT 1
0.8 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246122
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.8 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246098
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246098)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 21 AND snl.`active`=1 
ORDER BY snl.`location`, snl.`position`
0.8 280 Yes /modules/stsidebar/classes/StSidebarClass.php:116
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'IDR') LIMIT 1
0.8 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2036 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2036 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1071 LIMIT 1
0.8 1 /classes/Product.php:856
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2086) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54039, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 535) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 209805
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 209805)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `ps_carrier` c
LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `ps_zone` z ON (z.`id_zone` = 1)
INNER JOIN ps_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1  AND cz.`id_zone` = 1 AND z.`active` = 1  AND EXISTS (SELECT 1 FROM ps_carrier_group
WHERE ps_carrier_group.id_carrier = c.id_carrier
AND id_group IN (3))  AND (c.is_module = 0 OR c.need_range = 1)  GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
0.8 3 Yes Yes /classes/Carrier.php:570
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2086) AND (pc.id_shop = 1)
0.8 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20296
GROUP BY od.id_order_detail
0.8 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2046
ORDER BY `position`
0.8 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 209 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 209 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246122) LIMIT 1
0.8 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246019
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246019)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=13 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.8 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2054) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246130
ORDER by cr.priority ASC, cr.gift_product DESC
0.8 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20292
0.8 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1948) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 456 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1948 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 21 AND sec.`active`=1  AND sec.`type`=1 AND sec.`location` IN (3,43,44,45,46,81,82,83,84,47,56)
ORDER BY sec.`position` LIMIT 0, 50
0.8 11 Yes /modules/steasycontent/classes/StEasyContentClass.php:352
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1037 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1037 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 45933
AND `id_address` = 43300
AND `deleted` = 0 LIMIT 1
0.8 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246173
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246173)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246098
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246098)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2087) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 246) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `ps_carrier` c
LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `ps_zone` z ON (z.`id_zone` = 2)
INNER JOIN ps_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1  AND cz.`id_zone` = 2 AND z.`active` = 1  AND EXISTS (SELECT 1 FROM ps_carrier_group
WHERE ps_carrier_group.id_carrier = c.id_carrier
AND id_group IN (3))  AND (c.is_module = 0 OR c.need_range = 1)  GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
0.8 3 Yes Yes /classes/Carrier.php:570
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20290
0.8 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 535) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2035 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2041) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 1076
0.8 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54024, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2151) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2038 LIMIT 1
0.8 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54024, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2151) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `ps_group` g
LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1)
ORDER BY g.`id_group` ASC
0.8 3 /classes/Group.php:111
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2088) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54043, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1547) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 1, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54032, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 1) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 209) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 47
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2086) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246122
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246122)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2054) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2043) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1611) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2088) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 119 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2085) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1071) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2039 LIMIT 1
0.8 1 /classes/Product.php:856
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 36
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 11 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 722) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54039) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54039) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54039) LIMIT 1) LIMIT 1
0.8 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2037
ORDER BY `position`
0.8 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 49
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2086) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2087) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2043) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2035 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246077
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246077)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2038
0.8 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `ps_carrier` c
LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `ps_zone` z ON (z.`id_zone` = 3)
INNER JOIN ps_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1  AND cz.`id_zone` = 3 AND z.`active` = 1  AND EXISTS (SELECT 1 FROM ps_carrier_group
WHERE ps_carrier_group.id_carrier = c.id_carrier
AND id_group IN (3))  AND (c.is_module = 0 OR c.need_range = 1)  GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
0.8 3 Yes Yes /classes/Carrier.php:570
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246137
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246137)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1125) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2085) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1131) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 119) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2089) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1946) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1021) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246173
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246173)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2089) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2046) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20300
0.8 4 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 541) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1519) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2038
ORDER BY `position`
0.8 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2046) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246122
ORDER by cr.priority ASC, cr.gift_product DESC
0.8 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20292
0.8 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54039, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 535) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1611 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1611 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1945) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 1, 4, 0) +  IF (`id_currency` = 3, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54032, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 1) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 209) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246095
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246095)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
INNER JOIN `ps_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 `level_depth` <= 7
AND nleft >= 74 AND nright <= 75
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
0.8 36 Yes /modules/ps_categorytree/ps_categorytree.php:166
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 541
0.8 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246019
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246019)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2054) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246152
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246152)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2041) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246077
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246077)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1946 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246019
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246019)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 708) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246040
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246040)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1076) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 47 AND ctg.`id_group` = 1 LIMIT 1
0.8 1 /classes/Category.php:1700
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20290
0.8 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 46 LIMIT 1
0.8 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246005
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246005)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246152
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246152)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246077
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246077)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246152
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246152)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54050, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246101
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246101)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2038) AND (pc.id_shop = 1)
0.8 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246005
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246005)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 9
0.8 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1945) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 90 LIMIT 1
0.8 1 /classes/State.php:96
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 209805
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 209805)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246098
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246098)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246137
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246137)
ORDER BY priority
0.8 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 1, 4, 0) +  IF (`id_currency` = 3, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54019, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 1) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.8 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.8 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 139, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54028, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 139) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1131) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2089) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2087) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246054
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246054)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 535 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 535 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 4) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 456
0.7 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1014) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 708) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2044) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 456
0.7 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2046 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2046 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2040) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246077
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246077)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246088
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246088)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246001
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246001)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 209805
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 209805)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54043, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1547) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 115
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2038 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.7 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246098
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246098)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246005
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246005)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 139, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54028, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 139) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1131) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.7 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 1, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54019, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 1) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 2, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 2) AND `id_product` IN (0, 1076) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 245895 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.7 1 Yes /classes/Product.php:5270
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1529)
0.7 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246040
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246040)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2036 AND `id_shop` = 1
0.7 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1071
AND image_shop.`cover` = 1 LIMIT 1
0.7 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 6, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 6) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 2040) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 1037
0.7 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246152
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.7 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1948) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2054 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2054 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246031
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246031)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 209 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 209 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 49
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246019
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246019)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1076) AND (pc.id_shop = 1)
0.7 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246005
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246005)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2151 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 9 AND `id_shop` = 1
0.7 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration`;
0.7 48 /modules/psaffiliate/classes/AffConf.php:892
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54028, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1131) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 456
0.7 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 120
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 21) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246095
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246095)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20298
0.7 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 50
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246095
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246095)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 5, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54052, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 5) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1021) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2089) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54045, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1071) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 209 AND `id_shop` = 1
0.7 11 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2044) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54055, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 246) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 11, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country` IN (0, 11) AND
`id_group` IN (0, 3) AND `id_product` IN (0, 1606) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.7 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 454) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246040
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246040)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration_lang`;
0.7 20 /modules/psaffiliate/classes/AffConf.php:895
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54059, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1945 AND `id_shop` = 1
0.7 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20297
GROUP BY od.id_order_detail
0.7 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2046 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2046 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20301
0.7 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 12
)
WHERE `id_cart` = 246137
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.7 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1125) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20304
GROUP BY od.id_order_detail
0.7 1 /classes/order/OrderReturn.php:261
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54019) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54019) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54019) LIMIT 1) LIMIT 1
0.7 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1547 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1547 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 708) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 3, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54019, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayHeader' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.7 3 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.7 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20300
0.7 4 /classes/order/Order.php:578
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20294
GROUP BY od.id_order_detail
0.7 22 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246005 AND `id_customization` != 0 LIMIT 1
0.7 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayNotificationError' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.7 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54055) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54055) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54055) LIMIT 1) LIMIT 1
0.7 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 3, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54032, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 209) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 246
ORDER BY `position`
0.7 7 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 32
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 7 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `ps_carrier` c
LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `ps_zone` z ON (z.`id_zone` = 2)
INNER JOIN ps_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1  AND cz.`id_zone` = 2 AND z.`active` = 1  AND EXISTS (SELECT 1 FROM ps_carrier_group
WHERE ps_carrier_group.id_carrier = c.id_carrier
AND id_group IN (2))  AND (c.is_module = 0 OR c.need_range = 1)  GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
0.7 3 Yes Yes /classes/Carrier.php:570
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246040
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246040)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1946) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246173
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.7 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = 0)
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
OR c.id_carrier = 51
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 246095
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 246095)
ORDER BY priority
0.7 5 Yes /classes/CartRule.php:1633
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246173
ORDER by cr.priority ASC, cr.gift_product DESC
0.7 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 106
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=7 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.7 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 109
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1606) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1945) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 90
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 7 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1125) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 122
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 21
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=5 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.7 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54048 LIMIT 1
0.7 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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.7 9 /classes/Language.php:1123
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `ps_carrier` c
LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 21 AND cl.id_shop = 1 )
LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `ps_zone` z ON (z.`id_zone` = 1)
INNER JOIN ps_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1  AND cz.`id_zone` = 1 AND z.`active` = 1  AND EXISTS (SELECT 1 FROM ps_carrier_group
WHERE ps_carrier_group.id_carrier = c.id_carrier
AND id_group IN (2))  AND (c.is_module = 0 OR c.need_range = 1)  GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
0.7 3 Yes Yes /classes/Carrier.php:570
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.7 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 108
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2043) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2046
0.7 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20305
0.7 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 708
ORDER BY `position`
0.7 7 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20303
0.7 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 209) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=12 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.7 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 123
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 111
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 15
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20300
GROUP BY od.id_order_detail
0.7 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2088) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2035) AND (pc.id_shop = 1)
0.7 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 11
0.7 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1076
AND `id_cart` = 246101 LIMIT 1
0.7 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2085) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2040) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246122 LIMIT 1
0.7 1 /classes/Cart.php:4211
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54024) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54024) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54024) LIMIT 1) LIMIT 1
0.7 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246004
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.7 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.7 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1611) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1946
ORDER BY `position`
0.7 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54023, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 119) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1946) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20293
GROUP BY od.id_order_detail
0.7 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1606
ORDER BY `position`
0.7 3 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 112
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1071
ORDER BY f.position ASC
0.7 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 58
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 13
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 1529
0.7 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 12)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 12)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 12)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1021
ORDER BY f.position ASC
0.7 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54050 LIMIT 1
0.7 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2085 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 37
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246122 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.7 1 Yes /classes/Product.php:5270
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54042) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54042) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54042) LIMIT 1) LIMIT 1
0.7 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 541 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20300
GROUP BY od.id_order_detail
0.7 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1125 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54050
0.7 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2039 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2046) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246130 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.7 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20302
0.7 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2037) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.7 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 708 AND `id_shop` = 1
0.7 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 107
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2035) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.7 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2043 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2043 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.7 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1021 AND `id_shop` = 1
0.6 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1948) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.6 5 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 76
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 17
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2087 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2041 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2041 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2036
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 708) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smsg.*
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  AND smsg.`location` IN (21)
ORDER BY smsg.`position`
0.6 44 Yes /modules/stswiper/classes/StSwiperGroup.php:279
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 47 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.6 15 /classes/Category.php:985
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20291
GROUP BY od.id_order_detail
0.6 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2037 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2037 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1606) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 45
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2035 AND `id_shop` = 1
0.6 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2044 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2044 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1037) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1014 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2038) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2041) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54050
AND `id_address` = 50854
AND `deleted` = 0 LIMIT 1
0.6 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 89
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 209805) LIMIT 1
0.6 22 /classes/Cart.php:3260
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2088 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2038
AND `id_cart` = 246101 LIMIT 1
0.6 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 42
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_order_state` os
LEFT JOIN `ps_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 1) WHERE deleted = 0 ORDER BY `name` ASC
0.6 16 Yes /classes/order/OrderState.php:132
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 81
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 246) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 84
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 12
)
WHERE `id_cart` = 246137
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.6 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 121
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2039) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 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.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26591
0.6 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 86
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20300
GROUP BY od.id_order_detail
0.6 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 124
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2039) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1529) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 110
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1125
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 22
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 73
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 54039, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 535) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20300
GROUP BY od.id_order_detail
0.6 4 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246078
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 722 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 722 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2039 AND id_shop=1 LIMIT 1
0.6 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1021
ORDER BY `position`
0.6 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 21 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 74 AND c.`nright` >= 75 AND c.`nleft` >= 2 AND c.`nright` <= 247 ORDER BY `nleft` DESC
0.6 38 /classes/Category.php:1584
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20306
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246101
0.6 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1529 AND `id_shop` = 1
0.6 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.6 9 /classes/Language.php:790
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 708 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 708 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 43
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246173 LIMIT 1
0.6 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 541
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 119
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 21 AND sml.`id_st_multi_link_group`=6 AND sml.`active`=1 
ORDER BY sml.`position`
0.6 33 Yes /modules/stmultilink/classes/StMultiLinkClass.php:82
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246152
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2035 AND `id_group` = 2 LIMIT 1
0.6 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 83
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2037
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1529
AND `id_cart` = 246005 LIMIT 1
0.6 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 80
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246004
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2086 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246095
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.6 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20295
0.6 3 /classes/order/Order.php:578
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayFooterAfter' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.6 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246173 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 246
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2037
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 6) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'JPY') LIMIT 1
0.6 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 0, 4, 0) +  IF (`id_currency` = 7, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 45933, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 7) AND
`id_country`  = 0 AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2038) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-07 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.6 4 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1037
ORDER BY `position`
0.6 6 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 246 AND `id_shop` = 1
0.6 10 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.6 1 /classes/shop/Shop.php:1162
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1945
ORDER BY `position`
0.6 3 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 74
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50862) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 117
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2089 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2089 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 75
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246078
0.6 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2035
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 82
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2038 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246004 LIMIT 1
0.6 1 /classes/Cart.php:3922
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54020) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54020) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54020) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1131 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 541
ORDER BY `position`
0.6 7 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246137 LIMIT 1
0.6 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2038
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 85
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 77
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 44 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246005 LIMIT 1
0.6 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2039) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.6 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 456) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1529 AND `id_group` = 2 LIMIT 1
0.6 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 454
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.6 88 /classes/Hook.php:336
SELECT SQL_NO_CACHE smlg.*,smlgl.`name`,smlgl.`url`
FROM `ps_st_multi_link_group` smlg
INNER JOIN ps_st_multi_link_group_shop st_multi_link_group_shop
ON (st_multi_link_group_shop.id_st_multi_link_group = smlg.id_st_multi_link_group AND st_multi_link_group_shop.id_shop = 1)
LEFT JOIN `ps_st_multi_link_group_lang` smlgl ON (smlg.`id_st_multi_link_group` = smlgl.`id_st_multi_link_group`)
WHERE smlg.`active`=1  AND smlg.`location` IN (5,18,19,20,21,28) AND smlgl.`id_lang` = 21
ORDER BY smlg.`position`
0.6 8 Yes /modules/stmultilink/classes/StMultiLinkGroup.php:121
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54052) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54052) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54052) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54031) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54031) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54031) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246137 LIMIT 1
0.6 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2038
0.6 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2040 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2040 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20291
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 23
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_parent`=0 AND smm.`item_t`=0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`location`, smm.`position`
0.6 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:204
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayNotificationWarning' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.6 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 88
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.6 1 /classes/Country.php:401
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 90 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20287
GROUP BY od.id_order_detail
0.6 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 116
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1519 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1519 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 71
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 21 AND sec.`active`=1  AND sec.`type`=1 AND sec.`location` IN (12,48,49,50,51,91,92,93,94,52,57)
ORDER BY sec.`position` LIMIT 0, 50
0.6 11 Yes /modules/steasycontent/classes/StEasyContentClass.php:352
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2085) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 4 LIMIT 1
0.6 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1611 AND `id_shop` = 1
0.6 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 21 AND sec.`active`=1  AND sec.`type`=1 AND sec.`location` IN (34)
ORDER BY sec.`position` LIMIT 0, 50
0.6 11 Yes /modules/steasycontent/classes/StEasyContentClass.php:352
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54056) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54056) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54056) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 95 LIMIT 1
0.6 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 50 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 21 
ORDER BY snl.`position`
0.6 1 Yes /modules/stnotification/classes/StNotificationClass.php:213
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20303
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20288) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2036) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246004 AND `id_customization` != 0 LIMIT 1
0.6 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246095
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2151
ORDER BY `position`
0.6 8 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246137 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246173 AND `id_customization` != 0 LIMIT 1
0.6 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20289
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2038
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246173 LIMIT 1
0.6 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 60896
AND `date_add` > '2024-05-07 08:30:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.6 13 Yes /classes/Connection.php:163
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246078
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 454
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 456
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1037
ORDER BY `position`
0.6 6 Yes /modules/stthemeeditor/stthemeeditor.php:5070
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1606
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54059) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54059) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54059) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1948
ORDER BY `position`
0.6 3 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 209
ORDER BY `position`
0.6 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246122 LIMIT 1
0.6 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26563
0.6 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 119
ORDER BY `position`
0.6 3 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2036 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2036 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1405
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2039
0.6 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 9
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50854 LIMIT 1
0.6 1 /classes/Address.php:330
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54035) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54035) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54035) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1071) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 45 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.6 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2151 AND `id_shop` = 1
0.6 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246005
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246004
0.6 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 456
ORDER BY `position`
0.6 4 Yes /modules/stthemeeditor/stthemeeditor.php:5070
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 16
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2036
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayNotificationSuccess' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.6 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 21)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 21)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 21)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 456
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 1519
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE smsg.*
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  AND smsg.`location` IN (26)
ORDER BY smsg.`position`
0.6 44 Yes /modules/stswiper/classes/StSwiperGroup.php:279
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 17
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20301
GROUP BY od.id_order_detail
0.6 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=21)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social`
0.6 4 Yes /modules/stsocial/classes/StSocialClass.php:114
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1945
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20304
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20298
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 21)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 21)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 21)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1037
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20293
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1529
AND image_shop.`cover` = 1 LIMIT 1
0.6 7 /classes/Product.php:3118
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayAfterBodyOpeningTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.6 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50853 LIMIT 1
0.6 1 /classes/Address.php:304
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26609
0.6 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2039
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2044) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246122 AND `id_customization` != 0 LIMIT 1
0.6 1 /classes/Product.php:5248
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1076)
0.6 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 33
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 3 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246098 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 29 LIMIT 1
0.6 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1076 AND `id_shop` = 1
0.6 9 /src/Adapter/EntityMapper.php:82
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54043) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,54043) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,54043) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20288
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246005
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20292) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  and smsg.`id_category` IN (47) LIMIT 1
0.6 44 /modules/stswiper/classes/StSwiperGroup.php:223
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20302
0.6 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2035
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 456
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246078
ORDER by cr.priority ASC, cr.gift_product DESC
0.6 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 209
ORDER BY f.position ASC
0.6 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.6 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 24
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2038
ORDER BY `position`
0.5 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20293
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20295
GROUP BY od.id_order_detail
0.5 3 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2035
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2151) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2046 AND `id_group` = 2 LIMIT 1
0.5 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54020 LIMIT 1
0.5 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2038
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 245895
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1071
0.5 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2087) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smsg.*
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  AND smsg.`location` IN (2,50)
ORDER BY smsg.`position`
0.5 44 Yes /modules/stswiper/classes/StSwiperGroup.php:279
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2035) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayNotificationInfo' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.5 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 1519
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246031 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246137 LIMIT 1
0.5 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246088
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 119) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.5 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 708) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 40
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20304
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20305
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 209805 LIMIT 1
0.5 22 /classes/Cart.php:3907
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246019 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_page_banner` sms 
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE `active` = 1
0.5 1 /modules/stpagebanner/classes/StPageBannerClass.php:264
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246137) LIMIT 1
0.5 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 722
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 245895
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 454 AND `id_shop` = 1
0.5 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20291
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246078 LIMIT 1
0.5 4 /classes/Cart.php:3917
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246101) LIMIT 1
0.5 4 /classes/Cart.php:3260
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2054) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 209805 LIMIT 1
0.5 22 /classes/Cart.php:3917
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20305
GROUP BY od.id_order_detail
0.5 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 21 
ORDER BY snl.`position`
0.5 1 Yes /modules/stnotification/classes/StNotificationClass.php:213
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2088) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 17
)
WHERE `id_cart` = 209805
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2037 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2087
ORDER BY `position`
0.5 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=22 AND `active`=1 
ORDER BY `position`
0.5 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE * 
FROM `ps_st_product_categories_slider` 
WHERE `active` = 1
0.5 1 /modules/stproductcategoriesslider/classes/StProductCategoriesSliderClass.php:341
SELECT SQL_NO_CACHE * FROM `ps_fsch_filter` WHERE `id_content` = 1 AND `content_type` = 'fsch_block' ORDER BY id_filter_group, id_filter ASC
0.5 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlFilterModel.php:168
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20287
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_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.5 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2035) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246040 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2039
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.5 1 /classes/Country.php:401
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246031
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 39
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 245895
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2040
ORDER BY `position`
0.5 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1529
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.5 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1547 AND `id_shop` = 1
0.5 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246078 LIMIT 1
0.5 4 /classes/Cart.php:3907
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246152 LIMIT 1
0.5 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246005
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 20
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246137 LIMIT 1
0.5 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 103
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246152 LIMIT 1
0.5 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 209) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246095
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1529) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2037
0.5 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246173
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 46 LIMIT 1
0.5 1 /classes/State.php:96
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50856 LIMIT 1
0.5 1 /classes/Address.php:304
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1948
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 454
AND image_shop.`cover` = 1 LIMIT 1
0.5 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246031 LIMIT 1
0.5 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 21 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (8) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.5 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE snl.*, snll.`content`
FROM `ps_st_news_letter` snl
INNER JOIN ps_st_news_letter_shop st_news_letter_shop
ON (st_news_letter_shop.id_st_news_letter = snl.id_st_news_letter AND st_news_letter_shop.id_shop = 1)
LEFT JOIN `ps_st_news_letter_lang` snll ON (snl.`id_st_news_letter` = snll.`id_st_news_letter`)
WHERE snl.`active`=1 AND snll.`id_lang` = 21 AND snl.`location` IN (12,48,49,50,51,91,92,93,94,52,57) 
ORDER BY snl.`position`
0.5 2 Yes /modules/stnewsletter/classes/StNewsLetterClass.php:240
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2036) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1014
ORDER BY `position`
0.5 6 Yes /modules/stthemeeditor/stthemeeditor.php:5070
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab`
0.5 183 /classes/Tab.php:340
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246004 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 246) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246040 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246001
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.5 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20299
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 70
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 21
AND id_shop = 1 LIMIT 1
0.5 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1071 AND `id_shop` = 1
0.5 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 722
ORDER BY `position`
0.5 2 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 90 LIMIT 1
0.5 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 119
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 14) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20299
GROUP BY od.id_order_detail
0.5 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 93
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.5 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=209805 LIMIT 1
0.5 22 /classes/Cart.php:4194
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2040) AND (pc.id_shop = 1)
0.5 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 66
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50830) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1547
ORDER BY `position`
0.5 7 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2088
ORDER BY `position`
0.5 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20289
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246088 LIMIT 1
0.5 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1529 LIMIT 1
0.5 7 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=245895 LIMIT 1
0.5 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.5 16 Yes /classes/Currency.php:680
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2041) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 246
0.5 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246137 AND `id_customization` != 0 LIMIT 1
0.5 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246088 LIMIT 1
0.5 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20290
GROUP BY od.id_order_detail
0.5 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246101
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20297
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2043 LIMIT 1
0.5 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1547
AND image_shop.`cover` = 1 LIMIT 1
0.5 7 /classes/Product.php:3118
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246095 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246078 LIMIT 1
0.5 4 /classes/Cart.php:4211
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246054 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2038
AND `id_cart` = 246122 LIMIT 1
0.5 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2039 AND `id_group` = 2 LIMIT 1
0.5 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.5 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2043) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246001 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 57
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54050) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20288
GROUP BY od.id_order_detail
0.5 1 /classes/order/OrderReturn.php:261
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1606)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-07 00:00:00',
INTERVAL 180 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 21
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 1014
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 25
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1125
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration`;
0.5 48 /modules/psaffiliate/classes/AffConf.php:892
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246031 LIMIT 1
0.5 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_order_detail` od
LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
WHERE od.`id_order` = 20297
0.5 1 /classes/order/Order.php:578
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  and smsg.`show_on_sub`=1 and smsg.`id_category` = 29 LIMIT 1
0.5 44 /modules/stswiper/classes/StSwiperGroup.php:223
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.5 16 Yes /classes/Currency.php:695
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1131) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 245895 LIMIT 1
0.5 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1131
ORDER BY `position`
0.5 6 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2035)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 55
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54023
AND `id_address` = 50833
AND `deleted` = 0 LIMIT 1
0.5 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2044 LIMIT 1
0.5 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246152 LIMIT 1
0.5 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.5 1 /classes/Country.php:401
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2054) AND (pc.id_shop = 1)
0.5 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1131) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2046
ORDER BY `position`
0.5 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 115 LIMIT 1
0.5 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246088 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 541) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2089) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1131
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '21' AND c.`hook` = 'displayNavFullWidth' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.5 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 454)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 14284
0.5 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 14284) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 17
)
WHERE `id_cart` = 209805
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1529 AND `id_group` = 1 LIMIT 1
0.5 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20306
GROUP BY od.id_order_detail
0.5 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246137 LIMIT 1
0.5 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 105
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1021) AND (pc.id_shop = 1)
0.5 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.5 16 Yes /classes/Currency.php:680
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54020) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1014) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 454 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50853) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246005 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246095 LIMIT 1
0.5 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 46) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246095 LIMIT 1
0.5 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 209 LIMIT 1
0.5 1 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246031
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=11 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.5 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 541
ORDER BY `position`
0.5 7 Yes /modules/stthemeeditor/stthemeeditor.php:5070
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246152 LIMIT 1
0.5 1 /classes/Cart.php:4211
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 209)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 246
AND image_shop.`cover` = 1 LIMIT 1
0.5 7 /classes/Product.php:3118
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.5 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2038 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2039
ORDER BY `position`
0.5 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1547) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2086) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26600
0.5 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246077 LIMIT 1
0.5 3 /classes/Cart.php:4211
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=6 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.5 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246001
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2044) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 56
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2087 AND `id_shop` = 1
0.5 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 14
)
WHERE `id_cart` = 246054
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246095 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2038
0.5 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=245895 LIMIT 1
0.5 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1
0.5 1 /classes/Country.php:193
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246040 LIMIT 1
0.5 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2043
ORDER BY `position`
0.5 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE smsl.`id_lang` = 21 AND sms.`active`=1  AND sms.`item_k`=1 AND (sms.`show_subcate` = 0 AND sms.`item_v`="47" OR sms.`show_subcate` = 1 AND sms.`item_v` IN(47,29,2)) ORDER BY sms.`position`
LIMIT 1
0.5 1 Yes /modules/stpagebanner/classes/StPageBannerClass.php:197
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 92
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2035 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 535
ORDER BY `position`
0.5 7 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `id_st_swiper`, `text_color`, `text_bg`, `btn_color`, `btn_bg`, `btn_hover_color`, `btn_hover_bg`
FROM `ps_st_swiper` 
WHERE `active` = 1 and (`text_color`!="" or `text_bg`!="" or `btn_color`!="" or `btn_bg`!="" or `btn_hover_color`!="" or `btn_hover_bg`!="")
0.5 106 /modules/stswiper/classes/StSwiperClass.php:250
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 722) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50833) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2039)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2037
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2039 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246152 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2086
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 65
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 535) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246040
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2054 LIMIT 1
0.5 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2085 LIMIT 1
0.5 5 /classes/order/Order.php:746
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1071)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 12) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 456
AND image_shop.`cover` = 1 LIMIT 1
0.5 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1125) AND (pc.id_shop = 1)
0.5 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2040 LIMIT 1
0.5 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=209805 LIMIT 1
0.5 22 /classes/Cart.php:4211
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246040 LIMIT 1
0.5 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2054) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 1071
0.5 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 8) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26592
0.5 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2036 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2036 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1946
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246005 LIMIT 1
0.5 1 /classes/Cart.php:4194
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 246)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 11) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1948 LIMIT 1
0.5 3 /classes/order/Order.php:746
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2046
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246077
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 9) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2036
ORDER BY `position`
0.5 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 72
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246040
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1076 LIMIT 1
0.5 2 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2035 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26577
0.5 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20303
GROUP BY od.id_order_detail
0.5 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2046 LIMIT 1
0.5 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1519
ORDER BY `position`
0.5 6 Yes /modules/stthemeeditor/stthemeeditor.php:5070
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2041 LIMIT 1
0.5 2 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 13) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20292
GROUP BY od.id_order_detail
0.5 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 12
)
WHERE `id_cart` = 246098
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246095 LIMIT 1
0.5 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 12 LIMIT 1
0.5 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2037
AND `id_cart` = 246078 LIMIT 1
0.5 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2037 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2037 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246004 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1076
AND image_shop.`cover` = 1 LIMIT 1
0.5 2 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1519) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2041
ORDER BY `position`
0.5 2 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 12
)
WHERE `id_cart` = 246098
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246001
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  and smsg.`show_on_sub`=1 and smsg.`id_category` = 47 LIMIT 1
0.5 44 /modules/stswiper/classes/StSwiperGroup.php:223
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2039) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 17) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.5 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=8 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.5 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1125 LIMIT 1
0.5 1 /classes/Product.php:856
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1948
AND image_shop.`cover` = 1 LIMIT 1
0.5 3 /classes/Product.php:3118
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26565
0.5 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1125 AND `id_shop` = 1
0.5 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246088
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246005 LIMIT 1
0.5 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 5
0.5 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  and smsg.`show_on_sub`=1 and smsg.`id_category` = 2 LIMIT 1
0.5 44 /modules/stswiper/classes/StSwiperGroup.php:223
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2036
AND image_shop.`cover` = 1 LIMIT 1
0.5 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 245895 LIMIT 1
0.5 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2037
ORDER BY `position`
0.5 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1611
AND image_shop.`cover` = 1 LIMIT 1
0.5 6 /classes/Product.php:3118
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.5 16 /classes/Currency.php:1099
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 456
ORDER BY `position`
0.5 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 69
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 14
)
WHERE `id_cart` = 246054
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246031
0.5 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246137 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 21 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (9) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.5 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 454) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 54
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 13
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2054
ORDER BY `position`
0.5 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2151
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 209) AND (pc.id_shop = 1)
0.5 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1611
ORDER BY `position`
0.5 6 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2038 LIMIT 1
0.5 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246019
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 246
AND `id_cart` = 245895 LIMIT 1
0.5 1 /classes/Product.php:3224
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1125)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_fsch_filter` WHERE `id_content` = 2 AND `content_type` = 'fsch_block' ORDER BY id_filter_group, id_filter ASC
0.5 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlFilterModel.php:168
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 14
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 16) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.5 1 /classes/Country.php:401
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 245895) LIMIT 1
0.5 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.5 88 /classes/Hook.php:284
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246001
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1948)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2086
ORDER BY `position`
0.5 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246088
ORDER by cr.priority ASC, cr.gift_product DESC
0.5 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 541
ORDER BY `position`
0.5 7 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2037) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246031 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20295
GROUP BY od.id_order_detail
0.5 3 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246077 LIMIT 1
0.5 3 /classes/Cart.php:4194
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 41
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.5 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CAD') LIMIT 1
0.5 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246088) LIMIT 1
0.5 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 51
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26582
0.5 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_lang` `b` ON a.`id_carrier` = b.`id_carrier` AND b.`id_lang` = 1
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 49) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.5 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'HKD') LIMIT 1
0.5 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246077 LIMIT 1
0.5 3 /classes/Cart.php:3917
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 116 LIMIT 1
0.5 1 /classes/Category.php:1369
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 9)
0.5 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246095) LIMIT 1
0.4 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1519
ORDER BY `position`
0.4 6 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 4280) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 541
AND image_shop.`cover` = 1 LIMIT 1
0.4 7 /classes/Product.php:3118
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2036
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246005) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1946
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2039 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2046
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246122) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1945)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2089
ORDER BY `position`
0.4 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1037)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1037
AND image_shop.`cover` = 1 LIMIT 1
0.4 6 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26578
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * 
FROM `ps_st_swiper_group` 
WHERE `active` = 1
0.4 44 /modules/stswiper/classes/StSwiperGroup.php:310
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 21 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (11) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2087
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 245895 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1076 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=21 AND smm.`id_st_mega_column`=10 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.4 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1131 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246019) LIMIT 1
0.4 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 12)
WHERE pa.id_product = 1021
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.4 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1611
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2151 LIMIT 1
0.4 8 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246005 LIMIT 1
0.4 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246040 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 245895 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2085
ORDER BY `position`
0.4 5 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 246
0.4 1 /classes/Product.php:4247
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1946)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20298
GROUP BY od.id_order_detail
0.4 1 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20296) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 456)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2046
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246001
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2036)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246040
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2037
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE smlg.*,smlgl.`name`,smlgl.`url`
FROM `ps_st_multi_link_group` smlg
INNER JOIN ps_st_multi_link_group_shop st_multi_link_group_shop
ON (st_multi_link_group_shop.id_st_multi_link_group = smlg.id_st_multi_link_group AND st_multi_link_group_shop.id_shop = 1)
LEFT JOIN `ps_st_multi_link_group_lang` smlgl ON (smlg.`id_st_multi_link_group` = smlgl.`id_st_multi_link_group`)
WHERE smlg.`active`=1  AND smlg.`location` IN (1) AND smlgl.`id_lang` = 21
ORDER BY smlg.`position`
0.4 8 Yes /modules/stmultilink/classes/StMultiLinkGroup.php:121
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246019 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `price_display_method`
FROM `ps_group`
WHERE `id_group` = 2 LIMIT 1
0.4 1 /classes/Group.php:174
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246019
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 53
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2151 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 52
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 19
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 48
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21
0.4 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1519
ORDER BY `position`
0.4 6 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 27) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 454
AND `id_cart` = 246040 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2035 LIMIT 1
0.4 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246095 LIMIT 1
0.4 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 119) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2151)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (1529)
0.4 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 21  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 38
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),0)) as qty_returned
FROM ps_order_detail od
LEFT JOIN ps_order_return_detail ord
ON ord.id_order_detail = od.id_order_detail
WHERE od.id_order = 20295
GROUP BY od.id_order_detail
0.4 3 /classes/order/OrderReturn.php:261
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 12
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1125
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50862 LIMIT 1
0.4 1 /classes/Address.php:304
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 722
ORDER BY `position`
0.4 2 Yes /modules/stthemeeditor/stthemeeditor.php:5070
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2086 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246077
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246101 LIMIT 1
0.4 4 /classes/Cart.php:3907
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 535)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1606
AND image_shop.`cover` = 1 LIMIT 1
0.4 3 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20290) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1948 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50833 LIMIT 1
0.4 0 /classes/Address.php:304
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2037 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246173 LIMIT 1
0.4 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2039
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1945 LIMIT 1
0.4 3 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.4 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1945
AND image_shop.`cover` = 1 LIMIT 1
0.4 3 /classes/Product.php:3118
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 90)
0.4 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20302) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2039 LIMIT 1
0.4 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1076) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 21)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 21)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 21)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 722
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 21 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 15617
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 21 AND sml.`id_st_multi_link_group`=7 AND sml.`active`=1 
ORDER BY sml.`position`
0.4 33 Yes /modules/stmultilink/classes/StMultiLinkClass.php:82
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246001
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13607
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246077
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2046) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2089 LIMIT 1
0.4 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2046 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246122 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 9 LIMIT 1
0.4 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54043) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2046)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246122 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13512
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246054 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246031
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_menu`
WHERE (`txt_color`!="" || `link_color`!="" || `txt_color_over`!="" || `bg_color`!="" || `bg_color_over`!="" || `tab_content_bg`!="" || `bg_image`!="" || `bg_margin_bottom`!="" || `cate_label_color`!="" || `cate_label_bg`!="")
AND `active`=1
0.4 24 /modules/stmegamenu/classes/StMegaMenuClass.php:294
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50843 LIMIT 1
0.4 1 /classes/Address.php:330
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26579
0.4 1 /classes/order/OrderDetail.php:361
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2043)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2035
ORDER BY `position`
0.4 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2036
AND `id_cart` = 246078 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=7 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246098 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1547) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50843 LIMIT 1
0.4 0 /classes/Address.php:304
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.4 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (2087,2086,2089,2088,2085,2054,2044,2043,2041,2040,1948,1946,1945,1606,1125,708)
0.4 16 /classes/Product.php:4273
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2040
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54048
0.4 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2151
AND image_shop.`cover` = 1 LIMIT 1
0.4 8 /classes/Product.php:3118
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246005 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246031 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2035
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1021
AND `id_cart` = 246137 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246101
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 9 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26580
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1014
ORDER BY `position`
0.4 6 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1606 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 21
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2040) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1606 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20299) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 10) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246152 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE snl.*, snll.`content`
FROM `ps_st_news_letter` snl
INNER JOIN ps_st_news_letter_shop st_news_letter_shop
ON (st_news_letter_shop.id_st_news_letter = snl.id_st_news_letter AND st_news_letter_shop.id_shop = 1)
LEFT JOIN `ps_st_news_letter_lang` snll ON (snl.`id_st_news_letter` = snll.`id_st_news_letter`)
WHERE snl.`active`=1 AND snll.`id_lang` = 21 AND snl.`location` IN (4) 
ORDER BY snl.`position`
0.4 2 Yes /modules/stnewsletter/classes/StNewsLetterClass.php:240
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 21)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 21)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 21)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1519
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 209
ORDER BY `position`
0.4 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1071 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 708
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 6
0.4 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2035
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26567
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 2038
ORDER BY `position`
0.4 4 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2039
AND `id_cart` = 246077 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 535 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246078 LIMIT 1
0.4 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246040 LIMIT 1
0.4 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 535) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1611 LIMIT 1
0.4 6 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 5 AND `id_object` = 47 LIMIT 1
0.4 1 /classes/Page.php:83
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26581
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2089
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2054
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246077 LIMIT 1
0.4 3 /classes/Cart.php:3907
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246005 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26584
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246040 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2039
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246101 LIMIT 1
0.4 4 /classes/Cart.php:3917
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 119
AND image_shop.`cover` = 1 LIMIT 1
0.4 3 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50848 LIMIT 1
0.4 1 /classes/Address.php:304
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13607) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 12
)
WHERE `id_cart` = 246098
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2088
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13507
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2088 LIMIT 1
0.4 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246054 LIMIT 1
0.4 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26610
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246054 LIMIT 1
0.4 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 708
AND image_shop.`cover` = 1 LIMIT 1
0.4 7 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 17
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54059) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2044)
0.4 1 /classes/Product.php:3401
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1611)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246095 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2085
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246152 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `ps_group` g
LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1)
ORDER BY g.`id_group` ASC
0.4 3 /classes/Group.php:111
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.4 17 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 535 LIMIT 1
0.4 7 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246019 LIMIT 1
0.4 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 708) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 246) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 21)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 21)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 21)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 541
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 3111
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1529 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246054 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246019 LIMIT 1
0.4 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2
0.4 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26576
0.4 1 /classes/order/OrderDetail.php:361
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1021)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE smsl.`id_lang` = 21 AND sms.`active`=1  AND sms.`item_k`=11 AND sms.`item_v`="1" ORDER BY sms.`position`
LIMIT 1
0.4 1 Yes /modules/stpagebanner/classes/StPageBannerClass.php:197
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stimagick" LIMIT 1
0.4 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 21 AND sml.`id_st_multi_link_group`=5 AND sml.`active`=1 
ORDER BY sml.`position`
0.4 33 Yes /modules/stmultilink/classes/StMultiLinkClass.php:82
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2046 LIMIT 1
0.4 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2041 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1021
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246101 LIMIT 1
0.4 4 /classes/Cart.php:4194
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246019 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246101
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246173 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246137 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 95 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id`) AS "count"
FROM `ps_spmgsnipreview` pc
WHERE `id_product` = 1037 AND     id_shop = 1 and is_active = 1 LIMIT 1
0.4 1 /modules/spmgsnipreview/classes/spmgsnipreviewhelp.class.php:236
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 1
)
WHERE `id_cart` = 246019
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.4 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26571
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2088 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246031) LIMIT 1
0.4 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 53) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246152 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1606
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 209
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50838) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 21 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 74 AND c.`nright` >= 75 AND c.`nleft` >= 2 AND c.`nright` <= 247 ORDER BY `nleft` DESC
0.4 38 /classes/Category.php:1584
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246101 LIMIT 1
0.4 4 /classes/Cart.php:4211
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2035
AND `id_cart` = 246078 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_order_state_lang`
WHERE `id_order_state` = 2
0.4 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1948
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2044
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246088 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 14487
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (2036,2035,1611)
0.4 3 /classes/Product.php:4273
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54052
0.4 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1529
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 454
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50858 LIMIT 1
0.4 0 /classes/Address.php:304
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2088) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2088
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246088 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2038
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 12)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 12)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 12)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1547
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 3111) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 454 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 246 LIMIT 1
0.4 7 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 21)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 21)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 21)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1014
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26572
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2038
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 21)
WHERE i.`id_product` = 1076
ORDER BY `position`
0.4 2 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50857 LIMIT 1
0.4 1 /classes/Address.php:304
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 245895 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 14)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 14)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 14)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 209
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE round(AVG(`rating`),1) AS "avg_rating",  round(AVG(`rating`),2) AS "avg_rating_decimal"
FROM `ps_spmgsnipreview` pc
WHERE `id_product` = 1037 AND   rating != 0 AND  id_shop = 1 and is_active = 1 LIMIT 1
0.4 1 /modules/spmgsnipreview/classes/spmgsnipreviewhelp.class.php:286
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 535
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50843) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'ko' LIMIT 1
0.4 9 /classes/Language.php:761
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54031) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 21 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (8) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 9) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 21 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (10) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246078 LIMIT 1
0.4 4 /classes/Cart.php:4194
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2054 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stadvancedcache" LIMIT 1
0.4 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.4 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2151) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2035
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1946
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2043) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2054
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13477) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2041)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26575
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 246
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2038 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 43 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1071
AND `id_cart` = 246101 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246130 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26574
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1606 LIMIT 1
0.4 3 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246088 LIMIT 1
0.4 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1071 AND `id_group` = 2 LIMIT 1
0.4 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 21 AND cl.id_shop = 1 ) WHERE c.`id_category` = 47 LIMIT 1
0.4 1 /classes/Category.php:1569
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13559
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1
0.4 1 /classes/Image.php:510
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246001 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246001 LIMIT 1
0.4 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246031 LIMIT 1
0.4 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2043 AND `id_shop` = 1
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 21
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246152 LIMIT 1
0.4 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 119
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2046
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 14
)
WHERE `id_cart` = 246054
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246031 LIMIT 1
0.4 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 29)
0.4 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2039
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 17
)
WHERE `id_cart` = 209805
ORDER by cr.priority ASC, cr.gift_product DESC
0.4 1 Yes /classes/Cart.php:506
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 15616
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 1611
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2038
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26595
0.4 1 /classes/order/OrderDetail.php:361
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 119)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2037
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 25) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246019) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246001 LIMIT 1
0.4 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 1948
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2038 LIMIT 1
0.4 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 12917
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13477
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246098 LIMIT 1
0.4 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 245895 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26583
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_lang` `b` ON a.`id_carrier` = b.`id_carrier` AND b.`id_lang` = 1
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 51) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2037
AND `id_cart` = 246173 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246001 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246031 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2087) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1946) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 246098 LIMIT 1
0.4 1 /classes/Cart.php:3907
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246004) LIMIT 1
0.4 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54031
0.4 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.4 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2151
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 2 LIMIT 1
0.4 1 /classes/Group.php:154
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13447
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2086 LIMIT 1
0.4 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54024) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246088 LIMIT 1
0.4 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2035
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2035
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.4 88 /classes/Hook.php:336
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54036) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2043
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 17)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 17)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 17)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2041
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5200
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246098 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 14487) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2036
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 12 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26573
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246040 LIMIT 1
0.4 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1945 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26569
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50830 LIMIT 1
0.4 1 /classes/Address.php:304
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1611 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1948 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1529) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 190 AND `id_shop` = 1 LIMIT 1
0.4 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246095 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 119 LIMIT 1
0.4 3 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246040 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2041) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2087 LIMIT 1
0.4 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 49) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1071) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246173 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246098 LIMIT 1
0.4 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26608
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1547 LIMIT 1
0.4 7 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1948
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE * 
FROM `ps_st_multi_link_group` 
WHERE `active` = 1
0.4 8 /modules/stmultilink/classes/StMultiLinkGroup.php:148
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1945
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20293) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246005) LIMIT 1
0.4 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246001 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13451) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 209805) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54020
0.4 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246098 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246040) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration_lang`;
0.4 20 /modules/psaffiliate/classes/AffConf.php:895
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 119
AND `id_cart` = 246004 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50849) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246077) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50856 LIMIT 1
0.4 1 /classes/Address.php:330
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2151
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1037 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2087
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2046
AND `id_cart` = 246101 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246019 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 1945
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246078) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246054 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246173 LIMIT 1
0.4 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1946
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246088 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2054) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=10 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54042
AND `id_address` = 50848
AND `deleted` = 0 LIMIT 1
0.4 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 456
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1021 LIMIT 1
0.4 1 /classes/order/Order.php:746
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1611
AND `id_cart` = 246078 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 4189
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.4 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1014)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 209
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 9
AND `id_cart` = 246152 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2035 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246004 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2046
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13507) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1
0.4 1 /classes/Hook.php:222
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246173) LIMIT 1
0.4 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246088 LIMIT 1
0.4 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2044) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:785
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2087)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.4 1 /classes/module/Module.php:2244
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 15616) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 1946
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54036
0.4 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26605
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26594
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54028
AND `id_address` = 50836
AND `deleted` = 0 LIMIT 1
0.4 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26599
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54056
0.4 1 /classes/Customer.php:994
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2038)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=23 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2085
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 708)
0.4 1 /classes/Product.php:3401
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2054)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_st_news_letter`
0.4 2 /modules/stnewsletter/classes/StNewsLetterClass.php:250
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246077 LIMIT 1
0.4 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 21)
WHERE `level_depth` = 1
0.4 10 /classes/Category.php:2195
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.4 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 119
0.4 1 /classes/Product.php:5220
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2088)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2036 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 57 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2087
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 209
AND `id_cart` = 246095 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2089
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1948
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 45933) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1945) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50834) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 53 AND `id_shop` = 1
0.4 49 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246077
0.4 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2046) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26596
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54023 LIMIT 1
0.4 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26597
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246019 LIMIT 1
0.4 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2036
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2085)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 2038 LIMIT 1
0.4 4 /classes/order/Order.php:746
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2086)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246001 LIMIT 1
0.4 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1021
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (2039)
0.4 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2039
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2086
AND image_shop.`cover` = 1 LIMIT 1
0.4 5 /classes/Product.php:3118
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2037)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1
0.4 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1946
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 7544
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 535
AND image_shop.`cover` = 1 LIMIT 1
0.4 7 /classes/Product.php:3118
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.4 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 246 AND `id_group` = 3 LIMIT 1
0.4 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1547) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2089)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 51 AND `id_shop` = 1
0.4 49 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1021 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26593
0.4 1 /classes/order/OrderDetail.php:361
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 541)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 12)
0.4 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.4 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20294) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1946 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 12)
WHERE pa.id_product = 1547
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1014
AND image_shop.`cover` = 1 LIMIT 1
0.4 6 /classes/Product.php:3118
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50857 LIMIT 1
0.4 1 /classes/Address.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 112 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 7
0.4 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13473
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 1606
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 14)
WHERE pa.id_product = 209
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246078 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2046
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1021
AND image_shop.`cover` = 1 LIMIT 1
0.4 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 454
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246054
0.4 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246095 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 722
AND image_shop.`cover` = 1 LIMIT 1
0.4 2 /classes/Product.php:3118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2036) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2040) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246040 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13451
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 9
0.4 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246095 LIMIT 1
0.4 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 209805 LIMIT 1
0.4 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 21 LIMIT 1
0.4 1 /classes/Country.php:251
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'KRW') LIMIT 1
0.4 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1131 LIMIT 1
0.4 6 /classes/order/Order.php:746
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 454) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21 AND cfl.`id_shop` = 1)
WHERE c.`id_cart` = 246101 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1945) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2043) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20300) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 12 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1606
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1606) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246054 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1131)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 95)
0.4 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2046) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 29 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 27
0.4 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1076
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246098 AND `id_customization` != 0 LIMIT 1
0.4 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2039) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 541
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 722
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2041
AND image_shop.`cover` = 1 LIMIT 1
0.4 2 /classes/Product.php:3118
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.4 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 17
0.4 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246019
0.4 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1547)
0.4 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50834 LIMIT 1
0.4 1 /classes/Address.php:330
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1945
0.4 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 12
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246137
0.4 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2043) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2035
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RUB') LIMIT 1
0.4 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TWD') LIMIT 1
0.4 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 93 LIMIT 1
0.4 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54052
AND `id_address` = 50856
AND `deleted` = 0 LIMIT 1
0.4 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2086
AND `id_cart` = 209805 LIMIT 1
0.4 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_customer`) FROM `ps_specific_price` WHERE `id_customer` != 0 LIMIT 1
0.4 1 /classes/SpecificPrice.php:286
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1131) AND (pc.id_shop = 1)
0.4 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 49) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246078) LIMIT 1
0.4 4 /classes/Cart.php:3260
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50854) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 246077 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.4 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 456
0.4 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MYR') LIMIT 1
0.4 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1071 LIMIT 1
0.4 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 21 LIMIT 1
0.4 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sthoverimage" LIMIT 1
0.4 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13512) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1519
AND image_shop.`cover` = 1 LIMIT 1
0.4 6 /classes/Product.php:3118
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26562
0.4 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246040) LIMIT 1
0.4 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_lang` `b` ON a.`id_carrier` = b.`id_carrier` AND b.`id_lang` = 1
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 49) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2046 LIMIT 1
0.4 1 /classes/Product.php:856
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.4 1 /classes/Group.php:154
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 5483
0.4 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 4
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 14471) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 86 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 110 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50856 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2044) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 245895 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2088) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_lang` `b` ON a.`id_carrier` = b.`id_carrier` AND b.`id_lang` = 1
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 53) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246152) LIMIT 1
0.3 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 11) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26602
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (454)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (2151)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'NZD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2036) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2089
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2040) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246137 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_st_notification`
0.3 1 /modules/stnotification/classes/StNotificationClass.php:245
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 245895
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 722)
0.3 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 9) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246005
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 4 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2038
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 246054 LIMIT 1
0.3 1 /classes/Cart.php:3917
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1611
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'PLN') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246031 LIMIT 1
0.3 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26570
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246054 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246088 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2037) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246098 LIMIT 1
0.3 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20303) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1606
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2043
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 39 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246054) LIMIT 1
0.3 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 51) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1945
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26586
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 708
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50838 LIMIT 1
0.3 1 /classes/Address.php:304
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54052 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 123 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1125
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50839) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'SGD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 1125
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2085
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
FROM `ps_customized_data` cd
NATURAL JOIN `ps_customization` c
LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = 21)
WHERE c.`id_cart` = 209805 AND c.`in_cart` = 1
ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
0.3 1 Yes /classes/Product.php:5270
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246088
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54042
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50838 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13559) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246077) LIMIT 1
0.3 3 /classes/Cart.php:3260
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1076 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 121 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2040
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2036
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1946 LIMIT 1
0.3 5 /classes/order/Order.php:746
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 48 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2044
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20295) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 454 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13473) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20291) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 209
AND image_shop.`cover` = 1 LIMIT 1
0.3 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 67 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54028) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246173 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2089
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.3 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1131
AND image_shop.`cover` = 1 LIMIT 1
0.3 6 /classes/Product.php:3118
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1519)
0.3 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246152
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2044
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54055 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2151
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 65 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246095
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26585
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=11 AND `active`=1 
ORDER BY `position`
0.3 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE `price_display_method`
FROM `ps_group`
WHERE `id_group` = 3 LIMIT 1
0.3 1 /classes/Group.php:174
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=12 AND `active`=1 
ORDER BY `position`
0.3 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jscomposer" LIMIT 1
0.3 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246152 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50833 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54055
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2151
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2054) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 106 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26564
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1611) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2151 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 93 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 51 LIMIT 1
0.3 1 /classes/Category.php:1369
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 2040)
0.3 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 14471
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 454
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 15619
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50834 LIMIT 1
0.3 1 /classes/Address.php:304
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2038
AND `id_cart` = 246130 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26607
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 708
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50830 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_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.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 72 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26566
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2085) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246019 LIMIT 1
0.3 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stproductcomments" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54023) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50848 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.3 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246095) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AUD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26604
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246001 LIMIT 1
0.3 1 /classes/Cart.php:4211
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.3 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20305) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 456
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2036
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246005 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2087) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 84 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1021
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 85 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 209 LIMIT 1
0.3 1 /classes/order/Order.php:746
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50862 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54032) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50845) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 73 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stadvancedcache" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 36)
0.3 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50842 LIMIT 1
0.3 1 /classes/Address.php:304
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2054
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 4280
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 35) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54042) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1946 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=246054 LIMIT 1
0.3 1 /classes/Cart.php:4194
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26587
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2037
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246101 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (209)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 108 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (246)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 456) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2088
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246095 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 12894
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 49 AND `id_shop` = 1
0.3 49 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2043
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (9)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246001) LIMIT 1
0.3 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2039) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 209805
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 4189) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246001 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50862 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246137 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 119
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2043) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13447) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 4306
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2046
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54055) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246019 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 45933
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1547) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 12 LIMIT 1
0.3 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50850) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246173 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20304) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1606) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2038
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 1
0.3 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2036
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.3 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1946) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_order_state` a
WHERE (a.`id_order_state` = 2) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 13
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50839 LIMIT 1
0.3 0 /classes/Address.php:304
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54045
AND `id_address` = 50850
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 81 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 8 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 12917) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50843 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246152 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 4428
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.3 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246019 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 1125 LIMIT 1
0.3 4 /classes/order/Order.php:746
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1945 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1606) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 209
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1606 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 49 AND `id_shop` = 1
0.3 49 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2151) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26601
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2040) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20297) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1611 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2037
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = 246098) LIMIT 1
0.3 1 /classes/Cart.php:3260
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13463
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246122 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26603
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 37 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54059 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2035
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20287) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ko-kr'
OR `language_code` = 'ko-kr' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 535
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26606
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 15619) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `image_shop`.id_image
FROM `ps_image` i INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
WHERE i.id_product = 708 LIMIT 1
0.3 7 /classes/order/Order.php:746
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2054
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 51 AND `id_shop` = 1
0.3 49 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 21 AND id_category = 36 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2036 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54059
AND `id_address` = 50862
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 53) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1021 AND `id_group` = 2 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1076 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2085
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 88 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246054 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_cart`) FROM `ps_specific_price` WHERE `id_cart` != 0 LIMIT 1
0.3 1 /classes/SpecificPrice.php:286
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2037
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.3 1 /classes/Image.php:510
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2044
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 69 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246005 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246098
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 58 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2046) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.3 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 90 LIMIT 1
0.3 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 75 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54031 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 66 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.3 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50858) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 8125
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50833 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50836 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 535) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 41 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1037
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 209 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1547 AND `id_group` = 2 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 27 LIMIT 1
0.3 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13521
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246078 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2087
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 3515) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50838 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 83 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 38 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54045 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2086 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 107 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20298) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 36 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_orders` a
WHERE (a.`id_order` = 20289) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 12 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1945 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2039) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 47 AND ctg.`id_group` = 1 LIMIT 1
0.3 1 /classes/Category.php:1700
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2038
AND `id_cart` = 246001 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 708
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2087
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 21 AND id_category = 29 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26568
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 21
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.3 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13521) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2085
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2024-05-07 00:00:00' AND '2024-05-07 23:59:59' LIMIT 1
0.3 1 /classes/SpecificPrice.php:365
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2041
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 12
AND cl.id_shop = 1 
AND cl.`id_category` = 95 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 12781
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54056) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2086
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 11) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 15617) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.3 1 /classes/Category.php:1575
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1611) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 53 AND `id_shop` = 1
0.3 49 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 535
AND `id_cart` = 246088 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2038
AND `id_cart` = 246001 LIMIT 1
0.3 1 /src/Adapter/Database.php:74
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26598
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50836 LIMIT 1
0.3 0 /classes/Address.php:304
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54019) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2087 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 40 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 122 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246077 AND `id_customization` != 0 LIMIT 1
0.3 3 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54052) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2086
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 119
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 77 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2043
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2044) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2088
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2089 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (2046,1071,1076)
0.3 3 /classes/Product.php:4273
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50845 LIMIT 1
0.3 1 /classes/Address.php:304
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2037 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2088
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2038
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2036) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 71 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246019 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 15620
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2041 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 708 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 124 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 76 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2040
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 74 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246031 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246004 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246004) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 111 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 209
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 245895 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2036) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 109 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycheckout" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1606 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.3 2 /classes/SpecificPrice.php:410
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2037
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 82 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (119)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246040 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2038
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 139
0.3 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.3 88 /classes/Hook.php:284
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1606) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246152) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54024
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50858 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 21 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.3 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2089
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 13469
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 12
AND cl.id_shop = 1 
AND cl.`id_category` = 29 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 70 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 51) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 90) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54045) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 1131
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2039) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 12) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 246 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 8) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
0.3 1 /classes/Country.php:274
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1131 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 8032) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.3 1 /classes/module/Module.php:2244
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (2038)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2089) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 89 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54028
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 3 LIMIT 1
0.3 1 /classes/Group.php:154
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246088 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2036
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 708
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2054
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 12853
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 12) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2054
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2039
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1611) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54042 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 456 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 245895) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1131
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.3 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2037 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246130 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2041
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54020
AND `id_address` = 50830
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 454 AND `id_group` = 2 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246173
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13469) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1948) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=1 AND `active`=1 
ORDER BY `position`
0.3 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2085 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 9
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1037 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1547) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2088 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1071) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2054 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.3 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54035 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (1547)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50849 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 21 AND id_category = 36 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2088
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 25 LIMIT 1
0.3 1 /classes/State.php:96
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 209 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54019
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54039
AND `id_address` = 50845
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=13 AND `active`=1 
ORDER BY `position`
0.3 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 12786
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 80 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2044 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2046) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54059
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 27 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2089
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 209805 AND `id_customization` != 0 LIMIT 1
0.3 22 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50848 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 36 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246001 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54056
AND `id_address` = 50858
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 454 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 1606) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 3515
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_order_state_lang`
WHERE `id_order_state` = 2
0.3 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1948 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 27 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 5483) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2087
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2035
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 4 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2040 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = 0 AND c.active = 1
WHERE (pc.id_product = 2041) AND (pc.id_shop = 1)
0.3 3 /classes/Carrier.php:1525
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246098 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 535
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2043
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50857) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 8125) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246173 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2039
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54019
AND `id_address` = 50829
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1547
AND `id_cart` = 246098 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.3 4 /classes/ObjectModel.php:1509
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 12786) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 246 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 43300) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 15618
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 209
AND `id_cart` = 246054 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 21 AND id_category = 12 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246101 AND `id_customization` != 0 LIMIT 1
0.3 4 /classes/Product.php:5248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2088 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 13463) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 12894) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 229 AND `id_shop` = 1 LIMIT 1
0.3 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2036
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 9
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 12844
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1611) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 119 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 43300 LIMIT 1
0.3 1 /classes/Address.php:304
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcustomersignin" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 708 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50842 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 10
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2038
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2039
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 16) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2089
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE COUNT(`id_customization`) FROM `ps_cart_product`
WHERE `id_cart` = 246031 AND `id_customization` != 0 LIMIT 1
0.3 1 /classes/Product.php:5248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 708) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2151
AND `id_cart` = 246019 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (1021)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50856) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1037
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 35 LIMIT 1
0.3 1 /classes/State.php:96
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26588
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1945 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50849 LIMIT 1
0.3 0 /classes/Address.php:304
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1547
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2085
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50850 LIMIT 1
0.3 1 /classes/Address.php:304
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1125
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246001) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246031) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1547 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 15620) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_zone` AS id_zone_state, c.`id_zone`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
WHERE a.`id_address` = 50829 LIMIT 1
0.3 0 /classes/Address.php:304
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26589
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 8 LIMIT 1
0.3 1 /classes/State.php:96
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 1 LIMIT 1
0.3 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1547 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50849 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54056 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 6 LIMIT 1
0.3 1 /classes/State.php:96
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AED') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1131
AND `id_cart` = 246031 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE t.*, d.`tax_computation_method`
FROM `ps_order_detail_tax` t
LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
WHERE d.`id_order_detail` = 26590
0.3 1 /classes/order/OrderDetail.php:361
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50842) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 209
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 17)
WHERE pa.id_product = 2040
0.3 1 /classes/Product.php:5220
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 722) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2054) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2035 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2036 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246001 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 246098 LIMIT 1
0.3 1 /classes/Cart.php:3922
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'brand_default' LIMIT 1
0.3 1 /classes/Image.php:510
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 32)
0.3 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 2041
AND `id_cart` = 209805 LIMIT 1
0.3 1 /classes/Product.php:3224
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 6
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54039
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 535 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2044) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54032 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 12803
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 15) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 103 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 535) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 119 AND `id_group` = 2 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 541) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 54 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 139 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54032
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1
0.3 1 /classes/Hook.php:222
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.3 17 /classes/ImageType.php:147
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 27 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 12 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 10) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 139) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1547
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 4
0.3 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 708) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2043 LIMIT 1
0.3 1 /classes/Product.php:856
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1611
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
0.3 1 /classes/Page.php:104
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stshoppingcart" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1611 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2046) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2043) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2085 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54035
AND `id_address` = 50842
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1948 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1131
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246001
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50848) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54043 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54036
AND `id_address` = 50843
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1125
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 92 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54036 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50858 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE *
FROM `ps_order_state` a
WHERE (a.`id_order_state` = 2) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 12
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 97 LIMIT 1
0.3 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2054 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 14 AND id_category = 12 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_customer` a
WHERE (a.`id_customer` = 54039) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 1 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2054
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246130) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 43300 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2036 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50836) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2043
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2044
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54031
AND `id_address` = 50838
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 541
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1606 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1071 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1547) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 4 LIMIT 1
0.3 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 139 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2087
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 27 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 36) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50857 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 12 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246098) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 16 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1037 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54055
AND `id_address` = 50857
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=14 AND `active`=1 
ORDER BY `position`
0.3 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1
0.3 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 209 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 21 AND id_category = 90 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stwishlist" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 7544) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 2040
0.3 1 /classes/Product.php:4247
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 8032
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1547 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 12781) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.3 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1071) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1611
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 535) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1014
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 246 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2038 AND `id_group` = 2 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54035
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1948 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 12803) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 14) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblogcomments" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 13
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54024
AND `id_address` = 50834
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2035
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 105 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2041
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50829 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (535)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 209 AND `id_group` = 2 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54043
AND `id_address` = 50849
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50854 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2024-05-07 00:00:00' AND '2024-05-07 23:59:59' LIMIT 1
0.3 1 /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 36 LIMIT 1
0.3 1 /classes/State.php:96
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50829) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1014
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2040 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2039 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2044
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2085
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2038 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1519
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 33)
0.3 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 13 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246173) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stnewsletter" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1946 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 14
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 43300 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 4 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1946 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54043
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 119 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1125
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 12 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 1 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE cg.`id_group`
FROM ps_customer_group cg
WHERE cg.`id_customer` = 54045
0.3 1 /classes/Customer.php:994
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 4306) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 16
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 456
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 246
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1071
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50842 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2086
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 139 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 17 LIMIT 1
0.3 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE id_feature, id_product, id_feature_value
FROM `ps_feature_product`
WHERE `id_product` IN (1131)
0.3 1 /classes/Product.php:4273
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 50829) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 17 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 246040
0.3 1 /classes/Cart.php:2993
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246101) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54039 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2041 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 36 LIMIT 1
0.3 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 456 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2044 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 32 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246054) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 4428) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2089 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 13) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 8) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 246088) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 21 AND cl.id_shop = 1 ) WHERE c.`id_category` = 47 LIMIT 1
0.3 1 /classes/Category.php:1569
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 14) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 1 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_address`
FROM `ps_address`
WHERE `id_customer` = 54032
AND `id_address` = 50839
AND `deleted` = 0 LIMIT 1
0.3 1 /classes/Customer.php:536
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1519 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1131
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2086 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1125 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.3 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 541 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.3 1 /classes/Image.php:510
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50850 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2151 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 19 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'category_default' LIMIT 1
0.3 1 /classes/Image.php:510
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2035 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50836 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.3 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 52 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 12844) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 15618) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1131 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1547
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 535
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2088
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 1 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 535
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 97 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 12853) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 15
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 708) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 12 AND id_category = 29 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 11
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50845 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2038
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 708
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2040) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2035 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 17 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2038
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2037 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2040
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1519
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 53 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 24 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 0 LIMIT 1
0.3 0 /classes/Address.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1519
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 304) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2046
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1606
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2086
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 535) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2044
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 33 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 8
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 722 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2040 AND `id_group` = 3 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1125 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 1 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 11 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2046 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54028 LIMIT 1
0.3 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2046 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1076
0.3 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 139 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50829 LIMIT 1
0.3 1 /classes/Address.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1071
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 23 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 139 LIMIT 1
0.3 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.3 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50839 LIMIT 1
0.3 1 /classes/Address.php:330
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 95 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2086 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1021 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54019 LIMIT 1
0.2 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.2 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 56 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
0.2 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1021 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1519) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 41) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 54024 LIMIT 1
0.2 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.2 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1945
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2089 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE c.`active`
FROM `ps_address` a
LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
WHERE a.`id_address` = 50845 LIMIT 1
0.2 1 /classes/Address.php:330
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 12 LIMIT 1
0.2 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 45933 LIMIT 1
0.2 1 /classes/Customer.php:1044
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 119 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 49) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 49 LIMIT 1
0.2 1 /classes/State.php:96
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 541
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlovedproduct" LIMIT 1
0.2 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2037
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 22 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 17 LIMIT 1
0.2 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2087 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.2 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 722
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 17
AND cl.id_shop = 1 
AND cl.`id_category` = 93 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2087 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2044 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 20 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2041
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 11 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 95 LIMIT 1
0.2 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1948
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2038 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2044 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 11 LIMIT 1
0.2 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1131 AND `id_group` = 2 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.2 1 /classes/Category.php:1575
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 118 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1131 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 708 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50850 LIMIT 1
0.2 1 /classes/Address.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 117 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 17
AND cl.id_shop = 1 
AND cl.`id_category` = 95 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 97 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2043
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 55 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2054 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1125 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50839 LIMIT 1
0.2 1 /classes/Address.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1076
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1071) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2088 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 173 AND `id_shop` = 1 LIMIT 1
0.2 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2040
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50834 LIMIT 1
0.2 1 /classes/Address.php:441
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1519 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_address` FROM ps_address a WHERE a.`id_address` = 50829 LIMIT 1
0.2 1 /classes/Address.php:441
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 21
AND `id_country` = 8 LIMIT 1
0.2 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2046 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2043 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2088 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2038 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2086 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.2 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2043 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 21 AND id_category = 32 LIMIT 1
0.2 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 59 AND `id_shop` = 1 LIMIT 1
0.2 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 11 LIMIT 1
0.2 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2089 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 15 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 722 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1014 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2043 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 535 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2087 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2040 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 120 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 21 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1014 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 17 AND id_category = 93 LIMIT 1
0.2 1 /classes/Product.php:4942
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 41 LIMIT 1
0.2 1 /classes/State.php:96
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2085 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 1 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 708 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5876
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2085 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 11 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2054 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 14 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2151 AND `id_group` = 2 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 209 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 1 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 21
AND cl.id_shop = 1 
AND cl.`id_category` = 25 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1611 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2041 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 119 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 541 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 535 AND `id_group` = 2 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `ps_state`
WHERE `id_state` = 304 LIMIT 1
0.2 1 /classes/State.php:96
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2039 AND `id_group` = 3 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1
0.2 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 535 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2041 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156

Doubles

147
                SELECT COUNT(`id_customization`) FROM `ps_cart_product`
                WHERE `id_cart` = XX AND `id_customization` != XX LIMIT XX
136
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ps_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` IN (XX, 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
101
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
100
		SELECT SQL_NO_CACHE cr.*
		FROM ps_cart_rule cr
		LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
		 LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
		LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
		LEFT JOIN ps_carrier c ON (c.id_reference = crca.id_carrier AND c.deleted = XX)
		LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
		WHERE cr.active = XX
		AND cr.code = ""
		AND cr.quantity > XX
		AND NOW() BETWEEN cr.date_from AND cr.date_to
		AND (
			cr.id_customer = XX
			
		)
		AND (
			cr.`carrier_restriction` = XX
			OR c.id_carrier = XX
		)
		AND (
			cr.`shop_restriction` = XX
			
		)
		AND (
			cr.`group_restriction` = XX
			OR crg.`id_group` = XX
		)
		AND (
			cr.`reduction_product` <= XX
			OR EXISTS (
				SELECT XX
				FROM `ps_cart_product`
				WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = XX
			)
		)
		AND NOT EXISTS (SELECT XX FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
																			AND id_cart = XX)
		ORDER BY priority
98
            SELECT cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
                cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
            FROM `ps_customized_data` cd
            NATURAL JOIN `ps_customization` c
            LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = XX)
            WHERE c.`id_cart` = XX AND c.`in_cart` = XX
            ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
95
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_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
84
		SELECT c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
		FROM `ps_category` c
		 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `ps_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
84
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
78
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
65
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
59
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
49
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
49
SELECT `id_order`
            FROM `ps_orders`
            WHERE `id_cart` = XX AND id_shop IN (XX) LIMIT XX
49
SELECT od.id_order_detail, GREATEST(od.product_quantity_return, IFNULL(SUM(ord.product_quantity),XX)) as qty_returned
			FROM ps_order_detail od
			LEFT JOIN ps_order_return_detail ord
			ON ord.id_order_detail = od.id_order_detail
			WHERE od.id_order = XX
			GROUP BY od.id_order_detail
49
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
49
                SELECT name, value, pf.id_feature, f.position
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_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
49
SELECT `image_shop`.id_image
                FROM `ps_image` i INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX AND image_shop.cover=XX)
                WHERE i.id_product = XX LIMIT XX
49
SELECT SUM(`quantity`)
                FROM `ps_cart_product`
                WHERE `id_product` = XX
                AND `id_cart` = XX LIMIT XX
49
SELECT location
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
49
SELECT t.*, d.`tax_computation_method`
                FROM `ps_order_detail_tax` t
                LEFT JOIN `ps_order_detail` d ON (d.`id_order_detail` = t.`id_order_detail`)
                WHERE d.`id_order_detail` = XX
49
            SELECT cd.`id_customization`, c.`id_address_delivery`, c.`id_product`, cfl.`id_customization_field`, c.`id_product_attribute`,
                cd.`type`, cd.`index`, cd.`value`, cd.`id_module`, cfl.`name`
            FROM `ps_customized_data` cd
            NATURAL JOIN `ps_customization` c
            LEFT JOIN `ps_customization_field_lang` cfl ON (cfl.id_customization_field = cd.`index` AND id_lang = XX AND cfl.`id_shop` = XX)
            WHERE c.`id_cart` = XX AND c.`in_cart` = XX
            ORDER BY `id_product`, `id_product_attribute`, `type`, `index`
44
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ps_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country`  = XX AND
                `id_group` IN (XX, XX) AND `id_product` IN (XX, 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
43
        SELECT *
        FROM ps_product_attachment pa
        LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
        LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = XX)
        WHERE pa.id_product = XX
43
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_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
42
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
42
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
42
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_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
42
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_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)
41
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = XX LIMIT XX
40
        SELECT *
        FROM `ps_order_detail` od
        LEFT JOIN `ps_product` p ON (p.id_product = od.product_id)
        LEFT JOIN `ps_product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop)
        WHERE od.`id_order` = XX
37
SELECT product_attribute_shop.id_product_attribute
                FROM ps_product_attribute pa
                 INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                WHERE pa.id_product = XX LIMIT XX
36
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
36
SELECT *
							FROM `ps_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
36
SELECT id_carrier
FROM `ps_product_carrier` pc
INNER JOIN `ps_carrier` `c` ON c.id_reference = pc.id_carrier_reference AND c.deleted = XX AND c.active = XX
WHERE (pc.id_product = XX) AND (pc.id_shop = XX)
36
SELECT *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = XX
WHERE (a.`id_image` = XX) LIMIT XX
36
                SELECT fp.id_feature, fp.id_product, fp.id_feature_value, custom
                FROM `ps_feature_product` fp
                LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
                WHERE `id_product` = XX
36
SELECT *
							FROM `ps_image_lang`
							WHERE `id_image` = XX
32
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'ko-kr'
                    OR `language_code` = 'ko-kr' LIMIT XX
22
(SELECT XX FROM `ps_cart_rule` WHERE date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE 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) LIMIT XX
22
SELECT `id_address` FROM ps_address a WHERE a.`id_address` = XX LIMIT XX
21
SELECT d.`price`
					FROM `ps_delivery` d
					LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
					WHERE d.`id_zone` = XX
						AND XX.XX >= w.`delimiterXX`
						AND XX.XX < w.`delimiterXX`
						AND d.`id_carrier` = XX
						AND d.id_delivery = (
					SELECT dXX.id_delivery
					FROM ps_delivery dXX
					WHERE dXX.id_carrier = `d`.id_carrier
						AND dXX.id_zone = `d`.id_zone
						AND dXX.`id_range_weight` = `d`.`id_range_weight`
						AND (dXX.id_shop = XX OR (dXX.id_shop_group = XX
					AND dXX.id_shop IS NULL) OR (dXX.id_shop_group IS NULL AND dXX.id_shop IS NULL))
					ORDER BY dXX.id_shop DESC, dXX.id_shop_group DESC
					LIMIT XX
				)
					ORDER BY w.`delimiterXX` ASC LIMIT XX
21
SELECT *
FROM `ps_address` a
WHERE (a.`id_address` = XX) LIMIT XX
21
SELECT XX FROM ps_cart_product cp INNER JOIN ps_product p
                ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
                ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=XX LIMIT XX
21
SELECT cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
                FROM `ps_cart_cart_rule` cd
                LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
                LEFT JOIN `ps_cart_rule_lang` crl ON (
                    cd.`id_cart_rule` = crl.`id_cart_rule`
                    AND crl.id_lang = XX
                )
                WHERE `id_cart` = XX
                
                AND gift_product != XX
                 ORDER by cr.priority ASC, cr.gift_product DESC
21
SELECT cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
                FROM `ps_cart_cart_rule` cd
                LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
                LEFT JOIN `ps_cart_rule_lang` crl ON (
                    cd.`id_cart_rule` = crl.`id_cart_rule`
                    AND crl.id_lang = XX
                )
                WHERE `id_cart` = XX
                
                
                AND (reduction_percent != XX OR reduction_amount != XX) ORDER by cr.priority ASC, cr.gift_product DESC
21
SELECT cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
                FROM `ps_cart_cart_rule` cd
                LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
                LEFT JOIN `ps_cart_rule_lang` crl ON (
                    cd.`id_cart_rule` = crl.`id_cart_rule`
                    AND crl.id_lang = XX
                )
                WHERE `id_cart` = XX
                
                
                 ORDER by cr.priority ASC, cr.gift_product DESC
20
SELECT count(distinct id_address_delivery)
FROM `ps_cart_product` cp
WHERE (id_cart = XX) LIMIT XX
20
                SELECT SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
                FROM `ps_cart_product` cp
                LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
                LEFT JOIN `ps_product_attribute` pa
                ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
                WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != XX)
                AND cp.`id_cart` = XX LIMIT XX
20
            SELECT SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
            LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
            WHERE c.`in_cart` = XX AND c.`id_cart` = XX LIMIT XX
20
SELECT XX FROM ps_cart_product cp INNER JOIN ps_product p
                ON (p.is_virtual = XX AND p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
                ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=XX LIMIT XX
20
SELECT *
FROM `ps_orders` a
WHERE (a.`id_order` = XX) LIMIT XX
20
SELECT *
FROM `ps_customer` a
WHERE (a.`id_customer` = XX) LIMIT XX
20
                SELECT `id_default_group`
                FROM `ps_customer`
                WHERE `id_customer` = XX LIMIT XX
20
			SELECT s.`id_zone` AS id_zone_state, c.`id_zone`
			FROM `ps_address` a
			LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
			LEFT JOIN `ps_state` s ON s.`id_state` = a.`id_state`
			WHERE a.`id_address` = XX LIMIT XX
20
SELECT *
FROM `ps_cart` a
WHERE (a.`id_cart` = XX) LIMIT XX
20
			SELECT c.`active`
			FROM `ps_address` a
			LEFT JOIN `ps_country` c ON c.`id_country` = a.`id_country`
			WHERE a.`id_address` = XX LIMIT XX
20
            SELECT cg.`id_group`
            FROM ps_customer_group cg
            WHERE cg.`id_customer` = XX
20
SELECT cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
                        pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
                        p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
                        product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
                        stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
                        p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, XX) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
                        CONCAT(LPAD(cp.`id_product`, XX, XX), LPAD(IFNULL(cp.`id_product_attribute`, XX), XX, XX), IFNULL(cp.`id_address_delivery`, XX), IFNULL(cp.`id_customization`, XX)) AS unique_id, cp.id_address_delivery,
                        product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,

                product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
                IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
                (p.`weight`+ pa.`weight`) weight_attribute,
                IF (IFNULL(pa.`eanXX`, '') = '', p.`eanXX`, pa.`eanXX`) AS eanXX,
                IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
                IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
                IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
                IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
                IF(product_attribute_shop.wholesale_price > XX,  product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
            ,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` `p` ON p.`id_product` = cp.`id_product`
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.`id_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
            AND pl.`id_lang` = XX AND pl.id_shop = cp.id_shop 
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
            AND cl.`id_lang` = XX AND cl.id_shop = cp.id_shop 
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
 LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = XX
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=XX AND image_shop.id_shop=XX
LEFT JOIN `ps_image_lang` `il` ON il.`id_image` = image_shop.`id_image` AND il.`id_lang` = XX
WHERE (cp.`id_cart` = XX) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC
20
SELECT * FROM ps_cart_cart_rule WHERE id_cart = XX
20
            SELECT `id_address`
            FROM `ps_address`
            WHERE `id_customer` = XX
            AND `id_address` = XX
            AND `deleted` = XX LIMIT XX
20
            SELECT SUM(p.`weight` * cp.`quantity`) as nb
            FROM `ps_cart_product` cp
            LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
            WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = XX)
            AND cp.`id_cart` = XX LIMIT XX
17
							SELECT `name`
							FROM `ps_country_lang`
							WHERE `id_lang` = XX
							AND `id_country` = XX LIMIT XX
16
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
16
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
16
SELECT *
							FROM `ps_currency_lang`
							WHERE `id_currency` = XX
14
        SELECT id_feature, id_product, id_feature_value
        FROM `ps_feature_product`
        WHERE `id_product` IN (XX)
12
SELECT d.`price`
					FROM `ps_delivery` d
					LEFT JOIN `ps_range_weight` w ON (d.`id_range_weight` = w.`id_range_weight`)
					WHERE d.`id_zone` = XX
						AND XX >= w.`delimiterXX`
						AND XX < w.`delimiterXX`
						AND d.`id_carrier` = XX
						AND d.id_delivery = (
					SELECT dXX.id_delivery
					FROM ps_delivery dXX
					WHERE dXX.id_carrier = `d`.id_carrier
						AND dXX.id_zone = `d`.id_zone
						AND dXX.`id_range_weight` = `d`.`id_range_weight`
						AND (dXX.id_shop = XX OR (dXX.id_shop_group = XX
					AND dXX.id_shop IS NULL) OR (dXX.id_shop_group IS NULL AND dXX.id_shop IS NULL))
					ORDER BY dXX.id_shop DESC, dXX.id_shop_group DESC
					LIMIT XX
				)
					ORDER BY w.`delimiterXX` ASC LIMIT XX
12
SELECT d.`price`
					FROM `ps_delivery` d
					INNER JOIN `ps_range_weight` w ON d.`id_range_weight` = w.`id_range_weight`
					WHERE d.`id_zone` = XX
						AND d.`id_carrier` = XX
						AND d.id_delivery = (
					SELECT dXX.id_delivery
					FROM ps_delivery dXX
					WHERE dXX.id_carrier = `d`.id_carrier
						AND dXX.id_zone = `d`.id_zone
						AND dXX.`id_range_weight` = `d`.`id_range_weight`
						AND (dXX.id_shop = XX OR (dXX.id_shop_group = XX
					AND dXX.id_shop IS NULL) OR (dXX.id_shop_group IS NULL AND dXX.id_shop IS NULL))
					ORDER BY dXX.id_shop DESC, dXX.id_shop_group DESC
					LIMIT XX
				)
					ORDER BY w.`delimiterXX` DESC LIMIT XX
11
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
11
				SELECT `name`
				FROM `ps_state`
				WHERE `id_state` = XX LIMIT XX
11
SELECT *
FROM `ps_state` a
WHERE (a.`id_state` = XX) LIMIT XX
10
SELECT
                    p.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, XX) as quantity,
                    (DATEDIFF(
				p.`date_add`,
				DATE_SUB(
					'XX-XX-XX XX:XX:XX',
					INTERVAL XX DAY
				)
			) > XX) as new
                FROM ps_product p
                LEFT JOIN ps_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN ps_stock_available sa
			        ON sa.id_product = p.id_product 
			        AND sa.id_shop = XX
			    WHERE p.id_product = XX
10
SELECT count(XX)
                            FROM `ps_st_wishlist_product` whp
                            LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
                            WHERE whp.`id_product` = XX AND wh.`id_customer`=XX AND wh.`id_shop`= XX LIMIT XX
9
            SELECT *
            FROM `ps_st_mega_column`
            WHERE `id_st_mega_menu`=XX AND `active`=XX 
            ORDER BY `position`
            
8
SELECT *
							FROM `ps_country_lang`
							WHERE `id_country` = XX
8
            SELECT smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
            FROM `ps_st_mega_menu` smm
            LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
            WHERE smml.`id_lang`=XX AND smm.`id_st_mega_column`=XX AND smm.`id_parent`=XX AND smm.`item_t`>XX AND smm.`active`=XX   AND smm.id_shop = XX 
            ORDER BY smm.`position`
8
SELECT *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
8
			SELECT format
			FROM `ps_address_format`
			WHERE `id_country` = XX LIMIT XX
7
SELECT cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = XX)
7
            SELECT secc.*
            FROM `ps_st_easy_content_column` secc
             WHERE secc.`id_parent`=XX AND secc.`active`=XX  AND secc.`id_st_easy_content`=XX ORDER BY secc.`position`
7
		SELECT c.id_cms, cl.link_rewrite, cl.meta_title
		FROM ps_cms c
		LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = XX AND cl.id_shop = XX)
		 INNER JOIN ps_cms_shop cms_shop
        ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = XX)
		WHERE XX
		 AND c.id_cms IN (XX) AND c.`active` = XX GROUP BY c.id_cms
		ORDER BY c.`position`
6
SELECT *
							FROM `ps_carrier_lang`
							WHERE `id_carrier` = XX AND `id_shop` = XX
6
SELECT *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
6
		SELECT c.*, cl.delay
		FROM `ps_carrier` c
		LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = XX AND cl.id_shop = XX )
		LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)LEFT JOIN `ps_zone` z ON (z.`id_zone` = XX)
		 INNER JOIN ps_carrier_shop carrier_shop
        ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = XX)
		WHERE c.`deleted` = XX AND c.`active` = XX  AND cz.`id_zone` = XX AND z.`active` = XX  AND EXISTS (SELECT XX FROM ps_carrier_group
									WHERE ps_carrier_group.id_carrier = c.id_carrier
									AND id_group IN (XX))  AND (c.is_module = XX OR c.need_range = XX)  GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
6
SELECT *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = XX
WHERE (a.`id_carrier` = XX) LIMIT XX
4
SELECT * FROM `ps_st_easy_content_setting`
        WHERE id_st_easy_content_setting = XX
        AND setting_type = XX
        
4
SELECT *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_lang` `b` ON a.`id_carrier` = b.`id_carrier` AND b.`id_lang` = XX
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = XX
WHERE (a.`id_carrier` = XX) AND (b.`id_shop` = XX) LIMIT XX
3
			SELECT count(XX)
			FROM `ps_st_swiper_group` smsg
			 INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
        ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = XX)
			WHERE smsg.`active`=XX  and smsg.`show_on_sub`=XX and smsg.`id_category` = XX LIMIT XX
3
			SELECT sml.*, smll.`name`, smll.`url`
			FROM `ps_st_multi_link` sml
			LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
			WHERE smll.`id_lang` = XX AND sml.`id_st_multi_link_group`=XX AND sml.`active`=XX 
            ORDER BY sml.`position`
            
3
			SELECT `reduction`
			FROM `ps_group`
			WHERE `id_group` = XX LIMIT XX
2
			SELECT snl.*, snll.*
			FROM `ps_st_notification` snl
			 INNER JOIN ps_st_notification_shop st_notification_shop
        ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = XX)
            LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
			WHERE snl.`active`=XX AND snll.`id_lang` = XX 
            ORDER BY snl.`position`
2
				SELECT id_shop
				FROM `ps_group_shop`
				WHERE `id_group` = XX
				AND id_shop = XX LIMIT XX
2
							SELECT `name`
							FROM `ps_hook`
							WHERE `id_hook` = XX LIMIT XX
2
			SELECT `id_country`
			FROM `ps_country`
			WHERE `iso_code` = 'US' LIMIT XX
2
SELECT *
							FROM `ps_order_state_lang`
							WHERE `id_order_state` = XX
2
SELECT *
FROM `ps_order_state` a
WHERE (a.`id_order_state` = XX) LIMIT XX
2
				SELECT ctg.`id_group`
				FROM ps_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2
SELECT `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT XX
2
			SELECT smsg.*
			FROM `ps_st_swiper_group` smsg
			 INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
        ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = XX)
			WHERE smsg.`active`=XX  AND smsg.`location` IN (XX)
            ORDER BY smsg.`position`
2
SELECT * FROM `ps_hook_module_exceptions`
                WHERE `id_shop` IN (XX)
2
			SELECT *
			FROM `ps_st_social` s
            LEFT JOIN `ps_st_social_lang` sl
            ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=XX)
			 INNER JOIN ps_st_social_shop st_social_shop
        ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = XX) WHERE s.`active`=XX ORDER BY s.`position`, s.`id_st_social`
2
SELECT `id_module` FROM `ps_module` WHERE `name` = "stadvancedcache" LIMIT XX
2
SELECT c.`nleft`, c.`nright`  FROM `ps_category` c
			LEFT JOIN `ps_category_lang` cl
				ON (c.`id_category` = cl.`id_category`
                    AND `id_lang` = XX AND cl.id_shop = XX ) WHERE c.`id_category` = XX LIMIT XX
2
SELECT *
FROM `ps_cms` c
INNER JOIN `ps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = XX
WHERE (c.active = XX)
ORDER BY position
2
			SELECT sec.*, secl.*, st_easy_content_shop.`id_shop`
			FROM `ps_st_easy_content` sec
			 INNER JOIN ps_st_easy_content_shop st_easy_content_shop
        ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = XX)
			LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
			WHERE secl.`id_lang` = XX AND sec.`active`=XX  AND sec.`type`=XX AND sec.`location` IN (XX,XX,XX,XX,XX,XX,XX,XX,XX,XX,XX)
            ORDER BY sec.`position` LIMIT XX, XX
2
SELECT * FROM `ps_fsch_filter` WHERE `id_content` = XX AND `content_type` = 'fsch_block' ORDER BY id_filter_group, id_filter ASC
2
            SELECT snl.*, snll.*
			FROM `ps_st_sidebar` snl
			 INNER JOIN ps_st_sidebar_shop st_sidebar_shop
        ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = XX)
            LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
            WHERE snll.`id_lang` = XX AND snl.`active`=XX 
            ORDER BY snl.`location`, snl.`position`
2
SELECT * FROM `ps_aff_configuration`;
2
SELECT * FROM `ps_aff_configuration_lang`;
2
		SELECT DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
		FROM `ps_group` g
		LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = XX)
		
		ORDER BY g.`id_group` ASC
2
SELECT name, alias FROM `ps_hook_alias`
2
                SELECT `price_display_method`
                FROM `ps_group`
                WHERE `id_group` = XX LIMIT XX
2
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2
        SELECT id_feature, id_product, id_feature_value
        FROM `ps_feature_product`
        WHERE `id_product` IN (XX,XX,XX)
2
            SELECT *
            FROM `ps_currency` c
             INNER JOIN ps_currency_shop currency_shop
        ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = XX)
                WHERE c.`deleted` = XX AND c.`active` = XX ORDER BY `iso_code` ASC
2
SELECT `id_hook`, `name` FROM `ps_hook`
2
SELECT `name`, `alias` FROM `ps_hook_alias`
2
SELECT c.*, cl.*  FROM `ps_category` c
			LEFT JOIN `ps_category_lang` cl
				ON (c.`id_category` = cl.`id_category`
                    AND `id_lang` = XX AND cl.id_shop = XX ) WHERE c.`nleft` <= XX AND c.`nright` >= XX AND c.`nleft` >= XX AND c.`nright` <= XX ORDER BY `nleft` DESC
2
SELECT c.`nleft`, c.`nright` FROM `ps_category` c
            WHERE c.`id_category` = XX LIMIT XX
2
SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
 INNER JOIN ps_module_shop module_shop
        ON (module_shop.id_module = m.id_module AND module_shop.id_shop = XX AND module_shop.enable_device & XX)
INNER JOIN `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = XX) AND (mg.id_shop = XX AND  mg.`id_group` IN (XX))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`

Tables stress

516 cart_product
358 category_lang
323 product
266 product_shop
229 cart_rule
213 image_shop
192 image
189 category
187 customization
186 specific_price
183 cart_cart_rule
181 category_shop
167 customized_data
158 stock_available
152 carrier
147 customization_field_lang
138 order_detail
136 product_attribute
122 image_lang
110 product_lang
103 address
102 feature_product
100 cart_rule_shop
100 cart_rule_group
100 cart_rule_carrier
100 cart_rule_country
100 product_attribute_shop
94 category_group
93 country
90 delivery
84 product_group_reduction_cache
70 orders
63 cart_rule_lang
52 currency
49 feature_shop
49 order_detail_tax
49 pack
49 feature_lang
49 feature_value_lang
49 feature
49 order_return_detail
45 range_weight
43 product_attachment
43 attachment
43 attachment_lang
42 state
42 specific_price_priority
41 lang
40 customer
36 feature_value
36 product_carrier
36 currency_shop
32 currency_lang
26 country_lang
21 module
21 manufacturer
20 customer_group
20 cart
20 product_supplier
17 module_shop
16 carrier_shop
16 carrier_lang
11 st_wishlist
10 st_wishlist_product
10 st_mega_menu
10 cms_lang
9 st_mega_menu_lang
9 fsch_block
9 lang_shop
9 st_mega_column
9 cms
9 hook
9 country_shop
9 fsch_block_shop
9 fsch_block_lang
8 group
8 st_swiper_group
8 address_format
7 cms_shop
7 st_easy_content_column
7 st_swiper_group_shop
7 image_type
6 carrier_group
6 zone
6 carrier_zone
5 hook_alias
4 shop_url
4 shop
4 st_easy_content_setting
4 st_easy_content
3 st_page_banner_shop
3 hook_module
3 st_multi_link_lang
3 st_multi_link
3 st_easy_content_lang
3 st_easy_content_shop
3 st_notification
3 group_lang
3 st_page_banner
3 group_shop
3 st_news_letter
3 order_state_lang
3 st_multi_link_group
3 order_state
2 st_sidebar_shop
2 st_sidebar
2 st_news_letter_lang
2 st_news_letter_shop
2 spmgsnipreview
2 shop_group
2 st_page_banner_lang
2 configuration
2 st_multi_link_group_lang
2 st_multi_link_group_shop
2 aff_configuration_lang
2 st_notification_lang
2 st_notification_shop
2 category_product
2 st_social_lang
2 module_group
2 hook_module_exceptions
2 st_sidebar_lang
2 fsch_filter
2 st_social_shop
2 aff_configuration
2 st_social
1 page_type
1 connections
1 st_product_categories_slider
1 configuration_lang
1 tab
1 st_swiper
1 required_field
1 st_easy_content_element
1 meta_lang
1 meta
1 page

ObjectModel instances

NameInstancesSource
Carrier 552 /classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [3682]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [3682]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [3682]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [2861]
/classes/Cart.php [4949]
/classes/Cart.php [4949]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
/classes/Cart.php [3047]
Language 248 /config/config.inc.php [200]
/classes/Tools.php [646]
/classes/Tools.php [569]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [697]
/classes/Cart.php [704]
/classes/Cart.php [759]
/classes/Cart.php [782]
/classes/Cart.php [976]
/classes/Cart.php [980]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
/classes/Cart.php [500]
Product 170 /src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Cart.php [2602]
/modules/storderpopup/storderpopup.php [1832]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/storderpopup/storderpopup.php [1908]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/spmgsnipreview/spmgsnipreview.php [7166]
/modules/spmgsnipreview/spmgsnipreview.php [7166]
/modules/spmgsnipreview/spmgsnipreview.php [7166]
/modules/spmgsnipreview/spmgsnipreview.php [7166]
Category 149 /controllers/front/listing/CategoryController.php [85]
/classes/Meta.php [379]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/modules/stsocial/stsocial.php [1286]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stpagebanner/classes/StPageBannerClass.php [168]
/modules/stpagebanner/classes/StPageBannerClass.php [173]
/modules/ps_categorytree/ps_categorytree.php [338]
/modules/stswiper/classes/StSwiperGroup.php [244]
/modules/stswiper/classes/StSwiperGroup.php [245]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
Address 86 /classes/shop/Shop.php [465]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Product.php [3238]
/classes/Product.php [3347]
/classes/Product.php [5150]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
/src/Adapter/Presenter/Order/OrderLazyArray.php [375]
/src/Adapter/Presenter/Order/OrderLazyArray.php [376]
/classes/Cart.php [911]
/classes/Cart.php [2829]
[]
/classes/Product.php [3238]
Customer 81 /config/config.inc.php [226]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
/classes/order/Order.php [290]
/classes/Cart.php [208]
/classes/Cart.php [208]
/classes/Carrier.php [1554]
Country 64 /config/config.inc.php [147]
/classes/controller/FrontController.php [893]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1647]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/Cart.php [2830]
Combination 49 /classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
/classes/Product.php [5128]
Image 49 /classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
/classes/order/Order.php [754]
AddressFormat 41 /classes/controller/FrontController.php [1641]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
/src/Adapter/Presenter/Order/OrderLazyArray.php [381]
/src/Adapter/Presenter/Order/OrderLazyArray.php [385]
Cart 41 /classes/controller/FrontController.php [416]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
/src/Adapter/Presenter/Order/OrderLazyArray.php [166]
/classes/Product.php [3209]
OrderState 40 /classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
/classes/order/Order.php [2328]
Currency 34 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [682]
/modules/psaffiliate/classes/AffConf.php [31]
/modules/psaffiliate/classes/AffConf.php [31]
/classes/Tools.php [864]
/classes/Tools.php [864]
/classes/Tools.php [864]
/classes/Tools.php [864]
/classes/Tools.php [864]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
State 27 /classes/controller/FrontController.php [1646]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
/classes/AddressFormat.php [404]
Order 20 /modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
/modules/storderpopup/storderpopup.php [1822]
FsCustomHtmlBlockFilterModel 9 /modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
Guest 1 /modules/statsdata/statsdata.php [82]
Shop 1 /config/config.inc.php [118]
Tracking 1 /modules/psaffiliate/psaffiliate.php [1034]
Risk 1 /classes/controller/FrontController.php [1608]
Gender 1 /classes/controller/FrontController.php [1605]
Group 1 /classes/Cart.php [246]
ShopGroup 1 /classes/shop/Shop.php [549]
Connection 1 /modules/statsdata/statsdata.php [118]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/autoload.php
5/vendor/autoload.php
6/vendor/composer/autoload_real.php
7/vendor/composer/platform_check.php
8/vendor/composer/ClassLoader.php
9/vendor/composer/include_paths.php
10/vendor/composer/autoload_static.php
11/vendor/symfony/polyfill-mbstring/bootstrap.php
12/vendor/react/promise/src/functions_include.php
13/vendor/react/promise/src/functions.php
14/vendor/symfony/polyfill-php72/bootstrap.php
15/vendor/symfony/polyfill-intl-idn/bootstrap.php
16/vendor/symfony/polyfill-ctype/bootstrap.php
17/vendor/symfony/polyfill-iconv/bootstrap.php
18/vendor/swiftmailer/swiftmailer/lib/swift_required.php
19/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
20/vendor/paragonie/random_compat/lib/random.php
21/vendor/symfony/polyfill-php73/bootstrap.php
22/vendor/symfony/polyfill-php73/Php73.php
23/vendor/symfony/polyfill-php70/bootstrap.php
24/vendor/symfony/polyfill-php56/bootstrap.php
25/vendor/symfony/polyfill-intl-icu/bootstrap.php
26/vendor/symfony/polyfill-apcu/bootstrap.php
27/vendor/markbaker/matrix/classes/src/functions/adjoint.php
28/vendor/markbaker/matrix/classes/src/functions/antidiagonal.php
29/vendor/markbaker/matrix/classes/src/functions/cofactors.php
30/vendor/markbaker/matrix/classes/src/functions/determinant.php
31/vendor/markbaker/matrix/classes/src/functions/diagonal.php
32/vendor/markbaker/matrix/classes/src/functions/identity.php
33/vendor/markbaker/matrix/classes/src/functions/inverse.php
34/vendor/markbaker/matrix/classes/src/functions/minors.php
35/vendor/markbaker/matrix/classes/src/functions/trace.php
36/vendor/markbaker/matrix/classes/src/functions/transpose.php
37/vendor/markbaker/matrix/classes/src/operations/add.php
38/vendor/markbaker/matrix/classes/src/operations/directsum.php
39/vendor/markbaker/matrix/classes/src/operations/subtract.php
40/vendor/markbaker/matrix/classes/src/operations/multiply.php
41/vendor/markbaker/matrix/classes/src/operations/divideby.php
42/vendor/markbaker/matrix/classes/src/operations/divideinto.php
43/vendor/markbaker/complex/classes/src/functions/abs.php
44/vendor/markbaker/complex/classes/src/functions/acos.php
45/vendor/markbaker/complex/classes/src/functions/acosh.php
46/vendor/markbaker/complex/classes/src/functions/acot.php
47/vendor/markbaker/complex/classes/src/functions/acoth.php
48/vendor/markbaker/complex/classes/src/functions/acsc.php
49/vendor/markbaker/complex/classes/src/functions/acsch.php
50/vendor/markbaker/complex/classes/src/functions/argument.php
51/vendor/markbaker/complex/classes/src/functions/asec.php
52/vendor/markbaker/complex/classes/src/functions/asech.php
53/vendor/markbaker/complex/classes/src/functions/asin.php
54/vendor/markbaker/complex/classes/src/functions/asinh.php
55/vendor/markbaker/complex/classes/src/functions/atan.php
56/vendor/markbaker/complex/classes/src/functions/atanh.php
57/vendor/markbaker/complex/classes/src/functions/conjugate.php
58/vendor/markbaker/complex/classes/src/functions/cos.php
59/vendor/markbaker/complex/classes/src/functions/cosh.php
60/vendor/markbaker/complex/classes/src/functions/cot.php
61/vendor/markbaker/complex/classes/src/functions/coth.php
62/vendor/markbaker/complex/classes/src/functions/csc.php
63/vendor/markbaker/complex/classes/src/functions/csch.php
64/vendor/markbaker/complex/classes/src/functions/exp.php
65/vendor/markbaker/complex/classes/src/functions/inverse.php
66/vendor/markbaker/complex/classes/src/functions/ln.php
67/vendor/markbaker/complex/classes/src/functions/log2.php
68/vendor/markbaker/complex/classes/src/functions/log10.php
69/vendor/markbaker/complex/classes/src/functions/negative.php
70/vendor/markbaker/complex/classes/src/functions/pow.php
71/vendor/markbaker/complex/classes/src/functions/rho.php
72/vendor/markbaker/complex/classes/src/functions/sec.php
73/vendor/markbaker/complex/classes/src/functions/sech.php
74/vendor/markbaker/complex/classes/src/functions/sin.php
75/vendor/markbaker/complex/classes/src/functions/sinh.php
76/vendor/markbaker/complex/classes/src/functions/sqrt.php
77/vendor/markbaker/complex/classes/src/functions/tan.php
78/vendor/markbaker/complex/classes/src/functions/tanh.php
79/vendor/markbaker/complex/classes/src/functions/theta.php
80/vendor/markbaker/complex/classes/src/operations/add.php
81/vendor/markbaker/complex/classes/src/operations/subtract.php
82/vendor/markbaker/complex/classes/src/operations/multiply.php
83/vendor/markbaker/complex/classes/src/operations/divideby.php
84/vendor/markbaker/complex/classes/src/operations/divideinto.php
85/vendor/jakeasmith/http_build_url/src/http_build_url.php
86/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
87/vendor/ircmaxell/password-compat/lib/password.php
88/vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
89/app/AppKernel.php
90/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
91/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
92/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
93/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
94/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
95/config/alias.php
96/classes/PrestaShopAutoload.php
97/var/cache/prod/class_index.php
98/config/bootstrap.php
99/src/Core/ContainerBuilder.php
100/src/Core/Foundation/IoC/Container.php
101/src/Adapter/ServiceLocator.php
102/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
103/var/cache/prod/appParameters.php
104/classes/controller/Controller.php
105/classes/ObjectModel.php
106/src/Core/Foundation/Database/EntityInterface.php
107/classes/db/Db.php
108/classes/Tools.php
109/classes/Context.php
110/classes/shop/Shop.php
111/classes/db/DbPDO.php
112/classes/AddressFormat.php
113/classes/Configuration.php
114/classes/Validate.php
115/classes/cache/Cache.php
116/src/Adapter/EntityMapper.php
117/classes/db/DbQuery.php
118/src/Core/Addon/Theme/ThemeManagerBuilder.php
119/src/Adapter/Configuration.php
120/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
121/src/Core/Domain/Configuration/ShopConfigurationInterface.php
122/src/Core/ConfigurationInterface.php
123/src/Core/Addon/Theme/ThemeRepository.php
124/src/Core/Addon/AddonRepositoryInterface.php
125/src/Core/Addon/Theme/Theme.php
126/src/Core/Addon/AddonInterface.php
127/vendor/shudrum/array-finder/ArrayFinder.php
128/config/defines_uri.inc.php
129/classes/Language.php
130/src/Core/Language/LanguageInterface.php
131/classes/Country.php
132/classes/PrestaShopCollection.php
133/classes/shop/ShopGroup.php
134/classes/Cookie.php
135/classes/PhpEncryption.php
136/vendor/defuse/php-encryption/src/Core.php
137/classes/PhpEncryptionEngine.php
138/vendor/defuse/php-encryption/src/Key.php
139/vendor/defuse/php-encryption/src/Encoding.php
140/config/smarty.config.inc.php
141/vendor/smarty/smarty/libs/Smarty.class.php
142/vendor/smarty/smarty/libs/Autoloader.php
143/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
144/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
145/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
146/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
147/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
148/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
149/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
150/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
151/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
152/config/smartyfront.config.inc.php
153/classes/Smarty/SmartyResourceModule.php
154/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
155/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
156/classes/Smarty/SmartyResourceParent.php
157/classes/Smarty/SmartyLazyRegister.php
158/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
159/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
160/classes/Customer.php
161/classes/Group.php
162/classes/Link.php
163/classes/shop/ShopUrl.php
164/classes/Dispatcher.php
165/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
166/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
167/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
168/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
169/classes/Hook.php
170/override/classes/Hook.php
171/src/Adapter/SymfonyContainer.php
172/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
173/config/db_slave_server.inc.php
174/classes/module/Module.php
175/src/Core/Module/ModuleInterface.php
176/modules/bonyoutube/bonyoutube.php
177/modules/bonyoutube/classes/ClassYoutube.php
178/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
179/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
180/classes/Translate.php
181/src/PrestaShopBundle/Translation/TranslatorComponent.php
182/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
183/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
184/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
185/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
186/src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
187/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
188/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
189/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
190/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
191/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
192/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
193/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
194/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
195/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
196/var/cache/prod/translations/catalogue.ko-KR.NXhscRe.php
197/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
198/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
199/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
200/controllers/front/listing/CategoryController.php
201/classes/controller/ProductListingFrontController.php
202/classes/controller/ProductPresentingFrontController.php
203/classes/controller/FrontController.php
204/override/classes/controller/FrontController.php
205/override/controllers/front/listing/CategoryController.php
206/src/Adapter/Presenter/Object/ObjectPresenter.php
207/src/Adapter/Presenter/PresenterInterface.php
208/src/Adapter/Presenter/Cart/CartPresenter.php
209/src/Adapter/Product/PriceFormatter.php
210/src/Adapter/Image/ImageRetriever.php
211/classes/tax/TaxConfiguration.php
212/classes/Smarty/TemplateFinder.php
213/classes/assets/StylesheetManager.php
214/classes/assets/AbstractAssetManager.php
215/src/Adapter/Assets/AssetUrlGeneratorTrait.php
216/classes/assets/JavascriptManager.php
217/classes/assets/CccReducer.php
218/modules/stadvancedcache/stadvancedcache.php
219/modules/stadvancedcache/classes/StAdvancedCacheClass.php
220/classes/Category.php
221/classes/webservice/WebserviceRequest.php
222/src/Adapter/ContainerBuilder.php
223/src/Adapter/Environment.php
224/src/Core/EnvironmentInterface.php
225/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
226/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
227/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
228/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
229/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
230/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
231/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
232/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
233/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
234/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
235/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
236/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
237/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
238/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
239/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
240/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
241/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
242/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
243/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
244/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
245/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
246/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
247/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
248/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
249/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
250/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
251/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
252/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
253/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
254/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
255/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
256/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
257/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
258/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
259/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
260/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
261/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
262/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
263/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
264/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
265/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
266/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
267/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
268/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
269/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
270/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
271/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
272/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
273/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
274/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
275/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
276/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
277/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
278/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
279/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
280/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
281/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
282/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
283/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
284/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
285/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
286/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
287/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
288/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
289/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
290/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
291/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
292/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
293/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
294/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
295/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
296/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
297/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
298/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
299/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
300/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
301/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
302/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
303/var/cache/prod/FrontContainer.php
304/src/Adapter/Container/LegacyContainer.php
305/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
306/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
307/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
308/vendor/psr/container/src/ContainerInterface.php
309/src/Adapter/Container/LegacyContainerInterface.php
310/modules/dashactivity/vendor/autoload.php
311/modules/dashactivity/vendor/composer/autoload_real.php
312/modules/dashactivity/vendor/composer/autoload_static.php
313/modules/dashtrends/vendor/autoload.php
314/modules/dashtrends/vendor/composer/autoload_real.php
315/modules/dashtrends/vendor/composer/autoload_static.php
316/modules/dashgoals/vendor/autoload.php
317/modules/dashgoals/vendor/composer/autoload_real.php
318/modules/dashgoals/vendor/composer/autoload_static.php
319/modules/dashproducts/vendor/autoload.php
320/modules/dashproducts/vendor/composer/autoload_real.php
321/modules/dashproducts/vendor/composer/autoload_static.php
322/modules/graphnvd3/vendor/autoload.php
323/modules/graphnvd3/vendor/composer/autoload_real.php
324/modules/graphnvd3/vendor/composer/autoload_static.php
325/modules/gridhtml/vendor/autoload.php
326/modules/gridhtml/vendor/composer/autoload_real.php
327/modules/gridhtml/vendor/composer/autoload_static.php
328/modules/ps_banner/vendor/autoload.php
329/modules/ps_banner/vendor/composer/autoload_real.php
330/modules/ps_banner/vendor/composer/autoload_static.php
331/modules/ps_categorytree/vendor/autoload.php
332/modules/ps_categorytree/vendor/composer/autoload_real.php
333/modules/ps_categorytree/vendor/composer/autoload_static.php
334/modules/ps_checkpayment/vendor/autoload.php
335/modules/ps_checkpayment/vendor/composer/autoload_real.php
336/modules/ps_checkpayment/vendor/composer/autoload_static.php
337/modules/ps_contactinfo/vendor/autoload.php
338/modules/ps_contactinfo/vendor/composer/autoload_real.php
339/modules/ps_contactinfo/vendor/composer/autoload_static.php
340/modules/ps_currencyselector/vendor/autoload.php
341/modules/ps_currencyselector/vendor/composer/autoload_real.php
342/modules/ps_currencyselector/vendor/composer/autoload_static.php
343/modules/ps_customeraccountlinks/vendor/autoload.php
344/modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
345/modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
346/modules/ps_customersignin/vendor/autoload.php
347/modules/ps_customersignin/vendor/composer/autoload_real.php
348/modules/ps_customersignin/vendor/composer/autoload_static.php
349/modules/ps_customtext/vendor/autoload.php
350/modules/ps_customtext/vendor/composer/autoload_real.php
351/modules/ps_customtext/vendor/composer/autoload_static.php
352/modules/ps_facetedsearch/vendor/autoload.php
353/modules/ps_facetedsearch/vendor/composer/autoload_real.php
354/modules/ps_facetedsearch/vendor/composer/autoload_static.php
355/modules/ps_featuredproducts/vendor/autoload.php
356/modules/ps_featuredproducts/vendor/composer/autoload_real.php
357/modules/ps_featuredproducts/vendor/composer/autoload_static.php
358/modules/ps_imageslider/vendor/autoload.php
359/modules/ps_imageslider/vendor/composer/autoload_real.php
360/modules/ps_imageslider/vendor/composer/autoload_static.php
361/modules/ps_languageselector/vendor/autoload.php
362/modules/ps_languageselector/vendor/composer/autoload_real.php
363/modules/ps_languageselector/vendor/composer/autoload_static.php
364/modules/ps_linklist/vendor/autoload.php
365/modules/ps_linklist/vendor/composer/autoload_real.php
366/modules/ps_linklist/vendor/composer/autoload_static.php
367/modules/ps_mainmenu/vendor/autoload.php
368/modules/ps_mainmenu/vendor/composer/autoload_real.php
369/modules/ps_mainmenu/vendor/composer/autoload_static.php
370/modules/ps_searchbar/vendor/autoload.php
371/modules/ps_searchbar/vendor/composer/autoload_real.php
372/modules/ps_searchbar/vendor/composer/autoload_static.php
373/modules/ps_shoppingcart/vendor/autoload.php
374/modules/ps_shoppingcart/vendor/composer/autoload_real.php
375/modules/ps_shoppingcart/vendor/composer/autoload_static.php
376/modules/ps_socialfollow/vendor/autoload.php
377/modules/ps_socialfollow/vendor/composer/autoload_real.php
378/modules/ps_socialfollow/vendor/composer/autoload_static.php
379/modules/ps_wirepayment/vendor/autoload.php
380/modules/ps_wirepayment/vendor/composer/autoload_real.php
381/modules/ps_wirepayment/vendor/composer/autoload_static.php
382/modules/pagesnotfound/vendor/autoload.php
383/modules/pagesnotfound/vendor/composer/autoload_real.php
384/modules/pagesnotfound/vendor/composer/autoload_static.php
385/modules/sekeywords/vendor/autoload.php
386/modules/sekeywords/vendor/composer/autoload_real.php
387/modules/sekeywords/vendor/composer/autoload_static.php
388/modules/statsbestcategories/vendor/autoload.php
389/modules/statsbestcategories/vendor/composer/autoload_real.php
390/modules/statsbestcategories/vendor/composer/autoload_static.php
391/modules/statsbestcustomers/vendor/autoload.php
392/modules/statsbestcustomers/vendor/composer/autoload_real.php
393/modules/statsbestcustomers/vendor/composer/autoload_static.php
394/modules/statsbestproducts/vendor/autoload.php
395/modules/statsbestproducts/vendor/composer/autoload_real.php
396/modules/statsbestproducts/vendor/composer/autoload_static.php
397/modules/statsbestsuppliers/vendor/autoload.php
398/modules/statsbestsuppliers/vendor/composer/autoload_real.php
399/modules/statsbestsuppliers/vendor/composer/autoload_static.php
400/modules/statsbestvouchers/vendor/autoload.php
401/modules/statsbestvouchers/vendor/composer/autoload_real.php
402/modules/statsbestvouchers/vendor/composer/autoload_static.php
403/modules/statscarrier/vendor/autoload.php
404/modules/statscarrier/vendor/composer/autoload_real.php
405/modules/statscarrier/vendor/composer/autoload_static.php
406/modules/statscatalog/vendor/autoload.php
407/modules/statscatalog/vendor/composer/autoload_real.php
408/modules/statscatalog/vendor/composer/autoload_static.php
409/modules/statscheckup/vendor/autoload.php
410/modules/statscheckup/vendor/composer/autoload_real.php
411/modules/statscheckup/vendor/composer/autoload_static.php
412/modules/statsdata/vendor/autoload.php
413/modules/statsdata/vendor/composer/autoload_real.php
414/modules/statsdata/vendor/composer/autoload_static.php
415/modules/statsequipment/vendor/autoload.php
416/modules/statsequipment/vendor/composer/autoload_real.php
417/modules/statsequipment/vendor/composer/autoload_static.php
418/modules/statsforecast/vendor/autoload.php
419/modules/statsforecast/vendor/composer/autoload_real.php
420/modules/statsforecast/vendor/composer/autoload_static.php
421/modules/statslive/vendor/autoload.php
422/modules/statslive/vendor/composer/autoload_real.php
423/modules/statslive/vendor/composer/autoload_static.php
424/modules/statsnewsletter/vendor/autoload.php
425/modules/statsnewsletter/vendor/composer/autoload_real.php
426/modules/statsnewsletter/vendor/composer/autoload_static.php
427/modules/statsorigin/vendor/autoload.php
428/modules/statsorigin/vendor/composer/autoload_real.php
429/modules/statsorigin/vendor/composer/autoload_static.php
430/modules/statspersonalinfos/vendor/autoload.php
431/modules/statspersonalinfos/vendor/composer/autoload_real.php
432/modules/statspersonalinfos/vendor/composer/autoload_static.php
433/modules/statsproduct/vendor/autoload.php
434/modules/statsproduct/vendor/composer/autoload_real.php
435/modules/statsproduct/vendor/composer/autoload_static.php
436/modules/statsregistrations/vendor/autoload.php
437/modules/statsregistrations/vendor/composer/autoload_real.php
438/modules/statsregistrations/vendor/composer/autoload_static.php
439/modules/statssales/vendor/autoload.php
440/modules/statssales/vendor/composer/autoload_real.php
441/modules/statssales/vendor/composer/autoload_static.php
442/modules/statssearch/vendor/autoload.php
443/modules/statssearch/vendor/composer/autoload_real.php
444/modules/statssearch/vendor/composer/autoload_static.php
445/modules/statsstock/vendor/autoload.php
446/modules/statsstock/vendor/composer/autoload_real.php
447/modules/statsstock/vendor/composer/autoload_static.php
448/modules/statsvisits/vendor/autoload.php
449/modules/statsvisits/vendor/composer/autoload_real.php
450/modules/statsvisits/vendor/composer/autoload_static.php
451/modules/welcome/vendor/autoload.php
452/modules/welcome/vendor/composer/autoload_real.php
453/modules/welcome/vendor/composer/autoload_static.php
454/modules/gamification/vendor/autoload.php
455/modules/gamification/vendor/composer/autoload_real.php
456/modules/gamification/vendor/composer/platform_check.php
457/modules/gamification/vendor/composer/autoload_static.php
458/modules/blockreassurance/vendor/autoload.php
459/modules/blockreassurance/vendor/composer/autoload_real.php
460/modules/blockreassurance/vendor/composer/autoload_static.php
461/modules/smartsupp/vendor/autoload.php
462/modules/smartsupp/vendor/composer/autoload_real.php
463/modules/smartsupp/vendor/composer/platform_check.php
464/modules/smartsupp/vendor/composer/autoload_static.php
465/modules/ps_emailsubscription/vendor/autoload.php
466/modules/ps_emailsubscription/vendor/composer/autoload_real.php
467/modules/ps_emailsubscription/vendor/composer/autoload_static.php
468/modules/gsitemap/vendor/autoload.php
469/modules/gsitemap/vendor/composer/autoload_real.php
470/modules/gsitemap/vendor/composer/autoload_static.php
471/modules/rc_pganalytics/vendor/autoload.php
472/modules/rc_pganalytics/vendor/composer/autoload_real.php
473/modules/rc_pganalytics/vendor/composer/autoload_namespaces.php
474/modules/rc_pganalytics/vendor/composer/autoload_psr4.php
475/modules/rc_pganalytics/vendor/composer/autoload_classmap.php
476/modules/ps_productinfo/vendor/autoload.php
477/modules/ps_productinfo/vendor/composer/autoload_real.php
478/modules/ps_productinfo/vendor/composer/autoload_static.php
479/modules/cronjobs/vendor/autoload.php
480/modules/cronjobs/vendor/composer/autoload_real.php
481/modules/cronjobs/vendor/composer/autoload_static.php
482/modules/ps_emailalerts/vendor/autoload.php
483/modules/ps_emailalerts/vendor/composer/autoload_real.php
484/modules/ps_emailalerts/vendor/composer/autoload_static.php
485/modules/ps_crossselling/vendor/autoload.php
486/modules/ps_crossselling/vendor/composer/autoload_real.php
487/modules/ps_crossselling/vendor/composer/autoload_static.php
488/modules/ps_faviconnotificationbo/vendor/autoload.php
489/modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
490/modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
491/modules/contactform/vendor/autoload.php
492/modules/contactform/vendor/composer/autoload_real.php
493/modules/contactform/vendor/composer/autoload_static.php
494/modules/emarketing/vendor/autoload.php
495/modules/emarketing/vendor/composer/autoload_real.php
496/modules/emarketing/vendor/composer/autoload_static.php
497/modules/ps_sharebuttons/vendor/autoload.php
498/modules/ps_sharebuttons/vendor/composer/autoload_real.php
499/modules/ps_sharebuttons/vendor/composer/autoload_static.php
500/modules/ps_categoryproducts/vendor/autoload.php
501/modules/ps_categoryproducts/vendor/composer/autoload_real.php
502/modules/ps_categoryproducts/vendor/composer/autoload_static.php
503/modules/autoupgrade/vendor/autoload.php
504/modules/autoupgrade/vendor/composer/autoload_real.php
505/modules/autoupgrade/vendor/composer/autoload_static.php
506/src/Core/Localization/Locale/Repository.php
507/src/Core/Localization/Locale/RepositoryInterface.php
508/src/Core/Localization/CLDR/LocaleRepository.php
509/src/Core/Localization/CLDR/LocaleDataSource.php
510/src/Core/Localization/CLDR/DataLayer/LocaleCache.php
511/src/Core/Data/Layer/AbstractDataLayer.php
512/src/Core/Localization/CLDR/LocaleDataLayerInterface.php
513/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
514/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
515/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
516/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
517/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
518/vendor/psr/cache/src/CacheItemPoolInterface.php
519/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
520/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
521/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
522/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
523/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
524/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
525/vendor/psr/cache/src/CacheItemInterface.php
526/src/Core/Localization/CLDR/DataLayer/LocaleReference.php
527/src/Core/Localization/CLDR/Reader.php
528/src/Core/Localization/CLDR/ReaderInterface.php
529/src/Core/Localization/Currency/Repository.php
530/src/Core/Localization/Currency/RepositoryInterface.php
531/src/Core/Localization/Currency/CurrencyDataSource.php
532/src/Core/Localization/Currency/DataSourceInterface.php
533/src/Core/Localization/Currency/DataLayer/CurrencyCache.php
534/src/Core/Localization/Currency/CurrencyDataLayerInterface.php
535/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
536/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
537/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
538/src/Adapter/Currency/CurrencyDataProvider.php
539/src/Core/Currency/CurrencyDataProviderInterface.php
540/src/Adapter/LegacyContext.php
541/src/Adapter/Tools.php
542/src/Core/Localization/Currency/DataLayer/CurrencyReference.php
543/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
544/vendor/prestashop/decimal/src/Operation/Rounding.php
545/src/Core/Localization/Locale.php
546/src/Core/Localization/LocaleInterface.php
547/src/Core/Localization/Specification/Price.php
548/src/Core/Localization/Specification/Number.php
549/src/Core/Localization/Specification/NumberInterface.php
550/src/Core/Localization/Specification/Factory.php
551/src/Core/Localization/CLDR/LocaleData.php
552/src/Core/Localization/CLDR/NumberSymbolsData.php
553/src/Core/Localization/CLDR/CurrencyData.php
554/src/Core/Localization/CLDR/Locale.php
555/src/Core/Localization/CLDR/LocaleInterface.php
556/src/Core/Localization/Specification/NumberSymbolList.php
557/classes/Currency.php
558/src/Core/Localization/Currency/LocalizedCurrencyId.php
559/src/Core/Localization/Currency/CurrencyData.php
560/src/Core/Localization/Currency/CurrencyCollection.php
561/src/Core/Localization/Currency.php
562/src/Core/Localization/CurrencyInterface.php
563/src/Core/Localization/Specification/NumberCollection.php
564/src/Core/Localization/Number/Formatter.php
565/vendor/geoip2/geoip2/src/Database/Reader.php
566/vendor/geoip2/geoip2/src/ProviderInterface.php
567/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php
568/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php
569/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php
570/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php
571/vendor/geoip2/geoip2/src/Model/City.php
572/vendor/geoip2/geoip2/src/Model/Country.php
573/vendor/geoip2/geoip2/src/Model/AbstractModel.php
574/vendor/geoip2/geoip2/src/Compat/JsonSerializable.php
575/vendor/geoip2/geoip2/src/Record/Continent.php
576/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php
577/vendor/geoip2/geoip2/src/Record/AbstractRecord.php
578/vendor/geoip2/geoip2/src/Record/Country.php
579/vendor/geoip2/geoip2/src/Record/MaxMind.php
580/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php
581/vendor/geoip2/geoip2/src/Record/Traits.php
582/vendor/geoip2/geoip2/src/Record/City.php
583/vendor/geoip2/geoip2/src/Record/Location.php
584/vendor/geoip2/geoip2/src/Record/Postal.php
585/vendor/geoip2/geoip2/src/Record/Subdivision.php
586/classes/Cart.php
587/src/Adapter/AddressFactory.php
588/classes/CartRule.php
589/classes/Product.php
590/classes/Pack.php
591/modules/faviconotification/faviconotification.php
592/modules/stgrecaptcha/stgrecaptcha.php
593/classes/ProductDownload.php
594/classes/tax/Tax.php
595/src/Core/Localization/CLDR/ComputingPrecision.php
596/src/Core/Localization/CLDR/ComputingPrecisionInterface.php
597/src/Core/Cart/Calculator.php
598/src/Core/Cart/CartRowCollection.php
599/src/Core/Cart/Fees.php
600/src/Core/Cart/AmountImmutable.php
601/src/Core/Cart/CartRuleCollection.php
602/src/Core/Cart/CartRuleCalculator.php
603/src/Adapter/Product/PriceCalculator.php
604/classes/order/Order.php
605/src/Core/Cart/CartRow.php
606/src/PrestaShopBundle/Translation/DomainNormalizer.php
607/vendor/prestashop/decimal/src/Number.php
608/vendor/prestashop/decimal/src/Builder.php
609/classes/Gender.php
610/classes/Risk.php
611/classes/Meta.php
612/classes/Address.php
613/classes/ImageType.php
614/src/Core/Addon/Module/ModuleManagerBuilder.php
615/src/Core/Util/File/YamlParser.php
616/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
617/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
618/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
619/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
620/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
621/var/cache/prod/yaml/6250ec38dc0b54e080aa9596a329424d.php
622/var/cache/prod/yaml/34d471e3ccd9416f43a16ab1331ddb5b.php
623/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
624/vendor/guzzlehttp/guzzle/src/Client.php
625/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
626/vendor/guzzlehttp/guzzle/src/ClientInterface.php
627/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
628/vendor/guzzlehttp/guzzle/src/Url.php
629/vendor/guzzlehttp/guzzle/src/Utils.php
630/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
631/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
632/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
633/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
634/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
635/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
636/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
637/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
638/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
639/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
640/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
641/vendor/guzzlehttp/guzzle/src/RequestFsm.php
642/app/config/parameters.php
643/src/Adapter/Module/ModuleZipManager.php
644/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
645/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
646/src/Core/Hook/HookDispatcherInterface.php
647/src/Adapter/Addons/AddonsDataProvider.php
648/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
649/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
650/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
651/src/Adapter/LegacyLogger.php
652/vendor/psr/log/Psr/Log/LoggerInterface.php
653/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
654/src/Adapter/Module/ModuleDataProvider.php
655/src/Adapter/Module/AdminModuleDataProvider.php
656/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
657/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
658/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
659/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
660/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
661/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
662/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
663/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
664/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
665/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
666/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
667/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
668/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
669/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
670/src/Adapter/Module/ModuleDataUpdater.php
671/src/Core/Addon/Module/ModuleManager.php
672/src/Core/Addon/AddonManagerInterface.php
673/src/Core/Addon/Module/ModuleRepository.php
674/src/Core/Addon/Module/ModuleRepositoryInterface.php
675/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
676/src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
677/src/Core/Cache/Clearer/CacheClearerInterface.php
678/classes/State.php
679/classes/Media.php
680/src/Core/Filter/FrontEndObject/MainFilter.php
681/src/Core/Filter/FilterInterface.php
682/src/Core/Filter/FrontEndObject/CartFilter.php
683/src/Core/Filter/HashMapWhitelistFilter.php
684/src/Core/Filter/CollectionFilter.php
685/src/Core/Filter/FrontEndObject/ProductFilter.php
686/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
687/src/Core/Filter/FrontEndObject/CustomerFilter.php
688/src/Core/Filter/FrontEndObject/ShopFilter.php
689/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
690/modules/stthemeeditor/stthemeeditor.php
691/src/Core/Module/WidgetInterface.php
692/src/Adapter/Localization/LegacyTranslator.php
693/modules/stthemeeditor/googlefonts.php
694/classes/Image.php
695/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
696/var/cache/prod/smarty/compile/75/3d/e3/753de3e17aaa78cb80fdc9b499c36c66d804f8f1_2.file.stthemeeditor-header.tpl.php
697/modules/stsearchbar/stsearchbar.php
698/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
699/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
700/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
701/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
702/var/cache/prod/smarty/compile/transformer/5a/65/30/5a65308f386b77dbc9f3bb9bb0e751eaf9a73e0c_2.module.stsearchbarviewstemplates.cache.php
703/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
704/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
705/var/cache/prod/smarty/cache/stsearchbar/1/1/1/21/6/21/transformer/f7/ad/ba/f7adbaa38ab9c1fcd88bcc52b693f9f0be3ba492.stsearchbarviewstemplates.php
706/modules/stshoppingcart/stshoppingcart.php
707/var/cache/prod/smarty/compile/transformer/c4/74/b7/c474b715e9b0f6fd89a6d2c668ce3ec6171af6ad_2.module.stshoppingcartviewstempla.cache.php
708/var/cache/prod/smarty/cache/stshoppingcart/1/1/1/21/6/21/transformer/87/36/f0/8736f02df9238a8283f8143cc6f3985bfeb248ee.stshoppingcartviewstempla.php
709/modules/stmegamenu/stmegamenu.php
710/modules/stmegamenu/classes/StMegaMenuClass.php
711/modules/stmegamenu/classes/StMegaColumnClass.php
712/modules/stmegamenu/classes/StMegaProductClass.php
713/modules/stmegamenu/classes/StMegaBrandClass.php
714/var/cache/prod/smarty/compile/transformer/4f/22/2d/4f222d44da003d5cf089918ba4dc2e96c8993e3a_2.module.stmegamenuviewstemplatesh.cache.php
715/var/cache/prod/smarty/cache/stmegamenu/1/1/1/21/6/21/transformer/a5/a8/fe/a5a8fe15b8310946890307c31191bd07c4533013.stmegamenuviewstemplatesh.php
716/modules/stswiper/stswiper.php
717/modules/stswiper/classes/StSwiperClass.php
718/modules/stswiper/classes/StSwiperGroup.php
719/modules/stswiper/classes/StSwiperFontClass.php
720/var/cache/prod/smarty/cache/stswiper/1/1/1/21/6/21/transformer/5d/e5/9f/5de59f9f101631e60e412b8b1bcd571d54bd07be.stswiperviewstemplateshoo.php
721/modules/stfeaturedslider/stfeaturedslider.php
722/modules/stthemeeditor/classes/BaseProductsSlider.php
723/modules/stthemeeditor/classes/BaseSlider.php
724/var/cache/prod/smarty/compile/transformer/37/d7/3f/37d73f9e33328bc2f247909544d77ce3f8b9bba4_2.module.stthemeeditorviewstemplat.cache.php
725/var/cache/prod/smarty/cache/stfeaturedslider/1/1/1/21/6/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
726/modules/stfeaturedcategories/stfeaturedcategories.php
727/modules/stfeaturedcategories/classes/StFeaturedCategoriesClass.php
728/var/cache/prod/smarty/cache/stfeaturedcategories/1/1/1/21/6/21_header/transformer/34/5e/f4/345ef48f99080151ca2e7908872b96870880df52.stfeaturedcategoriesviews.php
729/modules/sthomenew/sthomenew.php
730/var/cache/prod/smarty/cache/sthomenew/1/1/1/21/6/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
731/modules/stsocial/stsocial.php
732/modules/stsocial/classes/StSocialClass.php
733/var/cache/prod/smarty/compile/23/2d/0c/232d0cebfefe75665a1ac7bd73a2341e53fe20cc_2.file.header.tpl.php
734/modules/stbestsellers/stbestsellers.php
735/var/cache/prod/smarty/cache/stbestsellers/1/1/1/21/6/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
736/modules/stlovedproduct/stlovedproduct.php
737/modules/stlovedproduct/classes/StLovedProductClass.php
738/var/cache/prod/smarty/compile/transformer/7c/a0/77/7ca07701bb67d90b76953ed706a0555c05e021d8_2.module.stlovedproductviewstempla.cache.php
739/var/cache/prod/smarty/cache/stlovedproduct/1/1/1/21/6/21/transformer/e3/e7/78/e3e7787bb67cf1a5d0238ded3b92a07f938470a6.stlovedproductviewstempla.php
740/modules/stpagebanner/stpagebanner.php
741/modules/stpagebanner/classes/StPageBannerClass.php
742/modules/stpagebanner/classes/StPageBannerFontClass.php
743/var/cache/prod/smarty/cache/stpagebanner/1/1/1/21/6/21/transformer/a6/bf/cc/a6bfccd8239bd675ece76b619e3ceaaaca1f6a7b.stpagebannerviewstemplate.php
744/modules/stproductcategoriesslider/stproductcategoriesslider.php
745/modules/stproductcategoriesslider/classes/StProductCategoriesSliderClass.php
746/var/cache/prod/smarty/cache/stproductcategoriesslider/1/1/1/21/6/21/transformer/96/5f/9c/965f9c5110f8b13153108c823ae802bd2b16c37c.stproductcategoriesslider.php
747/modules/strelatedproducts/strelatedproducts.php
748/var/cache/prod/smarty/cache/strelatedproducts/1/1/1/21/6/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
749/modules/stsidebar/stsidebar.php
750/modules/stsidebar/classes/StSidebarClass.php
751/var/cache/prod/smarty/cache/stsidebar/1/1/1/21/6/21/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
752/modules/stwishlist/stwishlist.php
753/modules/stwishlist/classes/StWishListClass.php
754/var/cache/prod/smarty/cache/stwishlist/1/1/1/21/6/21/transformer/42/4f/0e/424f0e470e4517e9bcbfa456cbbd476d8c6f76a5.stwishlistviewstemplatesh.php
755/modules/fscustomhtml/fscustomhtml.php
756/modules/fscustomhtml/classloader.php
757/modules/fscustomhtml/classes/FsCustomHtmlHelper.php
758/modules/fscustomhtml/classes/FsCustomHtmlHelperFormAbstract.php
759/classes/helper/HelperForm.php
760/classes/helper/Helper.php
761/modules/fscustomhtml/classes/FsCustomHtmlHelperConfig.php
762/modules/fscustomhtml/classes/FsCustomHtmlHelperForm.php
763/modules/fscustomhtml/classes/FsCustomHtmlHelperFormFilter.php
764/modules/fscustomhtml/classes/FsCustomHtmlHelperList.php
765/classes/helper/HelperList.php
766/modules/fscustomhtml/classes/FsCustomHtmlFilterModel.php
767/modules/fscustomhtml/classes/FsCustomHtmlBlockFilterModel.php
768/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php
769/modules/fscustomhtml/classes/FsCustomHtmlHookModel.php
770/modules/fscustomhtml/classes/FsCustomHtmlTemplateModel.php
771/modules/fscustomhtml/classes/FsCustomHtmlValidate.php
772/modules/stmultilink/stmultilink.php
773/modules/stmultilink/classes/StMultiLinkGroup.php
774/modules/stmultilink/classes/StMultiLinkClass.php
775/modules/stblog/classes/StBlogCategory.php
776/var/cache/prod/smarty/compile/transformer/14/5a/90/145a90ef05fbae385cf500cb6c2435026ad532d9_2.module.stmultilinkviewstemplates.cache.php
777/var/cache/prod/smarty/cache/stmultilink/1/1/1/21/6/21/transformer/73/30/15/733015f98af78d652a5004549d695a2e44e0ce8f.stmultilinkviewstemplates.php
778/modules/stspecialslider/stspecialslider.php
779/modules/stspecialslider/classes/StSpecialSliderClass.php
780/var/cache/prod/smarty/cache/stspecialslider/1/1/1/21/6/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
781/modules/psaffiliate/psaffiliate.php
782/modules/psaffiliate/classes/Tracking.php
783/modules/psaffiliate/classes/AffConf.php
784/classes/order/OrderState.php
785/classes/CMS.php
786/modules/stnewsletter/stnewsletter.php
787/modules/stnewsletter/classes/StNewsLetterClass.php
788/var/cache/prod/smarty/compile/transformer/0c/5f/f6/0c5ff6d5ad6de2fcc8a1836e67b68c2dbfb256a9_2.module.stnewsletterviewstemplate.cache.php
789/var/cache/prod/smarty/cache/stnewsletter/1/1/1/21/6/21/transformer/2b/f6/44/2bf6448dd593143f0f30da38703f114b79476383.stnewsletterviewstemplate.php
790/var/cache/prod/smarty/compile/ec/83/4e/ec834e0b9e00a5bd585070018c6001282ab9a5da_2.file.faviconotification.tpl.php
791/vendor/smarty/smarty/libs/plugins/modifier.escape.php
792/var/cache/prod/smarty/compile/93/90/48/93904814aec518184486f56f9c5149bde5bfa136_2.file.youtube-header.tpl.php
793/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
794/modules/newsletterpro/newsletterpro.php
795/modules/newsletterpro/config/config.inc.php
796/modules/newsletterpro/classes/NewsletterProAutoload.php
797/modules/newsletterpro/libraries/phpQuery.php
798/modules/newsletterpro/classes/helpers.php
799/modules/newsletterpro/classes/NewsletterProRequest.php
800/modules/newsletterpro/classes/NewsletterProTools.php
801/modules/newsletterpro/classes/NewsletterProConfigurationShop.php
802/classes/Tab.php
803/modules/newsletterpro/classes/NewsletterProMailChimpController.php
804/modules/newsletterpro/classes/NewsletterProMailChimp.php
805/modules/newsletterpro/classes/NewsletterProMailChimpApi.php
806/modules/newsletterpro/classes/NewsletterProAjaxResponse.php
807/modules/newsletterpro/classes/NewsletterProUpgrade.php
808/modules/newsletterpro/classes/NewsletterProConfiguration.php
809/modules/newsletterpro/classes/NewsletterProAppStorage.php
810/modules/newsletterpro/classes/NewsletterProAppTranslate.php
811/modules/newsletterpro/classes/NewsletterProTranslate.php
812/modules/spmgsnipreview/spmgsnipreview.php
813/modules/spmgsnipreview/views/templates/hooks/_linkAHtml.phtml
814/classes/controller/AdminController.php
815/modules/spmgsnipreview/classes/ps17helpspmgsnipreview.class.php
816/var/cache/prod/smarty/cache/spmgsnipreview/head_tpl/1/1/1/21/6/21/c5/03/3a/c5033a1049e0a81b6bf235664330b6091fc5f8af.head.tpl.php
817/modules/steasycontent/steasycontent.php
818/modules/steasycontent/classes/StEasyContentClass.php
819/modules/steasycontent/classes/StEasyContentColumnClass.php
820/modules/steasycontent/classes/StEasyContentElementClass.php
821/modules/steasycontent/classes/StEasyContentSettingClass.php
822/modules/steasycontent/classes/StEasyContentFontClass.php
823/var/cache/prod/smarty/cache/steasycontent/1/1/1/21/6/21/transformer/90/31/0b/90310be32e83d0cd4dcfa90bddbe22fddd7d7641.steasycontentviewstemplat.php
824/modules/stcountdown/stcountdown.php
825/modules/stcountdown/classes/StCountDownClass.php
826/var/cache/prod/smarty/compile/transformer/9a/95/dd/9a95dd1b809d9a49883399b52b07e235eb25fc26_2.module.stcountdownviewstemplates.cache.php
827/var/cache/prod/smarty/cache/stcountdown/1/1/1/21/6/21_category/transformer/cd/f8/62/cdf8620b91e04cf52c80193b061c6a253070928a.stcountdownviewstemplates.php
828/modules/storderpopup/storderpopup.php
829/src/Adapter/Order/OrderPresenter.php
830/src/Adapter/Presenter/Order/OrderPresenter.php
831/src/Adapter/Presenter/Order/OrderLazyArray.php
832/src/Adapter/Presenter/AbstractLazyArray.php
833/src/Adapter/Presenter/Order/OrderSubtotalLazyArray.php
834/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
835/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
836/classes/stock/StockAvailable.php
837/classes/order/OrderDetail.php
838/classes/tax/TaxCalculator.php
839/classes/Customization.php
840/classes/Combination.php
841/classes/SpecificPrice.php
842/classes/Feature.php
843/classes/tax/TaxManagerFactory.php
844/classes/tax/TaxRulesTaxManager.php
845/classes/tax/TaxManagerInterface.php
846/classes/GroupReduction.php
847/src/Core/Product/ProductPresentationSettings.php
848/src/Adapter/Presenter/Product/ProductListingPresenter.php
849/src/Adapter/Presenter/Product/ProductPresenter.php
850/src/Adapter/Product/ProductColorsRetriever.php
851/src/Adapter/Presenter/Product/ProductListingLazyArray.php
852/src/Adapter/Presenter/Product/ProductLazyArray.php
853/classes/ImageManager.php
854/override/classes/ImageManager.php
855/modules/stimagick/stimagick.php
856/src/Adapter/Customer/CustomerDataProvider.php
857/src/Adapter/Cache/CacheAdapter.php
858/src/Adapter/Group/GroupDataProvider.php
859/src/Adapter/Database.php
860/src/Core/Foundation/Database/DatabaseInterface.php
861/classes/Carrier.php
862/classes/order/OrderReturn.php
863/src/Adapter/Presenter/Order/OrderDetailLazyArray.php
864/vendor/prestashop/decimal/src/Operation/Addition.php
865/vendor/prestashop/decimal/src/Operation/Multiplication.php
866/classes/ProductAssembler.php
867/override/classes/ProductAssembler.php
868/src/Core/Product/Search/ProductSearchContext.php
869/classes/ProductPresenterFactory.php
870/src/Core/Product/ProductListingPresenter.php
871/var/cache/prod/smarty/compile/transformer/68/1c/30/681c3078d523c0e2b0833b7317346b3e24ff5f37_2.module.storderpopupviewstemplate.cache.php
872/var/cache/prod/smarty/cache/storderpopup/1/1/1/21/6/21/transformer/a1/04/be/a104be9d5cf2a5e32e8aa03a1ede1843a86d3bbe.storderpopupviewstemplate.php
873/modules/stnotification/stnotification.php
874/modules/stnotification/classes/StNotificationClass.php
875/var/cache/prod/smarty/cache/stnotification/1/1/1/21/6/21/transformer/35/35/1c/35351cdbcdba6ad7d419eb5216b5da235ff2aa07.stnotificationviewstempla.php
876/var/cache/prod/smarty/cache/stgrecaptcha/1/1/1/21/6/21/transformer/ee/5f/96/ee5f96406243c2333485d3cebb7c734587a05447.stgrecaptchaviewstemplate.php
877/modules/elegantalpaymentpaypal/elegantalpaymentpaypal.php
878/modules/elegantalpaymentpaypal/initialize.php
879/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalTools.php
880/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalGateway.php
881/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalModule.php
882/classes/PaymentModule.php
883/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalObjectModel.php
884/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalPdt.php
885/src/Core/Product/Search/ProductSearchQuery.php
886/src/Core/Product/Search/SortOrder.php
887/src/Adapter/Category/CategoryProductSearchProvider.php
888/src/Core/Product/Search/ProductSearchProviderInterface.php
889/src/Core/Product/Search/SortOrderFactory.php
890/src/Core/Product/Search/ProductSearchResult.php
891/src/Core/Product/Search/SortOrdersCollection.php
892/src/Core/Product/Search/Pagination.php
893/vendor/defuse/php-encryption/src/Crypto.php
894/vendor/defuse/php-encryption/src/KeyOrPassword.php
895/vendor/defuse/php-encryption/src/RuntimeTests.php
896/vendor/defuse/php-encryption/src/DerivedKeys.php
897/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
898/vendor/defuse/php-encryption/src/Exception/CryptoException.php
899/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/7c/50/77/7c50774894cb33172e6682cc80391b8df3d7b597_2.file.category.tpl.php
900/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
901/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
902/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/67/db/ad/67dbad9ace5090101db9d699ab315db5da497ee6_2.file.product-list.tpl.php
903/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/1a/87/86/1a8786e056a425ae1405f6f949e153840f6ff473_2.file.layout-left-column.tpl.php
904/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/97/82/9a/97829a6032d3e5f8764c62fdd28ea6d30ef94435_2.file.layout-both-columns.tpl.php
905/vendor/smarty/smarty/libs/plugins/modifier.replace.php
906/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/07/37/ce/0737ce6b182b73bb46a55b60fd1b0c9ffd444d69_2.file.head.tpl.php
907/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/2e/cc/56/2ecc565fe4e63ecab6bb87fc02c4873a4ef4997d_2.file.stylesheets.tpl.php
908/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/b9/fc/08/b9fc08bd79ac336a73f99d31f91e69c7dddc580f_2.file.javascript.tpl.php
909/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/b2/4f/32/b24f32e13f21fc8f54cc621696fce6dedaadc896_2.file.product-activation.tpl.php
910/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/94/95/6c/94956c04d06ff86d40f616a258fac092519fc7d8_2.file.header.tpl.php
911/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
912/var/cache/prod/smarty/compile/transformer/98/c5/32/98c532fbb5b531c99ef6fcea92cc1db4e960d931_2.module.stnotificationviewstempla.php
913/var/cache/prod/smarty/cache/steasycontent/1/1/1/21/6/21_34_location/transformer/c1/a3/c3/c1a3c3db91022c1c60c546f7fd64beb8cf3d2ad3.steasycontentviewstemplat.php
914/modules/stlanguageselector/stlanguageselector.php
915/var/cache/prod/smarty/compile/transformer/fc/0c/31/fc0c31ae040fd96cef622c42a5d170b339ec298f_2.module.stlanguageselectorviewste.php
916/modules/stcurrencyselector/stcurrencyselector.php
917/src/Adapter/ObjectPresenter.php
918/var/cache/prod/smarty/compile/transformer/fe/9e/5c/fe9e5cc6bce6cc7ffc8930c9d961e050dcdd55fc_2.module.stcurrencyselectorviewste.php
919/modules/stcustomersignin/stcustomersignin.php
920/var/cache/prod/smarty/compile/transformer/43/b8/c0/43b8c09337d64b800baa98253de92269f5c603b2_2.module.stcustomersigninviewstemp.php
921/var/cache/prod/smarty/compile/transformer/b7/0b/1a/b70b1a89fb2e4c48731a5af53eea76a1266e3c6e_2.module.stmultilinkviewstemplates.cache.php
922/var/cache/prod/smarty/cache/stmultilink/1/1/1/21/6/21_1_location/transformer/07/1b/23/071b23cdd3e039daf2fba6db50f1d818202d52cb.stmultilinkviewstemplates.php
923/var/cache/prod/smarty/compile/transformer/30/00/4b/30004bc76c6226796809107e4062c35ac5a1e91f_2.module.stsidebarviewstemplatesho.php
924/modules/spmgsnipreview/classes/spmgsnipreviewhelp.class.php
925/var/cache/prod/smarty/compile/24/7a/86/247a86e2a98d35063884fa99d5eb184eca81827f_2.file.top.tpl.php
926/vendor/smarty/smarty/libs/plugins/modifier.date_format.php
927/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
928/var/cache/prod/smarty/compile/transformer/8d/fd/a2/8dfda2c1b5c9001167b3483c1caaa2af59ff05d8_2.module.stsearchbarviewstemplates.php
929/var/cache/prod/smarty/compile/transformer/9f/8d/70/9f8d70bbb3afa862dd31f13e84e74207e71ac6f6_2.module.stsearchbarviewstemplates.php
930/src/Adapter/Cart/CartPresenter.php
931/var/cache/prod/smarty/compile/transformer/52/33/2e/52332e14d92f82d3c12217bc32b7318ae730bb0c_2.module.stshoppingcartviewstempla.php
932/var/cache/prod/smarty/compile/transformer/ef/8f/3e/ef8f3e058b820f96f60ee75ec0844032d89fc4c5_2.module.stshoppingcartviewstempla.php
933/var/cache/prod/smarty/compile/transformer/b0/4e/d0/b04ed09eb08fa42cd276f3585f6627ed3224d484_2.module.stmegamenuviewstemplatesh.cache.php
934/var/cache/prod/smarty/compile/transformer/e0/40/1f/e0401fb676b5c003c5eca5ac1082086cd66765d4_2.module.stmegamenuviewstemplatesh.cache.php
935/var/cache/prod/smarty/compile/transformer/31/89/b6/3189b62cfa7156bdcb0008735e2617371cb60cfe_2.module.stmegamenuviewstemplatesh.cache.php
936/vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
937/vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
938/var/cache/prod/smarty/cache/stmegamenu/1/1/1/21/6/21_stmegamenu/transformer/0e/bc/f7/0ebcf744eb9968a8c94b23281b1b059048ad6a29.stmegamenuviewstemplatesh.php
939/var/cache/prod/smarty/compile/transformer/29/2f/c1/292fc1c236bc07e3724601e80894886bb4dcae5d_2.module.stpagebannerviewstemplate.cache.php
940/var/cache/prod/smarty/cache/stpagebanner/1/1/1/21/6/21_47_1/transformer/59/ec/9b/59ec9b170b2dc379f59d65462ed06fc437c6e2f4.stpagebannerviewstemplate.php
941/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/bc/d3/bc/bcd3bc6efba05e9620948aa791e7f9db5ebf5f06_2.file.notifications.tpl.php
942/var/cache/prod/smarty/compile/transformer/a4/72/c8/a472c851952868eec073461c6385b48d635194d8_2.module.stswiperviewstemplateshoo.cache.php
943/var/cache/prod/smarty/cache/stswiper/1/1/1/21/6/21_21category_location/transformer/2d/8e/c1/2d8ec1ebdfc9971ce091eb0ec67d509af4ecc36a.stswiperviewstemplateshoo.php
944/var/cache/prod/smarty/cache/stswiper/1/1/1/21/6/21_26category_location/transformer/2d/8e/c1/2d8ec1ebdfc9971ce091eb0ec67d509af4ecc36a.stswiperviewstemplateshoo.php
945/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
946/modules/ps_categorytree/ps_categorytree.php
947/var/cache/prod/smarty/compile/transformer/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php
948/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
949/var/cache/prod/smarty/compile/transformer/7a/93/6c/7a936c83144ce1d093d783f8619b99d8d38ee788_2.module.stmegamenuviewstemplatesh.cache.php
950/var/cache/prod/smarty/cache/stmegamenu/1/1/1/21/6/21_column/transformer/6d/38/fd/6d38fddc613cb44c22e1918017fccb8a8cfd7c36.stmegamenuviewstemplatesh.php
951/var/cache/prod/smarty/cache/stswiper/1/1/1/21/6/21_2_50category_location/transformer/2d/8e/c1/2d8ec1ebdfc9971ce091eb0ec67d509af4ecc36a.stswiperviewstemplateshoo.php
952/var/cache/prod/smarty/compile/d3/3e/1e/d33e1ed0b83af4c70eb3b34bdb06ed5c3ea3a94a_2.file.left.tpl.cache.php
953/var/cache/prod/smarty/cache/spmgsnipreview/left_tpl/1/1/1/21/6/21/31/06/c3/3106c39d5455b5942e9a69f3b79add93833a56e3.left.tpl.php
954/var/cache/prod/smarty/cache/stswiper/1/1/1/21/6/21_47_category_header/transformer/2d/8e/c1/2d8ec1ebdfc9971ce091eb0ec67d509af4ecc36a.stswiperviewstemplateshoo.php
955/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/5e/ce/b2/5eceb2dc6832203e3f7516bda9a69d9d60072801_2.file.products-top.tpl.php
956/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/a5/72/21/a57221fde6ec255f522ddfa275ce59210c8017bf_2.file.sort-orders.tpl.php
957/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/7e/71/b5/7e71b58c37b194726e9acb7cf3f0905fcabe67c9_2.file.pagination-sample.tpl.php
958/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/d7/09/70/d7097075bc96b263193ff0d8615111bce9c72d59_2.file.products.tpl.php
959/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/83/ad/31/83ad3172248a10457874c3e75a35276963c0eb22_2.file.list-item.tpl.php
960/vendor/smarty/smarty/libs/plugins/function.math.php
961/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/d9/f9/6b/d9f96b226f0bde0bf78529e95c71aae2c197e25c_2.file.product.tpl.php
962/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/da/cd/a0/dacda01eca0a7ecd25eb2b8bf9efa95de64db5d2_2.file.sticker.tpl.php
963/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/ed/e4/09/ede4099accbf7a3f12dc9e463644535a82fb059f_2.file.hover_fly.tpl.php
964/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/a1/85/79/a1857900c4ec0a7bee33f59777556d7bf7d68713_2.file.btn-add-to-cart.tpl.php
965/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/b4/17/dd/b417ddcda6fbb33009e62237cb0569abc4971026_2.module.stlovedproductviewstempla.php
966/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/dc/c7/9c/dcc79c3017a78ace231a88de253becf235821ba5_2.module.stsocialviewstemplateshoo.php
967/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/2f/1f/3e/2f1f3e023fafb888e1729f2298cca12314be764e_2.file.product-price.tpl.php
968/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/ea/06/a2/ea06a213836e35217f1cd13902f5e278cc4781d5_2.file.countdown.tpl.php
969/var/cache/prod/smarty/compile/5c/a9/c2/5ca9c286e269952199619fc2625451f5e0c0a80c_2.file.liststars.tpl.cache.php
970/var/cache/prod/smarty/cache/spmgsnipreview/liststars_tpl1037/1/1/1/21/6/21/99/a9/e7/99a9e7bc0ee8872e5ad7c3704091124798a88724.liststars.tpl.php
971/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/00/e5/51/00e55177070fe5c7f54d99263115f894ebda2651_2.module.stsocialviewstemplateshoo.php
972/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/e1/3d/9e/e13d9ef445354e589a46dda52c8a02b0caf0fc6c_2.module.stsocialviewstemplateshoo.php
973/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/b9/cb/37/b9cb375efb0c8b53ba9ceb061d4f3f52c0f9add3_2.file.pagination.tpl.php
974/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/48/60/00/4860009fb5311b9cf40d9046b21211ebe3fee512_2.file.products-bottom.tpl.php
975/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/0d/98/26/0d9826aa25edbf16b5477920a79c42f9ae5cd011_2.file.footer.tpl.php
976/var/cache/prod/smarty/cache/spmgsnipreview/footer_tpl/1/1/1/21/6/21/db/74/90/db74900614fe92de44d3e8905296baabc7cd4554.footer.tpl.php
977/var/cache/prod/smarty/cache/steasycontent/1/1/1/21/6/21_3_location/transformer/24/7f/ea/247fea716f1da1a9efe46e972ef4481cf909b509.steasycontentviewstemplat.php
978/var/cache/prod/smarty/compile/transformer/be/a5/b7/bea5b7b11e4723a030b00032f8b86c4024169970_2.module.stmultilinkviewstemplates.cache.php
979/var/cache/prod/smarty/compile/transformer/2a/5e/8d/2a5e8d7b7dac5e1540935d14dbc01b018d8de57d_2.module.stmultilinkviewstemplates.cache.php
980/var/cache/prod/smarty/cache/stmultilink/1/1/1/21/6/21_51819202128_location/transformer/df/64/07/df64073e62fab871fff129c7f4317f7ab83b3369.stmultilinkviewstemplates.php
981/var/cache/prod/smarty/compile/transformer/31/71/cf/3171cf815947ef8833155ae4d6c64c1288ea6cca_2.module.stnewsletterviewstemplate.cache.php
982/var/cache/prod/smarty/cache/stnewsletter/1/1/1/21/6/21_1248495051919293945257_location/transformer/c0/10/52/c0105213acbc88e36b3598d8490a118365197a96.stnewsletterviewstemplate.php
983/modules/stfblikebox/stfblikebox.php
984/var/cache/prod/smarty/compile/transformer/a2/4a/ea/a24aea4a5c53e2d6269794d096f78bffd75a5e07_2.module.stfblikeboxviewstemplates.php
985/var/cache/prod/smarty/cache/steasycontent/1/1/1/21/6/21_12_location/transformer/24/7f/ea/247fea716f1da1a9efe46e972ef4481cf909b509.steasycontentviewstemplat.php
986/var/cache/prod/smarty/compile/transformerlayouts_layout_left_column_tpl/5c/0c/91/5c0c910cf4d918bc698d59a300614838f273c65d_2.file.footer-bottom.tpl.php
987/var/cache/prod/smarty/compile/1a/9f/aa/1a9faa4cd6865dc49cd082fda7ad454d0988ca4c_2.file.stsearchbar-side.tpl.php
988/var/cache/prod/smarty/compile/9f/8d/70/9f8d70bbb3afa862dd31f13e84e74207e71ac6f6_2.module.stsearchbarviewstemplates.php
989/var/cache/prod/smarty/compile/a8/f7/88/a8f788685e535d837ab0aecad65e5a11f5f106d2_2.file.stshoppingcart-side.tpl.php
990/var/cache/prod/smarty/compile/ef/8f/3e/ef8f3e058b820f96f60ee75ec0844032d89fc4c5_2.module.stshoppingcartviewstempla.php
991/var/cache/prod/smarty/compile/transformer/46/6e/b6/466eb6537b160447eb6e577579598e43fdcb7631_2.module.stmegamenuviewstemplatesh.cache.php
992/var/cache/prod/smarty/compile/transformer/5b/db/ca/5bdbca3b76b7b1d56e7be7bd7575b69b6b0031d5_2.module.stmegamenuviewstemplatesh.cache.php
993/var/cache/prod/smarty/cache/stmegamenu/1/1/1/21/6/21/transformer/4e/0c/bc/4e0cbc810505031e1e1ad90b40e770f08253837e.stmegamenuviewstemplatesh.php
994/var/cache/prod/smarty/compile/transformer/31/7c/d0/317cd013f99f8cecab053198da777d56413f6f57_2.module.stlovedproductviewstempla.php
995/var/cache/prod/smarty/compile/transformer/f5/b0/57/f5b0572dbf09cbea15f05c9a207c164e666d1a4f_2.module.stsidebarviewstemplatesho.php
996/var/cache/prod/smarty/compile/transformer/7c/27/67/7c2767cbfd292b2bf253bec58835c22a5544b665_2.module.stlanguageselectorviewste.php
997/var/cache/prod/smarty/compile/transformer/46/bc/de/46bcde2533b03efbcd8eba725820f4febe5b22ec_2.module.stcurrencyselectorviewste.php
998/var/cache/prod/smarty/compile/transformer/c1/63/a3/c163a3e6aeaa3df0c86d48f35cc4dd180ffe4e8d_2.module.stcustomersigninviewstemp.php
999/var/cache/prod/smarty/cache/stmegamenu/1/1/1/21/6/21/transformer/73/6a/3b/736a3b46ea3acf3f5c07a2d72228cb0366709f51.stmegamenuviewstemplatesh.php
1000/var/cache/prod/smarty/compile/transformer/ad/fc/ad/adfcad5c553da735573fc9795cb1f277bfb39058_2.module.stsocialviewstemplateshoo.php
1001/var/cache/prod/smarty/compile/transformer/eb/74/32/eb7432cd163378d1c155c62d5c4f3205c4d7f0f2_2.module.stwishlistviewstemplatesh.php
1002/var/cache/prod/smarty/compile/transformer/db/3b/ff/db3bff7b16936ee1590a750fbe2aaf42ddf0ccd6_2.module.stnewsletterviewstemplate.php
1003/var/cache/prod/smarty/compile/transformer/34/52/b3/3452b3e5a5b3245aa8d86170be572a719ed52382_2.module.stsidebarviewstemplatesho.php
1004/var/cache/prod/smarty/compile/transformer/9c/5d/36/9c5d3614f01ee531b413b9ce188b3c8d8690f744_2.module.stsidebarviewstemplatesho.php
1005/modules/statsdata/statsdata.php
1006/classes/Guest.php
1007/modules/metatagsgenerator/metatagsgenerator.php
1008/classes/Connection.php
1009/classes/Page.php
1010/classes/ConnectionsSource.php
1011/var/cache/prod/smarty/compile/transformer/4a/71/84/4a7184a9f596993b0508b6aab25af499d52a44f7_2.module.stlovedproductviewstempla.php
1012/var/cache/prod/smarty/compile/transformer/0f/f4/8a/0ff48a5b1c26633e01c0a7d1b263223ce25a5f53_2.module.stwishlistviewstemplatesh.php